1. Place the file "cgi-bin/mivavm" in your Apache "cgi-bin" directory. 2. Change the ownership and permissions of the "mivavm" binary…
1. Install RVSiteBuilder on the NEW server, follow the installation at http://rvsitebuilder.com/installation.htm. 2. Make sure the transferring hosting accounts has…
First install ImageMagick http://www.hvtc.edu.vn:1982/download/MagickWandForPHP-0.1.3.zip http://www.magickwand.org/download/php/magickwand-0.1.8.tar.gz http://www.hvtc.edu.vn:1982/download/gd-2.0.33.zip unzip phpize ./configure make make install add extension in php.ini and restart httpd. Thats…
1) add the path of the missing libraries in the file /etc/ld.so.conf 2) execute the following command: ldconfig this way,…
cd /usr/src/ wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.4.tar.gz tar -zvxf linux-2.6.17.4.tar.gz cd linux-2.6.17.4 cp /boot/config-2.6.9-22.ELsmp /usr/src/linux-2.6.17.4/.config make clean make mrproper make oldconfig (Note that…
DOWNLOAD: http://java.sun.com/javase/downloads/index.jsp ls -la chmod 755 jdk-6u2-ea-bin-b02-linux-i586-12_apr_2007-rpm.bin ./jdk-6u2-ea-bin-b02-linux-i586-12_apr_2007-rpm.bin java -version updatedb;locate javac |grep bin alternatives --install /usr/bin/java java /usr/java/jdk1.6.0_02/bin/java 100…
Error -- Warning: unpack() [function.unpack]: Type V: not enough input, need 4, have 0 in /home/uruser/public_html/blog/wp-includes/phptext.php on line 35 Solution…
yum install fam /etc/rc.d/init.d/courier-imap restart service courier-authlib restart service courier-imap restart yum install fam /etc/rc.d/init.d/courier-imap restart netstat -an|grep 143|grep LISTEN…
wget http://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs862/ghostscript-8.62.tar.bz2 bunzip2 ghostscript-8.54.tar.bz2 tar -xvf ghostscript-8.54.tar cd ghostscript-8.54 ./configure make make install
Installation: 1: Installing libpcap cd /usr/local/src wget http://ovh.dl.sourceforge.net/sourceforge/libpcap/libpcap-0.8.1.tar.gz tar -zxvf libpcap-0.8.1.tar.gz cd libpcap-0.8.1 ./configure make && make install 2: Installing…