Greetings, I am trying to compile DBD::Pg on mac os 10.2 with Perl 5.8.0, but am not having much success.
The errors I am getting are : dbdimp.c: In function `dbd_discon_all': dbdimp.c:48: warning: passing arg 1 of `fprintf' from incompatible pointer type dbdimp.c: In function `pg_error': dbdimp.c:94: warning: passing arg 1 of `fprintf' from incompatible pointer type dbdimp.c: In function `pg_db_login': dbdimp.c:146: warning: passing arg 1 of `fprintf' from incompatible pointer type dbdimp.c:178: warning: passing arg 1 of `fprintf' from incompatible pointer type Etc, etc And later on: Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl OS: darwin dyld: /usr/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 make: *** [test_dynamic] Trace/BPT trap /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force I have rebuilt the Storable module, as suggested by someone somewhere, but it did not help. Any assistance apprecitated Don