Re: Shared object "libpq.so.3" not found
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: marko <marko(dot)online(at)gmail(dot)com>
- Cc: pgsql-general(at)postgresql(dot)org
- Subject: Re: Shared object "libpq.so.3" not found
- Date: Thu, 31 Jul 2008 10:07:28 -0400
- Message-id: <7512.1217513248@sss.pgh.pa.us> <text/plain>
marko <marko(dot)online(at)gmail(dot)com> writes:
> # Error: Can't load '/usr/home/markuser/DBD-Pg-2.8.7/blib/arch/
> auto/DBD/Pg/Pg.so' for module DBD::Pg: /usr/home/markuser/DBD-Pg-2.8.7/
> blib/arch/auto/DBD/Pg/Pg.so: Undefined symbol "BIO_new_mem_buf" at /
> usr/local/lib/perl5/5.8.8/mach/DynaLoader.pm line 230.
BIO_new_mem_buf is an OpenSSL function, so apparently you've got a
problem with linking to libssl.so. Not too familiar with how FreeBSD
handles this, but maybe you failed to teach the dynamic linker where
libssl is?
regards, tom lane
Home |
Main Index |
Thread Index