Ubuntu 10.04 - PHP5 error - Can not load suhosin.so

I was trying to do some stuff with PHP and every time I ran some code through PHP, I got the error:

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/suhosin.so' - /usr/lib/php5/20090626+lfs/suhosin.so: cannot open shared object file: No such file or directory in Unknown on line 0

It's not at all clear what package provides suoshin.so, so if you get stuck and can't find it, just run this at the command line:

sudo apt-get install php5-suhosin

That'll stop the error message from showing up.

Comments

Popular posts from this blog

Data Guard with Transparent Application Failover (TAF)

RMAN-05531 During RMAN Duplicate from Active Data Guard Standby

Data pump - "ORA-39786: Number of columns does not match between export and import databases"