configure: error: libpng.(a|so) not found.
April 26, 2008 | In: Installation, PHP
cd /usr/local/src wget http://prdownloads.sourceforge.net/libpng/libpng-1.2.26.tar.gz?download cd libpng-1.2.26 ./configure make make install
April 26, 2008 | In: Installation, PHP
cd /usr/local/src wget http://prdownloads.sourceforge.net/libpng/libpng-1.2.26.tar.gz?download cd libpng-1.2.26 ./configure make make install
April 26, 2008 | In: PHP
=============================== cd /usr/local/src/ wget http://site.n.ml.org/download/19980327153823/libjpeg/libjpeg-6b.tar.gz cd jpeg-6b ./configure make make install =============================== If everything went fine...
April 26, 2008 | In: PHP
In RHEL 4 You can update PHP using ---------------------------------------------- up2date @php ---------------------------------------------- In RHEL 5 and CentOs ---------------------------------------------- yum groupinstall php...
April 25, 2008 | In: PHP
Manual configuration for Suhosin in php.ini Please note that these lines should be added below to the line extension=suhosin.so ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Module Settings ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [suhosin] ;...
April 25, 2008 | In: Installation, PHP
What is Suhosin? Suhosin is a protective covering for PHP. Lets move with ordered steps. There are 2 separate versions on Suhosin. Both of them can be run together or separately. First is the raw patch where you need to recompile PHP in shell to...
April 24, 2008 | In: Apache, Cpanel, Installation, PHP
1) Download ============================== wget http://xcache.lighttpd.net/pub/Releases/1.2.1/xcache-1.2.1.tar.gz phpize ./configure --enable-xcache make make install ============================== Find the php.ini file. php -i|...
April 23, 2008 | In: PHP
Even when php is compiled with GD, the GD module is not shown up in phpinfo page. /scripts/easyapache The fix is to recompile PHP with GD and zlib. This will fix the issue. The problem happens when PHP is upgraded from version 4 to 5 :)
April 23, 2008 | In: Installation, Pgsql, PHP
Its that easy to add the php module pdo_pgsql in a Cpanel server. Just use the command =============== pecl install pdo_pgsql =============== Then go for a Apache restart. It will be shown up in your phpinfo page........ :)
Follow the steps below to sort out the problem. Check whether mail server is able to send mail. Next is to Check in WHM tweak setting whether nobody is allowed to send mail. ================ WHM > Tweak settings > Mail > Prevent "nobody" from...
April 9, 2008 | In: Installation, PHP
APC, Alternate PHP Cache, is now the most maintained free/open source op-code cache, and is being used more and more as it emerges to be the most stable. The instructions here details how to get APC running on a CentOS 5 server. First, we need the...