Sean Davis <sdavis2(at)mail(dot)nih(dot)gov> writes:
> I ran across this problem while running a plperlu procedure. I do not have
> a libpq.3.dylib, but do have a libpq.4.dylib. I am running perl 5.8.1,
> macos 10.3.8 on an Xserve G5, and Postgres 8.0.2. Any suggestions?
> dyld: /usr/local/pgsql/bin/postmaster can't open library:
> /usr/local/pgsql/lib/libpq.3.dylib (No such file or directory, errno = 2)
It appears that your DBI::Pg module was built against an older
copy of libpq. Best solution would be to recompile DBI::Pg.
regards, tom lane