I am trying to install qmail with the ldap patch.  I have already installed ssl and 
openldap. they are both working fine.  when I try and compile qmail with the patch I 
get the following error.  I believe the problem is that it can't find my libs for ssl, 
 but they are in the same location as the rest of my libs as ldap and it finds them I 
believe.  Any hints please..


qmail-remote.o(.text+0x4a32): In function `smtp':
: undefined reference to `SSL_library_init'
qmail-remote.o(.text+0x4a37): In function `smtp':
: undefined reference to `SSLv23_client_method'
qmail-remote.o(.text+0x4a3f): In function `smtp':
: undefined reference to `SSL_CTX_new'
qmail-remote.o(.text+0x4a61): In function `smtp':
: undefined reference to `SSL_CTX_use_RSAPrivateKey_file'
qmail-remote.o(.text+0x4a79): In function `smtp':
: undefined reference to `SSL_CTX_use_certificate_file'
qmail-remote.o(.text+0x4a8d): In function `smtp':
: undefined reference to `SSL_new'
qmail-remote.o(.text+0x4ab0): In function `smtp':
: undefined reference to `SSL_set_fd'
qmail-remote.o(.text+0x4aca): In function `smtp':
: undefined reference to `SSL_connect'
qmail-remote.o(.text+0x54a4): In function `smtp':
: undefined reference to `SSL_get_peer_certificate'
qmail-remote.o(.text+0x54ac): In function `smtp':
: undefined reference to `X509_get_subject_name'
qmail-remote.o(.text+0x54c8): In function `smtp':
: undefined reference to `X509_NAME_get_text_by_NID'
qmail-remote.o(.text+0x5612): In function `smtp':
: undefined reference to `SSL_get_verify_result'
qmail-remote.o(.text+0x56e1): In function `smtp':
: undefined reference to `X509_verify_cert_error_string'
qmail-remote.o(.text+0x5862): In function `smtp':
: undefined reference to `SSL_CTX_load_verify_locations'
qmail-remote.o(.text+0x587e): In function `smtp':
: undefined reference to `SSL_CTX_set_verify'
qmail-remote.o(.text+0x9b48): In function `ssl_timeoutread':
: undefined reference to `SSL_read'
qmail-remote.o(.text+0x9be8): In function `ssl_timeoutwrite':
: undefined reference to `SSL_write'
qmail-remote.o(.text+0x9ca5): In function `saferead':
: undefined reference to `SSL_read'
qmail-remote.o(.text+0x9d65): In function `safewrite':
: undefined reference to `SSL_write'
collect2: ld returned 1 exit status
make: *** [qmail-remote] Error 1
make: *** Waiting for unfinished jobs....

!!! ERROR: net-mail/qmail-1.03-r9 failed.
!!! Function src_compile, Line 87, Exitcode 2
!!! (no error message)

Wayne

Reply via email to