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:
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:
That'll stop the error message from showing up.
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
Post a Comment