Monthly Archives: April 2007

Build apache php fastcgi mode

1.Build php for fastcgi mode. get php source from www.php.net cd /usr/local/src/ tar -zxf php-5.2.0.tar.bz2 cd php-5.2.0 ‘./configure’ \ ‘–enable-memory-limit’ \ ‘–enable-force-cgi-redirect’ \ ‘–with-zlib’ \ ‘–enable-debug=no’ \ ‘–enable-safe-mode=no’ \ ‘–enable-track-vars’ \ ‘–with-gd’ \ ‘–with-pcre-regex’ \ ‘–with-mysql’ \ ‘–without-sqlite’ \ ‘–without-mm’ … Continue reading

Posted in PHP | 1 Comment

How to Upgrade to Fedora 6 from Fedora 5

We should need  2 RPM files wget http://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core/6/i386/os/Fedora/RPMS/fedora-release-notes-6-3.noarch.rpm wget http://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core/6/i386/os/Fedora/RPMS/fedora-release-6-4.noarch.rpm then run rpm -Uvh –nodeps fedora-release-notes-6-3.noarch.rpm rpm -Uvh –nodeps fedora-release-6-4.noarch.rpm   yum -y update yum online update will continue.check package dependence. maybe u will find cups service have some problem,uninstall … Continue reading

Posted in Linux | Leave a comment