cannot load dynamic library
« on: November 19, 2006, 07:45:18 PM »
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib/php4/pgsql.so' - libpq.so.3: cannot open shared object file: No such file or directory in Unknown on line 0
Status: 404

I get this error when i try to run a cronjob.

please someone help.
Re: cannot load dynamic library
« Reply #1 on: November 19, 2006, 09:13:18 PM »
Hello,

sitemap generator script doesn't use pgsql.so module, so this must be general php config issue. Please check your php.ini file on the server, search for pgsql.so and comment that link (add leading ';' character).