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: Cpanel, CubeCart, Installation, Plesk
Before going for an install check whether you meet the requirements Create a subdirectory in which you need to install the CubeCart example domain.com/business/ # Download the source code from their site at :...
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: Cpanel
The crons are not even listed with WHM or Cpanel. The root user as well as the Cpanel users will not be able to access the cron. This is mainly due to a permission issue of cron binary. Hence chmod it to 755. ====================== chmod 755...
root@server[/etc/apf]# apf -s Unable to load iptables module (ipt_state), aborting. root@server[/etc/apf]# Here is the fix Edit /etc/apf/internals/functions.apf vi /etc/apf/internals/functions.apf Replace the lines...
Here is the yum.conf entry for Centos 4.6. Copy all the lines below. ############################ [main] cachedir=/var/cache/yum debuglevel=2 logfile=/var/log/yum.log pkgpolicy=newest installonlypkgs=kernel kernel-smp kernel-devel...
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|...