Link to home
Start Free TrialLog in
Avatar of masteryoda
masteryoda

asked on

ld: fatal: Symbol referencing errors.

I am trying to compile qpopper 4.0.3 on a 64 bit solaris 8 machine.  I have told ./configure about openssl.  I am using this version of gcc 2.95.2 19991024.

When I run make I get the following error:

Undefined                       first referenced
 symbol                             in file
SSL_library_init                    pop_tls_openssl.o
ERR_error_string                    pop_tls_openssl.o
SSL_CTX_set_cipher_list             pop_tls_openssl.o
SSL_CIPHER_get_bits                 pop_tls_openssl.o
SSLv3_server_method                 pop_tls_openssl.o
SSL_shutdown                        pop_tls_openssl.o
SSL_CIPHER_get_name                 pop_tls_openssl.o
SSL_CTX_use_PrivateKey_file         pop_tls_openssl.o
TLSv1_server_method                 pop_tls_openssl.o
SSL_CTX_check_private_key           pop_tls_openssl.o
SSL_CTX_free                        pop_tls_openssl.o
SSL_load_error_strings              pop_tls_openssl.o
SSL_get_current_cipher              pop_tls_openssl.o
SSL_CTX_use_certificate_file        pop_tls_openssl.o
SSL_CTX_new                         pop_tls_openssl.o
SSL_set_rfd                         pop_tls_openssl.o
SSL_CIPHER_description              pop_tls_openssl.o
SSLv23_server_method                pop_tls_openssl.o
SSL_write                           pop_tls_openssl.o
SSL_CIPHER_get_version              pop_tls_openssl.o
SSL_new                             pop_tls_openssl.o
SSLv2_server_method                 pop_tls_openssl.o
SSL_set_wfd                         pop_tls_openssl.o
SSL_get_error                       pop_tls_openssl.o
SSL_free                            pop_tls_openssl.o
SSL_read                            pop_tls_openssl.o
SSL_accept                          pop_tls_openssl.o
ERR_get_error                       pop_tls_openssl.o
ld: fatal: Symbol referencing errors. No output written to popper
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `popper'
Current working directory /tmp/qpopper4.0.3/popper
*** Error code 1
make: Fatal error: Command failed for target `popper_server'

How do I go about fixing this error????

Thanks,
Louis
Avatar of BobGazais
BobGazais

Looks like you're missing the "ssl" library.
(whatever that is ;-)

Is it included when linking, e.g. -lssl (or similar) ?

If your problem is complicated then you should provide
more information such as the command line that produced
the above output.

lol
This person has been suspended for multiple violations of the Member Agreement, and will reject the proposed answer, and return your question to the Active Questions List.  The Moderator Group is deleting all 388 locked questions.

These were posted by three persons:

quirkyquirky
EliteKiller
liloXwin
 
Thank you,
ComTech
CS Admin @ EE

No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:
 - PAQ'd and pts removed
Please leave any comments here within the
next seven days.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER !

Nic;o)
ASKER CERTIFIED SOLUTION
Avatar of Jgould
Jgould

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial