[Date Prev][Date Next] [Chronological] [Thread] [Top]

Client compile gets boatloads of error messages



I finally got what looks like a good LDAP2/SSL build to work.  Configure,
make depend, make all run without errors, except configure complains
about SASL, which doesn't LOOK serious.

However, gcc is now churning out error messages by the gross of the form:

Undefined first referenced
symbol in file
SSL_library_init /export/home/regrgk/ldap2/openldap-2.0.7/libraries/libldap.a(tls.o)
ERR_error_string /export/home/regrgk/ldap2/openldap-2.0.7/libraries/libldap.a(tls.o)
SSL_CTX_set_cipher_list /export/home/regrgk/ldap2/openldap-2.0.7/libraries/libldap.a(tls.o)
SSL_CIPHER_get_bits /export/home/regrgk/ldap2/openldap-2.0.7/libraries/libldap.a(tls.o)
CRYPTO_free /export/home/regrgk/ldap2/openldap-2.0.7/libraries/libldap.a(tls.o)

So. NOW what did I do wrong? :)