I have recently installed Openssl -0.9.1c on a linux intel box, running
2.0.36 red-hat ver5.2.
I have run the config, the dep, the clean, the make, the make test, the make
install with what appears to be success. When I try to compile any of the
demos, they give me errors, most like:
[dean@mail ssl]$ c++ -o cli cli.cpp
cli.cpp: In function `int main(...)':
cli.cpp:74: warning: implicit declaration of function `int free(...)'
cli.cpp:99: warning: implicit declaration of function `int close(...)'
/tmp/cca105731.o: In function `main':
/tmp/cca105731.o(.text+0xa): undefined reference to `SSL_load_error_strings'
/tmp/cca105731.o(.text+0xf): undefined reference to `SSLv23_client_method'
/tmp/cca105731.o(.text+0x17): undefined reference to `SSL_CTX_new'
/tmp/cca105731.o(.text+0xd9): undefined reference to `SSL_new'
/tmp/cca105731.o(.text+0x101): undefined reference to `SSL_set_fd'
/tmp/cca105731.o(.text+0x10d): undefined reference to `SSL_connect'
/tmp/cca105731.o(.text+0x125): undefined reference to `ERR_print_errors_fp'
/tmp/cca105731.o(.text+0x13d): undefined reference to
`SSL_get_current_cipher'
/tmp/cca105731.o(.text+0x148): undefined reference to `SSL_CIPHER_get_name'
/tmp/cca105731.o(.text+0x164): undefined reference to
`SSL_get_peer_certificate'
/tmp/cca105731.o(.text+0x1f2): undefined reference to `X509_free'
/tmp/cca105731.o(.text+0x213): undefined reference to `SSL_write'
/tmp/cca105731.o(.text+0x22b): undefined reference to `ERR_print_errors_fp'
/tmp/cca105731.o(.text+0x25b): undefined reference to `SSL_read'
/tmp/cca105731.o(.text+0x273): undefined reference to `ERR_print_errors_fp'
/tmp/cca105731.o(.text+0x2ba): undefined reference to `SSL_free'
/tmp/cca105731.o(.text+0x2c6): undefined reference to `SSL_CTX_free'
collect2: ld returned 1 exit status
I have not been able to find anything in the mailing list archive that
specifically deals with this:
I know I am just missing something!
-Help
-Dean
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]