<?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>Text Books &#187; Direct Admin</title>
	<atom:link href="http://www.txtbooks.net/txt/category/linux/direct-admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.txtbooks.net</link>
	<description>Short Manuals That You Really Need!</description>
	<lastBuildDate>Sun, 13 Jun 2010 14:55:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>compiling php with  modules to php with custombuild (DA)</title>
		<link>http://www.txtbooks.net/txt/compiling-php-with-modules-to-php-with-custombuild-da/</link>
		<comments>http://www.txtbooks.net/txt/compiling-php-with-modules-to-php-with-custombuild-da/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 13:18:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Direct Admin]]></category>

		<guid isPermaLink="false">http://www.txtbooks.net/?p=6</guid>
		<description><![CDATA[If you want to add any extra modules to php, they'll most likely need to be compiled in. Any module that needs to be compiled in will have a --with-module type flag which will need to be used. To add this flag, run the following:
cd /usr/local/directadmin/custombuild
mkdir -p custom/ap2
cp -fp configure/ap2/configure.php5 custom/ap2/configure.php5
#add your --with-module line to [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to add any extra modules to php, they'll most likely need to be compiled in. Any module that needs to be compiled in will have a --with-<strong>module</strong> type flag which will need to be used. To add this flag, run the following:</p>
<p class="code">cd /usr/local/directadmin/custombuild<br />
mkdir -p custom/ap2<br />
cp -fp configure/ap2/configure.php5 custom/ap2/configure.php5<br />
#add your <strong>--with-module</strong> line to the end of the custom/ap2/configure.php5 file,<br />
# and make sure the \ character exists at the end of all lines except the last one.<br />
./build php n</p>
<p>change configure.php5 to configure.php4 if you're using php4.<br />
If you're using suphp, the paths would be configure/suphp/configure.php5 and custom/suphp/configure.php5.</p>
<p>Restart apache:</p>
<p>RedHat:</p>
<p class="code">/sbin/service httpd restart</p>
]]></content:encoded>
			<wfw:commentRss>http://www.txtbooks.net/txt/compiling-php-with-modules-to-php-with-custombuild-da/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

