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…