Monday, July 22, 2013

suhosin (cpanel) on PHP5.4

after upgrading to latest php using easyapache, no suhosin.so created.
i'm compile myself and its work:
reference:https://github.com/stefanesser/suhosin/issues/17

cd ~
mkdir suhosin
cd suhosin
wget https://github.com/stefanesser/suhosin/archive/master.zip
unzip master.zip
Start Compiling
phpize
./configure
make
make install

updatedb
locate memcache.so

/usr/local/lib/php/extensions/no-debug-non-zts-20090626/suhosin.so
/usr/local/lib/php/extensions/no-debug-non-zts-20100525/suhosin.so

Done!

No comments:

Related Posts Plugin for WordPress, Blogger...