Published by exdone
Posted on January 19, 2008
PHP Warning: PHP Startup: Unable to load dynamic library
‘/usr/lib/php/modules/pgsql.so’ – libpq.so.4: cannot open shared object
file: No such file or directory in Unknown on line 0
Solution:
The above error is a warning that PHP was unable to locate the pgsql.so as it may not be installed on the server. This is find if you are not using pgsql. This warning can corrected by commenting out the extension line with a semi colon ( ; ) The file is located at /etc/php.d/pgsql.ini