Jump to content

Featured Replies

Posted

 


 

error: package libzip is not installed

error: package libzip-devel is not installed

ln: failed to create symbolic link ‘/usr/bin/cmake3’: File exists

--2024-05-02 03:09:06--  http://static.cdn-cwp.com/files/php/addons/libzip-1.5.1.tar.gz

Resolving static.cdn-cwp.com (static.cdn-cwp.com)... 167.114.21.226, 151.80.90.199, 137.74.148.116, ...

Connecting to static.cdn-cwp.com (static.cdn-cwp.com)|167.114.21.226|:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 1189827 (1.1M) [application/x-gzip]

Saving to: ‘libzip-1.5.1.tar.gz’



     0K .......... .......... .......... .......... ..........  4%  236K 5s

    50K .......... .......... .......... .......... ..........  8%  240K 4s

   100K .......... .......... .......... .......... .......... 12%  480K 4s

   150K .......... .......... .......... .......... .......... 17%  514K 3s

   200K .......... .......... .......... .......... .......... 21%  514K 3s

   250K .......... .......... .......... .......... .......... 25% 3.24M 2s

   300K .......... .......... .......... .......... .......... 30%  565K 2s

   350K .......... .......... .......... .......... .......... 34% 3.14M 2s

   400K .......... .......... .......... .......... .......... 38%  573K 1s

   450K .......... .......... .......... .......... .......... 43% 2.16M 1s

   500K .......... .......... .......... .......... .......... 47%  689K 1s

   550K .......... .......... .......... .......... .......... 51% 2.91M 1s

   600K .......... .......... .......... .......... .......... 55% 2.94M 1s

   650K .......... .......... .......... .......... .......... 60%  699K 1s

   700K .......... .......... .......... .......... .......... 64% 3.61M 1s

   750K .......... .......... .......... .......... .......... 68% 4.46M 1s

   800K .......... .......... .......... .......... .......... 73%  675K 0s

   850K .......... .......... .......... .......... .......... 77% 5.61M 0s

   900K .......... .......... .......... .......... .......... 81% 3.67M 0s

   950K .......... .......... .......... .......... .......... 86% 3.75M 0s

  1000K .......... .......... .......... .......... .......... 90%  722K 0s

  1050K .......... .......... .......... .......... .......... 94% 4.87M 0s

  1100K .......... .......... .......... .......... .......... 98% 3.82M 0s

  1150K .......... .                                          100%  152M=1.4s



2024-05-02 03:09:08 (860 KB/s) - ‘libzip-1.5.1.tar.gz’ saved [1189827/1189827]



/usr/local/src/libzip-1.5.1/lib/zip_crypto_openssl.c: In function ‘_zip_crypto_aes_new’:

/usr/local/src/libzip-1.5.1/lib/zip_crypto_openssl.c:56:5: warning: ‘AES_set_encrypt_key’ is deprecated (declared at /usr/include/openssl/aes.h:51): Since OpenSSL 3.0 [-Wdeprecated-declarations]

     AES_set_encrypt_key(key, key_size, aes);

     ^

/usr/local/src/libzip-1.5.1/lib/zip_crypto_openssl.c: In function ‘_zip_crypto_hmac_new’:

/usr/local/src/libzip-1.5.1/lib/zip_crypto_openssl.c:91:5: warning: ‘HMAC_CTX_new’ is deprecated (declared at /usr/include/openssl/hmac.h:33): Since OpenSSL 3.0 [-Wdeprecated-declarations]

     if ((hmac = HMAC_CTX_new()) == NULL) {

     ^

/usr/local/src/libzip-1.5.1/lib/zip_crypto_openssl.c:97:5: warning: ‘HMAC_Init_ex’ is deprecated (declared at /usr/include/openssl/hmac.h:43): Since OpenSSL 3.0 [-Wdeprecated-declarations]

     if (HMAC_Init_ex(hmac, secret, (int)secret_length, EVP_sha1(), NULL) != 1) {

     ^

/usr/local/src/libzip-1.5.1/lib/zip_crypto_openssl.c:102:9: warning: ‘HMAC_CTX_free’ is deprecated (declared at /usr/include/openssl/hmac.h:35): Since OpenSSL 3.0 [-Wdeprecated-declarations]

         HMAC_CTX_free(hmac);

         ^

/usr/local/src/libzip-1.5.1/lib/zip_crypto_openssl.c: In function ‘_zip_crypto_hmac_free’:

/usr/local/src/libzip-1.5.1/lib/zip_crypto_openssl.c:123:5: warning: ‘HMAC_CTX_free’ is deprecated (declared at /usr/include/openssl/hmac.h:35): Since OpenSSL 3.0 [-Wdeprecated-declarations]

     HMAC_CTX_free(hmac);

     ^

/usr/local/src/libzip-1.5.1/lib/zip_crypto_openssl.c: In function ‘_zip_crypto_hmac_output’:

/usr/local/src/libzip-1.5.1/lib/zip_crypto_openssl.c:133:5: warning: ‘HMAC_Final’ is deprecated (declared at /usr/include/openssl/hmac.h:47): Since OpenSSL 3.0 [-Wdeprecated-declarations]

     return HMAC_Final(hmac, data, &length) == 1;

     ^

/usr/local/src/libzip-1.5.1/lib/zip_winzip_aes.c: In function ‘aes_crypt’:

/usr/local/src/libzip-1.5.1/lib/zip_winzip_aes.c:68:13: warning: ‘AES_encrypt’ is deprecated (declared at /usr/include/openssl/aes.h:57): Since OpenSSL 3.0 [-Wdeprecated-declarations]

             if (!_zip_crypto_aes_encrypt_block(ctx->aes, ctx->counter, ctx->pad)) {

             ^

/usr/local/src/libzip-1.5.1/lib/zip_winzip_aes.c: In function ‘_zip_winzip_aes_encrypt’:

/usr/local/src/libzip-1.5.1/lib/zip_winzip_aes.c:142:5: warning: ‘HMAC_Update’ is deprecated (declared at /usr/include/openssl/hmac.h:45): Since OpenSSL 3.0 [-Wdeprecated-declarations]

     return aes_crypt(ctx, data, length) && _zip_crypto_hmac(ctx->hmac, data, length);

     ^

/usr/local/src/libzip-1.5.1/lib/zip_winzip_aes.c: In function ‘_zip_winzip_aes_decrypt’:

/usr/local/src/libzip-1.5.1/lib/zip_winzip_aes.c:149:5: warning: ‘HMAC_Update’ is deprecated (declared at /usr/include/openssl/hmac.h:45): Since OpenSSL 3.0 [-Wdeprecated-declarations]

     return _zip_crypto_hmac(ctx->hmac, data, length) && aes_crypt(ctx, data, length);

     ^

--2024-05-02 03:09:27--  http://static.cdn-cwp.com/files/php/ioncube_loaders_lin_x86-64.tar.gz

Resolving static.cdn-cwp.com (static.cdn-cwp.com)... 137.74.148.116, 198.27.104.40, 167.114.21.226, ...

Connecting to static.cdn-cwp.com (static.cdn-cwp.com)|137.74.148.116|:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 15729651 (15M) [application/x-gzip]


Hello dear;
I installed openssl 3.0.9 on my server. The system says libzip is not installed and gives errors. What is your suggestion?

Create an account or sign in to comment