Failing to install on CentOS 7

Issue #1292 wontfix
Michael Kabugi created an issue

Hi,

I’m trying to install piler on my CentOS 7 server anf I have the error below when i compile.

[root@ns1 piler-1.4.1]# make

……
./libpiler.so: undefined reference toEVP_CIPHER_CTX_reset'
./libpiler.so: undefined reference to EVP_MD_CTX_new' ./libpiler.so: undefined reference toEVP_CIPHER_CTX_get_block_size'
./libpiler.so: undefined reference to OPENSSL_init_ssl' ./libpiler.so: undefined reference toTLS_client_method'
./libpiler.so: undefined reference to EVP_MD_CTX_free' ./libpiler.so: undefined reference toSSL_get1_peer_certificate'
./libpiler.so: undefined reference to TLS_server_method' collect2: error: ld returned 1 exit status make[1]: *** [piler] Error 1 make[1]: Leaving directory/var/piler/piler-1.4.1/src'
make: *** [all-recursive] Error 1

[root@ns1 piler-1.4.1]# openssl version
OpenSSL 3.0.7 1 Nov 2022 (Library: OpenSSL 3.0.7 1 Nov 2022)

Is there something I am missing?

Regards,

Michael.

Comments (7)

  1. Janos SUTO repo owner

    Hello Michael, no, I have verified the issue. Trying to get a fix. Btw. is there a reason you want to use a rather old centos version?

  2. Michael Kabugi reporter

    Thank you Janos for your quick response,

    We have a sever deployed with centos 7 and did not want to move to 8 yet. Will upgrading the OS resolve this issue?

  3. Michael Kabugi reporter

    Has the this piller package been successfully deployed on centos 8 or 9?

    This may be the push i needed 😅

  4. Janos SUTO repo owner

    I'm sorry, I've changed my mind, and won't fix it to work on centos7. It's an obsoleted platform by now.

  5. Log in to comment