<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MERCUMAYA.NET Blog &#187; php4</title>
	<atom:link href="http://blog.mercumaya.net/tag/php4/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mercumaya.net</link>
	<description>Where Web All Begins!</description>
	<lastBuildDate>Thu, 24 Mar 2011 02:16:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to compile php 4.4.9 for Plesk Server</title>
		<link>http://blog.mercumaya.net/how-to-compile-php-447-for-plesk-server.html</link>
		<comments>http://blog.mercumaya.net/how-to-compile-php-447-for-plesk-server.html#comments</comments>
		<pubDate>Wed, 13 Jun 2007 06:55:41 +0000</pubDate>
		<dc:creator>MERCUMAYA</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[Parallels]]></category>
		<category><![CDATA[php4]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[swsoft]]></category>

		<guid isPermaLink="false">http://blog.mercumaya.net/how-to-compile-php-447-for-plesk-server.html</guid>
		<description><![CDATA[How to compile php on a plesk machine and actually get it to work so I took the time to document everything. This guide *should* work, I know it worked on 2 seperate machines. Aside from that do it at your own risk I am not so fond of plesk because it does have so [...]]]></description>
			<content:encoded><![CDATA[<p>How to compile php on a plesk machine and actually get it to work so I took the time to document everything. This guide *should* work, I know it worked on 2 seperate machines. Aside from that do it at your own risk I am not so fond of plesk because it does have so many issues with upgrade. If you have any trouble or dep issues please post thme here so I can work the fixes into the guide.</p>
<p>yum install zlib-devel webalizer unixODBC unixODBC-devel tcl tcl-devel sysstat sendmail-devel rwho pspell-devel php-devel php-imap php-ldap php-mysql php-odbc perl-Crypt-SSLeay perl-DBD-Pg perl-DB_File perl-DateManip perl-HTML-Parser perl-HTML-Tagset perl-Parse-Yapp perl-Time-HiRes perl-URI perl-XML-Dumper perl-XML-Encoding perl-XML-Grove perl-XML-Parser perl-XML-Twig perl-libwww-perl perl-libxml-enno perl-libxml-perl perl-suidperl pciutils-devel patchutils openssl-perl openssl-devel net-snmp net-snmp-devel net-snmp-libs net-snmp-perl net-snmp-utilsmysql-devel mrtg mod_perl mod_perl-devel mod_ssl mailman libxslt libxslt-devel libxml libxml-devel libtool libstdc++-devel libpng-devel libpng10 libpng10-devel libjpeg-devel libdbi-dbd-mysql joe htdig htdig-web gd gd-devel compat-libstdc++ compat-libstdc++-devel compat-db compat-gcc compat-gcc-c++ compat-glibc bzip2-devel bind bind-chroot bind-devel ImageMagick ImageMagick-devel ImageMagick-perl MyODBC mysql-bench libmhash libmhash-devel libmcrypt libmcrypt-devel sablotron sablotron-devel js- js-devel</p>
<p>cd /root<br />
wget http://us2.php.net/distributions/php-4.4.9.tar.gz<br />
tar -zvxf php-4.4.9.tar.gz<br />
cd php-4.4.9</p>
<p>./configure &#8211;prefix=/usr/local/php4 &#8211;bindir=/usr/bin &#8211;sbindir=/usr/sbin &#8211;sysconfdir=/etc &#8211;datadir=/usr/share &#8211;includedir=/usr/include &#8211;libdir=/usr/lib &#8211;libexecdir=/usr/libexec &#8211;with-libdir=lib &#8211;with-curl=/usr/bin &#8211;with-config-file-path=/usr/local/php4/lib &#8211;with-pic &#8211;disable-rpath &#8211;with-exec-dir=/usr/bin &#8211;with-png-dir=/usr &#8211;enable-gd-native-ttf &#8211;without-gdbm &#8211;with-gettext &#8211;with-iconv &#8211;with-jpeg-dir=/usr &#8211;with-png &#8211;with-zlib &#8211;enable-exif &#8211;enable-ftp &#8211;enable-magic-quotes &#8211;enable-sockets &#8211;enable-track-vars &#8211;enable-trans-sid &#8211;enable-yp &#8211;enable-wddx &#8211;with-pear=/usr/share/pear &#8211;enable-calendar &#8211;with-libxml-dir=/usr &#8211;with-xml &#8211;enable-force-cgi-redirect &#8211;enable-pcntl &#8211;enable-mbstring &#8211;enable-mbregex &#8211;with-ncurses &#8211;with-gd &#8211;enable-bcmath &#8211;with-xmlrpc &#8211;with-mysql &#8211;with-mysqli &#8211;enable-dom &#8211;with-xsl &#8211;enable-fastcgi &#8211;with-openssl &#8211;program-suffix=4 &#8211;with-expat-dir=/usr &#8211;with-mhash &#8211;with-mcrypt</p>
<p>make<br />
make install</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mercumaya.net/how-to-compile-php-447-for-plesk-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

