I ran into this error about a week or two back while updating a couple
debian testing boxes, and I unwittingly removed the "obsolete" libpq3
package.  I found a libpq.so.3 installed by the libpq4 package, it just
wasn't anywhere the linker could find it; for me this fixed it:

  ln -s /usr/lib/postgresql/7.4/lib/libpq.so.3 /usr/lib/libpq.so.3

It's not "clean" in that future package updates can/will leave a
dangling symlink, but that does it for now (and soon enough we'll be
using actual dbmail 2.2 debian packages, so it'll be a moot point).



On Fri, 2006-12-01 at 09:20 +0100, Paul J Stevens wrote:
> 
> [EMAIL PROTECTED] wrote:
> > Summary:                    dbmail-* complain about libpq.so.3 missing
> > libpq.so.4.1 is installed
> > Description: 
> > # dbmail-lmtpd
> > dbmail-lmtpd: error while loading shared libraries: libpq.so.3: cannot
> > open shared object file: No such file or directory
> 
> 
> try:
> 
> ldd `which dbmail-lmtpd`
> 
> 
-- 
Jesse Norell - [EMAIL PROTECTED]
Kentec Communications, Inc.

Reply via email to