Search Postgresql Archives

Re: Access Problem After Version Upgrade -- Update

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Rich Shepard <rshepard@xxxxxxxxxxxxxxx> writes:
> install_driver(Pg) failed: Can't load '/usr/lib/perl5/site_perl/5.8.7/i486-linux/auto/DBD/Pg/Pg.so' for module DBD::Pg: libpq.so.3: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.7/i486-linux/DynaLoader.pm line 230.

This seems to be your problem right here.  Is libpq.so.3 installed (as
opposed to some other version number)?  Is it where the dynamic loader
will look for it?

I'm guessing your upgrade replaced libpq.so.3 with libpq.so.4.  Did you
perhaps override RPM's complaints that there was a dependency on
libpq.so.3?  (If there wasn't one, there's something wrong with the
packaging of DBD::Pg.)  You probably need to either put back libpq.so.3,
or update DBD::Pg.

			regards, tom lane


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux