On Tue, Apr 30, 2002 at 05:01:59PM -0400, Terrence Brannon wrote: > Hi, I am running Mac OS X 10.1.3 and perl-5.7.2. I have my > POSTGRES_LIB variable set correctly: > > > setenv PG /usr/local/pgsql > setenv POSTGRES_INCLUDE $PG/include > setenv POSTGRES_LIB $PG/lib > > but I am getting errors at the make test phase of compilation: > > t/00basic...........dyld: /Users/metaperl/install/perl/bin/perl Undefined symbols: > _ERR_get_error > _ERR_reason_error_string > _SSL_CTX_new > _SSL_connect > _SSL_free > _SSL_library_init > _SSL_load_error_strings > _SSL_new > _SSL_read > _SSL_set_fd > _SSL_write > _SSLv23_method
I can't speak to the quality of dynamic linkers on every platform. It sounds as if your perl or postgres is built incorrectly. Try adjusting LD_LIBRARY_PATH, or rebuilt postgres without SSL support. Regards, Jeffrey