On Sun, 19 Dec 2010, David Fleck wrote: > On Sun, 19 Dec 2010, Rich Shepard wrote: >> [Sun Dec 19 11:08:40 2010] [error] [client 127.0.0.1] install_driver(Pg) >> failed: Can't load >> '/usr/lib/perl5/site_perl/5.10.1/i486-linux-thread-multi/auto/DBD/Pg/Pg.so' >> for module DBD::Pg: libpq.so.5: cannot open shared object file: Permission >> denied at /usr/lib/perl5/5.10.1/i486-linux-thread-multi/DynaLoader.pm line >> 200., referer: http://localhost/sql-ledger/login.pl > > I would not dream of calling myself a 'perl expert', but that bit looks > suspicious. > > Are there, in fact, any permissions oddities regarding libpq.so.5?
David, Nope. /usr/lib/libpq.so.5 and /usr/local/pgsql/lib/libpq.so.5 are both soft links to /usr/local/pgsql/libpq.so.5.3. All are owned by root.root, the links have 777 perms and the actual shared library has 755 perms. Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
