[BlueOnyx:11189] Re: Unable to load dynamic library '/home/solarspeed/php/lib/php/20060613/pgsql.so

Michael Stauber mstauber at blueonyx.it
Thu Aug 16 17:26:59 -05 2012


Hi David,

> Humm...
> Any additional thoughts would be helpful
>
> [Thu Aug 16 15:08:22 2012] [error] [client 66.249.67.67] PHP Warning:  PHP 
> Startup: Unable to load dynamic library 
> '/home/solarspeed/php/lib/php/20060613/pgsql.so' - 
> /home/solarspeed/php/lib/php/20060613/pgsql.so: undefined symbol: 
> php_regcomp in Unknown on line 0

Hmm. This seems to be an older version of PHP anyway, as I haven't seen
the 20060613 subdirectory in quite a while.

Short of upgrading PHP to the latest version, you can do this:

rm /home/solarspeed/php/etc/php.d/pgsql.ini
/etc/init.d/httpd restart

That will remove the pgsql.ini file that loads the pgsql.so module. Your
PHP will loose the ability to interface with Postgres database servers,
but most people don't use that functionality anyway.

-- 
With best regards

Michael Stauber



More information about the Blueonyx mailing list