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: 2008-07-31 14:07:28
Message-ID: 7512.1217513248@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David R Robison 2008-07-31 14:34:33 Doing an LDAP lookup from a SQL SELECT
Previous Message Rob Richardson 2008-07-31 13:27:09 Re: How do I specify intervals in functions?