GitHub
github.com › ctabin › libzippp
GitHub - ctabin/libzippp: C++ wrapper for libzip · GitHub
Since version 1.5, libzip uses an underlying cryptographic library (OpenSSL, GNUTLS or CommonCrypto) that is necessary for static compilation. By default, libzippp will use -lssl -lcrypto (OpenSSL) as default flags to compile the tests.
Starred by 454 users
Forked by 97 users
Languages C++ 86.8% | CMake 5.9% | Makefile 4.5% | Batchfile 2.8%
Libzip
libzip.org › news
News · libzip
Support OpenSSL 3.
Vcpkg
vcpkg.io › en › package › libzip.html
vcpkg package - libzip
June 19, 2025 - libzip · features: [openssl] platform: !(windows | osx) default features: disabled · liblzma - Support XZ compressed zip archives using liblzma · Dependencies · liblzma · mbedtls - AES (encryption) support using mbedtls · Dependencies · mbedtls · openssl - AES (encryption) support using OpenSSL ·
Fossies
fossies.org › linux › libzip › INSTALL.md
libzip: INSTALL.md | Fossies
May 23, 2025 - OpenSSL >= 1.0.
Libzip
libzip.org › INSTALL
INSTALL · libzip
OpenSSL >= 1.0.
Freesoft.dev
freesoft.dev › program › 11550283
libzippp
July 20, 2013 - Since version 1.5, libzip uses an underlying cryptographic library (OpenSSL, GNUTLS or CommonCrypto) that is necessary for static compilation. By default, libzippp will use -lssl -lcrypto (OpenSSL) as default flags to compile the tests.
DirectAdmin
forum.directadmin.com › home › forums › technical discussion › rhel / centos / etc.
/usr/local/lib64/libzip.so, may conflict with libcrypto.so.1.1 | DirectAdmin Forums
November 19, 2021 - You meen libssl.so is different, because libzip.so is only using it... sorry.. my miss there indeed. Might be libzip.so is linked to the old openssl version 1.0.2 and php is linked to the new version, openssl 1.1.1. Still odd that this does not give any warning on compiling php 7.4 and not 7.3.
DirectAdmin
forum.directadmin.com › home › forums › technical discussion › custombuild
build libzip ? | DirectAdmin Forums
July 24, 2019 - php-config Usage: /usr/local/bin/php-config [OPTION] Options: --prefix [/usr/local/php73] --includes [-I/usr/local/php73/include/php -I/usr/local/php73/include/php/main -I/usr/local/php73/include/php/TSRM -I/usr/local/php73/include/php/Zend -I/usr/local/php73/include/php/ext -I/usr/local/php73/include/php/ext/date/lib] --ldflags [ -L/usr/local/lib -L/usr/local/icu/lib] --libs [-lcrypt -lz -lexslt -lresolv -lcrypt -lsodium -lrt -lstdc++ -liconv -lpng -lz -ljpeg -lwebp -lz -lrt -lm -ldl -lnsl -lsystemd -lxml2 -lz -liconv -lm -ldl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lpcre2-8
GitHub
github.com › nih-at › libzip › releases
Releases · nih-at/libzip
Support OpenSSL 3. Use ISO C secure library functions, if available. Assets 4 · Loading · There was an error while loading. Please reload this page. libzip 1.9.2 · Compare · Filter · Loading · There was an error while loading. Please reload this page. View all tags ·
Author nih-at
GitHub
github.com › conan-io › conan › issues › 9774
[bug] Libzip option with_openssl not available · Issue #9774 · conan-io/conan
ERROR: libzip/1.8.0: option 'with_openssl' doesn't exist Possible options are ['shared', 'fPIC', 'with_bzip2', 'with_lzma', 'with_zstd', 'crypto', 'tools'] Conan install failed='1'
Author conan-io
Stack Overflow
stackoverflow.com › questions › 61604336 › php-7-3-libzip-compile-errors-cwp
PHP 7.3 / Libzip Compile Errors (CWP) - Stack Overflow
May 5, 2020 - [ 82%] Preparing zip_source_write.3 [ 82%] Preparing zip_source_zip.3 [ 83%] Preparing zip_stat.3 [ 83%] Preparing zip_stat_init.3 [ 83%] Preparing zip_unchange.3 [ 83%] Preparing zip_unchange_all.3 [ 85%] Preparing zip_unchange_archive.3 [ 85%] Preparing zipcmp.1 [ 85%] Preparing zipmerge.1 [ 85%] Preparing ziptool.1 [ 85%] Built target man Scanning dependencies of target ziptool [ 87%] Building C object src/CMakeFiles/ziptool.dir/ziptool.c.o [ 87%] Linking C executable ziptool ../lib/libzip.so.5.0: undefined reference to `HMAC_CTX_free' ../lib/libzip.so.5.0: undefined reference to `HMAC_CTX_new' collect2: error: ld returned 1 exit status make[2]: *** [src/ziptool] Error 1 make[1]: *** [src/CMakeFiles/ziptool.dir/all] Error 2 make: *** [all] Error 2 · Thanks in advance. ... Update openssl version to 1.1.1 or above.
Externals
externals.io › message › 98731
Discussion about zip extension and bundled libzip - Externals
I think it is time to drop the bundled libzip from PHP master and only support the use of the system library, as for most of libraries PHP uses (openssl, libz, libbz2, curl...)
Arch Linux
archlinux.org › packages › extra › x86_64 › libzip
Arch Linux - libzip 1.11.4-1 (x86_64)
openssl · zlib · zstd · cmake (make) ark · deepin-compressor · docparser · ebook-tools · fuse-zip · gimagereader-gtk · hyprcursor · lib3mf · libmgba · libretro-ppsspp · libsigrok · lite-xl-plugin-manager (requires libzip.so) localsearch · mysql-workbench (requires libzip.so) naev ·
GitHub
gist.github.com › fumiyas › b4aaee83e113e061d1ee8ab95b35608b
Build OpenSSH with static linked zlib and OpenSSL libraries · GitHub
Each stage will cache download and build #rm -rf "$root" "$build" "$dist" mkdir -p "$root" "$build" "$dist" if [ ! -f "build/zlib-$ZLIB_VERSION/minigzip" ]; then echo "---- Building ZLIB -----" if [ ! -f "$dist/zlib-$ZLIB_VERSION.tar.gz" ]; then curl --output $dist/zlib-$ZLIB_VERSION.tar.gz --location https://zlib.net/zlib-$ZLIB_VERSION.tar.gz gzip -dc $dist/zlib-*.tar.gz |(cd "$build" && tar xf -) fi cd "$build"/zlib-* ./configure --prefix="$root" --static make make install cd "$top" fi if [ ! -f "build/openssl-$OPENSSL_VERSION/wow" ]; then echo "---- Building OpenSSL -----" if [ !
Fossies
fossies.org › linux › libzip › libzip-config.cmake.in
libzip: libzip-config.cmake.in | Fossies
1 @PACKAGE_INIT@ 2 3 # We need to supply transitive dependencies if this config is for a static library 4 set(IS_SHARED @BUILD_SHARED_LIBS@) 5 if (NOT IS_SHARED) 6 include(CMakeFindDependencyMacro) 7 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR}/modules") 8 9 set(ENABLE_BZIP2 @BZIP2_FOUND@) 10 set(ENABLE_LZMA @LIBLZMA_FOUND@) 11 set(ENABLE_ZSTD @ZSTD_FOUND@) 12 set(ENABLE_GNUTLS @GNUTLS_FOUND@) 13 set(ENABLE_MBEDTLS @MBEDTLS_FOUND@) 14 set(ENABLE_OPENSSL @OPENSSL_FOUND@) 15 16 find_dependency(ZLIB 1.1.2) 17 if(ENABLE_BZIP2) 18 find_dependency(BZip2) 19 endif() 20 21 if(
OpenEmbedded
layers.openembedded.org › layerindex › recipe › 89425
OpenEmbedded Layer Index - libzip
master · meta-oe · libzip · libzip 1.11.4 · Sources · Patches · Other branches · This recipe in other branches of meta-oe: · change history • about this site • FAQ