Unable to load dynamic library '/usr/lib64/php/modules/suhosin.so

Unable to load dynamic library '/usr/lib64/php/modules/suhosin.so

Sejak upgrade ke PHP 5.3.3 ke 5.6.3 pada saat melakukan restart apache selalu muncul notifikasi berikut:
 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/suhosin.so' - /usr/lib64/php/modules/suhosin.so: undefined symbol: php_checkuid in Unknown on line 0 PHP 5.6.4 (cli) (built: Dec 17 2014 16:47:40) Copyright © 1997-2014 The PHP Group Zend Engine v2.6.0, Copyright © 1998-2014 Zend Technologies 

Setelah googling kesana kemari, dan solusinya adalah You will need to compile AGAIN suhosin!
 To do so:
cd /tmp
wget -nv -O suhosin.zip https://github.com/stefanesser/suhosin/archive/suhosin-0.9.37.zip
unzip -q suhosin.zip
rm -f suhosin.zip
cd suhosin-suhosin-0.9.37
phpize &> /dev/null
./configure &> /dev/null
make &> /dev/null
make install 
cd ..
rm -rf suhosin-suhosin-0.9.37

Hasil :
php -v
PHP 5.6.30 (cli) (built: Jan 19 2017 22:50:24) Copyright (c) 1997-2016 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies with Suhosin v0.9.37-dev, Copyright (c) 2007-2014, by SektionEins GmbH Problem
Ref
Share this article :
 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. abanxc - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger