LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   opessl failure (https://www.linuxquestions.org/questions/linux-software-2/opessl-failure-23711/)

raven 06-18-2002 01:15 PM

opessl failure
 
hello

recently i wanted to install a program that uses ssl encryption. i have openssl0.9.6 installed, but when I compile the program, I get the message from the linker:

/usr/local/lib/libssl.a(ssl_cert.o): In function `ssl_verify_cert_chain':
ssl_cert.o(.text+0x47b): undefined reference to `X509_STORE_CTX_set_verify_cb'

why is there an undefined reference? did I forget to install some library? the X.509 method should be included in the openssl package (at least the openssl site said so), but why am I missing it?

any help is welcome

thanks

raven


All times are GMT -5. The time now is 06:47 PM.