Tom Allison wrote: > Paul J Stevens wrote: >> Tom Allison wrote: >>> Info:[db] dbmodule.c,db_load_driver(+71): cannot load >>> modules/.libs/libpgsql.so: cannot open shared object file: No such file >>> or directory >>> Debug:[db] dbmodule.c,db_load_driver(+67): looking for pgsql as >>> /usr/lib/dbmail/libpgsql.so >> >> both should be set to Debug only. >> > > OK, but I'm also curious why I'm getting errors that I can't load a > libpgsql module when I successfully running dbmail on postgresql? It > seems to me that this error is "false".
Indeed. It's not an error at all. It's a debug statement from the module loader. libpgsql.so is the postgres module for dbmail - in this case. No message in the debug logs indicate an error, unless they are flagged as 'Error:'. Info and Debug statements are just that; you can safely ignore them. > > I do have a file /usr/lib/dbmail/libpgsql.so > > I also have a /usr/lib/dbd/libpgsql.so -- could this be left over from > 2.0 or 2.1 and it being picked up as the module of choice? Very much doubtfull. That's probably a file from libdbd-pg-perl. Don't let the similarity in naming confuse you here. -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl
