<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: PHP4, PHP5 &#038; MySQL RPMs Released</title>
	<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/</link>
	<description>Brain Seeking at it's Best</description>
	<pubDate>Fri,  5 Dec 2008 03:36:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>By: Jake</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-21</link>
		<author>Jake</author>
		<pubDate>Wed, 25 Jan 2006 18:39:42 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-21</guid>
					<description>Hey stuart,

I am starting fresh with these rpms, on RHEL3(Plesk with php 4.3.2)...  When I try to install the php5-cgi package I get a dependency for php5-cgi-pear.  When I try to install php5-cgi-pear from your site I get a dependency on php5-cgi.

Catch 22.

Thanks for any help.

Jake</description>
		<content:encoded><![CDATA[<p>Hey stuart,</p>
<p>I am starting fresh with these rpms, on RHEL3(Plesk with php 4.3.2)&#8230;  When I try to install the php5-cgi package I get a dependency for php5-cgi-pear.  When I try to install php5-cgi-pear from your site I get a dependency on php5-cgi.</p>
<p>Catch 22.</p>
<p>Thanks for any help.</p>
<p>Jake</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Perlboy</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-22</link>
		<author>Perlboy</author>
		<pubDate>Wed, 25 Jan 2006 22:13:18 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-22</guid>
					<description>Heya,

Download both then rpm -Uvh both RPMs at the same time rather than seperately. I'd also recommend using the yum archive. up2date supports yum archive natively and it'd mean you don't have to worry about dependency resolution.

Stuart</description>
		<content:encoded><![CDATA[<p>Heya,</p>
<p>Download both then rpm -Uvh both RPMs at the same time rather than seperately. I&#8217;d also recommend using the yum archive. up2date supports yum archive natively and it&#8217;d mean you don&#8217;t have to worry about dependency resolution.</p>
<p>Stuart</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jake</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-23</link>
		<author>Jake</author>
		<pubDate>Thu, 26 Jan 2006 18:00:46 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-23</guid>
					<description>Hey Thanks,

I am on a Virtuozzo VPS also I forgot to mention.  Got it all installed.

How do I make this work with apache?

When I run a "Hello World" script from the command line I get the following error:

/usr/bin/php5/php: relocation error: /usr/bin/php5/php: undefined symbol: xmlParserInputBufferCreateFilenameDefault


Also I guess Virtuozzo doesnt give you the /proc file system so I cannot remove the #!.</description>
		<content:encoded><![CDATA[<p>Hey Thanks,</p>
<p>I am on a Virtuozzo VPS also I forgot to mention.  Got it all installed.</p>
<p>How do I make this work with apache?</p>
<p>When I run a &#8220;Hello World&#8221; script from the command line I get the following error:</p>
<p>/usr/bin/php5/php: relocation error: /usr/bin/php5/php: undefined symbol: xmlParserInputBufferCreateFilenameDefault</p>
<p>Also I guess Virtuozzo doesnt give you the /proc file system so I cannot remove the #!.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jake</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-24</link>
		<author>Jake</author>
		<pubDate>Thu, 26 Jan 2006 18:03:03 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-24</guid>
					<description>cancel the /proc comment, I just dont have binfmt_misc installed</description>
		<content:encoded><![CDATA[<p>cancel the /proc comment, I just dont have binfmt_misc installed</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jake</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-25</link>
		<author>Jake</author>
		<pubDate>Thu, 26 Jan 2006 18:29:54 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-25</guid>
					<description>Also, I have libxml2-2.5.10-7</description>
		<content:encoded><![CDATA[<p>Also, I have libxml2-2.5.10-7</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Perlboy</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-26</link>
		<author>Perlboy</author>
		<pubDate>Thu, 26 Jan 2006 19:22:53 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-26</guid>
					<description>Hmm,

Are you still having this problem? I can't recreate it which makes me think our libxml2 packages are mismatched. Worst case scenario, download the SRC.RPM (under SRPMS) then run:

rpmbuild --rebuild php....src.rpm --define 'dist rhel3'

Assuming your VPS template is RHEL3 of course (RHEL4 use 'dist rhel4').

Stuart</description>
		<content:encoded><![CDATA[<p>Hmm,</p>
<p>Are you still having this problem? I can&#8217;t recreate it which makes me think our libxml2 packages are mismatched. Worst case scenario, download the SRC.RPM (under SRPMS) then run:</p>
<p>rpmbuild &#8211;rebuild php&#8230;.src.rpm &#8211;define &#8216;dist rhel3&#8242;</p>
<p>Assuming your VPS template is RHEL3 of course (RHEL4 use &#8216;dist rhel4&#8242;).</p>
<p>Stuart</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jake</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-27</link>
		<author>Jake</author>
		<pubDate>Thu, 26 Jan 2006 21:14:32 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-27</guid>
					<description>Ok so I found the problem.. Just to document for others.

When building the RPM I get:

configure: error: libxml2 version 2.6.11 or greater required.

Picked up prebuilt libxml2-2.6.16-1.1 from
http://apt.sw.be/redhat/el3/en/i386/RPMS.dag/

got the src rpm from your site and build with

rpmbuild --rebuild --define 'dist rhel3' php5-cgi-5.1.2-1.sp.src.rpm

cd /usr/src/redhat/RPMS/i386/

rpm -Uvh php5-cgi*

voila..


Perlboy any tips on getting the php5 suffixed files to run through the web server?  Right now I just get a 403 forbidden.

Thanks for the help.</description>
		<content:encoded><![CDATA[<p>Ok so I found the problem.. Just to document for others.</p>
<p>When building the RPM I get:</p>
<p>configure: error: libxml2 version 2.6.11 or greater required.</p>
<p>Picked up prebuilt libxml2-2.6.16-1.1 from<br />
<a href="http://apt.sw.be/redhat/el3/en/i386/RPMS.dag/" rel="nofollow">http://apt.sw.be/redhat/el3/en/i386/RPMS.dag/</a></p>
<p>got the src rpm from your site and build with</p>
<p>rpmbuild &#8211;rebuild &#8211;define &#8216;dist rhel3&#8242; php5-cgi-5.1.2-1.sp.src.rpm</p>
<p>cd /usr/src/redhat/RPMS/i386/</p>
<p>rpm -Uvh php5-cgi*</p>
<p>voila..</p>
<p>Perlboy any tips on getting the php5 suffixed files to run through the web server?  Right now I just get a 403 forbidden.</p>
<p>Thanks for the help.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Perlboy</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-28</link>
		<author>Perlboy</author>
		<pubDate>Thu, 26 Jan 2006 21:43:05 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-28</guid>
					<description>Hey Jake,

Well, you're on a VPS so you can't use binfmt. Consequently, at this point you'll need to use the #! component. In addition to this requirement ALL users (ie. those with &#038; without binfmt) will need to make sure they chmod 755 their php5 files.

When you install the PHP5 RPMs it should place the PHP5.conf file in httpd/conf. Ie.

[root@atlas root]# cat /etc/httpd/conf.d/php5.conf
#Alias /php5-cgi /usr/bin/php5

#AddHandler php5-script .php5
#Action php5-script /php5-cgi/php
AddHandler cgi-script .php5
[root@atlas root]#

If it doesn't work you may need to restart Apache (ie. service httpd restart).

Hope that helps,

Stuart</description>
		<content:encoded><![CDATA[<p>Hey Jake,</p>
<p>Well, you&#8217;re on a VPS so you can&#8217;t use binfmt. Consequently, at this point you&#8217;ll need to use the #! component. In addition to this requirement ALL users (ie. those with &#038; without binfmt) will need to make sure they chmod 755 their php5 files.</p>
<p>When you install the PHP5 RPMs it should place the PHP5.conf file in httpd/conf. Ie.</p>
<p>[root@atlas root]# cat /etc/httpd/conf.d/php5.conf<br />
#Alias /php5-cgi /usr/bin/php5</p>
<p>#AddHandler php5-script .php5<br />
#Action php5-script /php5-cgi/php<br />
AddHandler cgi-script .php5<br />
[root@atlas root]#</p>
<p>If it doesn&#8217;t work you may need to restart Apache (ie. service httpd restart).</p>
<p>Hope that helps,</p>
<p>Stuart</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jake</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-29</link>
		<author>Jake</author>
		<pubDate>Thu, 26 Jan 2006 22:02:49 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-29</guid>
					<description>Stuart maybe it is a permissions issue?  I have all the stuff setup just like this.

helloworld.php is chmodded 755

apache has been restarted

php5.conf is in place

Jake</description>
		<content:encoded><![CDATA[<p>Stuart maybe it is a permissions issue?  I have all the stuff setup just like this.</p>
<p>helloworld.php is chmodded 755</p>
<p>apache has been restarted</p>
<p>php5.conf is in place</p>
<p>Jake</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jake</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-30</link>
		<author>Jake</author>
		<pubDate>Thu, 26 Jan 2006 22:03:22 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-30</guid>
					<description>excuse me helloworld.php5 with the shabang in top just so you know...</description>
		<content:encoded><![CDATA[<p>excuse me helloworld.php5 with the shabang in top just so you know&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jake</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-31</link>
		<author>Jake</author>
		<pubDate>Thu, 26 Jan 2006 22:30:48 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-31</guid>
					<description>wow... finally I got it.


I have PSA 7.5.4 installed, this may be different for other version.

You will need to turn this on for each domain by editing the /var/www/vhosts/mydomain.com/conf/http.include file

Change instances of Options -Includes -ExecCGI to Options -Includes +ExecCGI

On to more important things now.

Thanks again Stuart.

Jake</description>
		<content:encoded><![CDATA[<p>wow&#8230; finally I got it.</p>
<p>I have PSA 7.5.4 installed, this may be different for other version.</p>
<p>You will need to turn this on for each domain by editing the /var/www/vhosts/mydomain.com/conf/http.include file</p>
<p>Change instances of Options -Includes -ExecCGI to Options -Includes +ExecCGI</p>
<p>On to more important things now.</p>
<p>Thanks again Stuart.</p>
<p>Jake</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Perlboy</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-32</link>
		<author>Perlboy</author>
		<pubDate>Thu, 26 Jan 2006 23:00:09 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-32</guid>
					<description>Hi Jake,

The ExecCGI option should be enabled for a domain when the "CGI Support" option is selected under Hosting setup.

Stuart</description>
		<content:encoded><![CDATA[<p>Hi Jake,</p>
<p>The ExecCGI option should be enabled for a domain when the &#8220;CGI Support&#8221; option is selected under Hosting setup.</p>
<p>Stuart</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ayalon</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-34</link>
		<author>Ayalon</author>
		<pubDate>Sat, 28 Jan 2006 23:51:17 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-34</guid>
					<description>Hi Stuart,

Great this repository, i run Redhat 3AS. Ofcourse i can use your rpm's with my server (the 3ES ones). Do you also have updates for the apache server? Is the only thing i'm missing...

Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Hi Stuart,</p>
<p>Great this repository, i run Redhat 3AS. Ofcourse i can use your rpm&#8217;s with my server (the 3ES ones). Do you also have updates for the apache server? Is the only thing i&#8217;m missing&#8230;</p>
<p>Keep up the good work!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Perlboy</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-35</link>
		<author>Perlboy</author>
		<pubDate>Sun, 29 Jan 2006 00:24:38 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-35</guid>
					<description>Hi there,

Apache updates are supplied as part of the up2date service. You simply need to setup a RHN subscription for your Redhat 3AS machine then layer my updates on top of up2date.

Stuart</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Apache updates are supplied as part of the up2date service. You simply need to setup a RHN subscription for your Redhat 3AS machine then layer my updates on top of up2date.</p>
<p>Stuart</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ayalon</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-36</link>
		<author>Ayalon</author>
		<pubDate>Sun, 29 Jan 2006 00:49:24 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-36</guid>
					<description>Wow thats a fast reply.. I'm on a rented box without rhn up2date installed because they have it centrally.. Which is the last version and could you do me a favor and put it in there ;)</description>
		<content:encoded><![CDATA[<p>Wow thats a fast reply.. I&#8217;m on a rented box without rhn up2date installed because they have it centrally.. Which is the last version and could you do me a favor and put it in there <img src='http://seekbrain.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Perlboy</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-37</link>
		<author>Perlboy</author>
		<pubDate>Sun, 29 Jan 2006 01:26:41 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-37</guid>
					<description>Hi there,

No I can't. I don't have a Redhat AS/ES subscription nor would I supply the RPM if I did. That's not to mention that by placing the Apache RPM into the repository I could potentially stuff a large of servers using both RHN up2date &#038; the Seekbrain repository.

Stuart</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>No I can&#8217;t. I don&#8217;t have a Redhat AS/ES subscription nor would I supply the RPM if I did. That&#8217;s not to mention that by placing the Apache RPM into the repository I could potentially stuff a large of servers using both RHN up2date &#038; the Seekbrain repository.</p>
<p>Stuart</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jürgen</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-90</link>
		<author>Jürgen</author>
		<pubDate>Sun, 12 Feb 2006 10:13:31 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-90</guid>
					<description>Hi there,
i appreciate very much that you post these rpms !

RHEL 3 caused me lots of headaches since it was
shipped without MySQL Server, and the php 4.3.2-8
has been compiled against MySQL 3.23.

At least i succeeded in installing MySQL 4.1.18 and it works fine with the correspoding client on the commandline. But PHP kept complaining of missing "libmysqlclient.so.10" until i manually moved this 
file back, which is not a clean solution i guess...

I assume i should go for your PHP 4.4.2 Standard Build. Are there any compatibility issues between
CentOS 3 and RHEL 3 ? Do i have to configure anything
before installing ? I'm sort of a newbie.
Thanks a ton !
Jürgen</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
i appreciate very much that you post these rpms !</p>
<p>RHEL 3 caused me lots of headaches since it was<br />
shipped without MySQL Server, and the php 4.3.2-8<br />
has been compiled against MySQL 3.23.</p>
<p>At least i succeeded in installing MySQL 4.1.18 and it works fine with the correspoding client on the commandline. But PHP kept complaining of missing &#8220;libmysqlclient.so.10&#8243; until i manually moved this<br />
file back, which is not a clean solution i guess&#8230;</p>
<p>I assume i should go for your PHP 4.4.2 Standard Build. Are there any compatibility issues between<br />
CentOS 3 and RHEL 3 ? Do i have to configure anything<br />
before installing ? I&#8217;m sort of a newbie.<br />
Thanks a ton !<br />
Jürgen</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Perlboy</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-91</link>
		<author>Perlboy</author>
		<pubDate>Sun, 12 Feb 2006 10:26:54 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-91</guid>
					<description>Hi Jurgen,

CentOS3 IS RHEL3 so there shouldn't be any compatibility issues. As far as I'm aware RHEL3 came with MySQL so I'm not sure why you're having issues installing it.

Anyway, you SHOULD be able to download all the mysql-* &#038; php-* files and install them together. You may instead with to have a look at adding the repository to up2date as a yum archive (check /etc/sysconfig/rhn/sources for information).

Stuart</description>
		<content:encoded><![CDATA[<p>Hi Jurgen,</p>
<p>CentOS3 IS RHEL3 so there shouldn&#8217;t be any compatibility issues. As far as I&#8217;m aware RHEL3 came with MySQL so I&#8217;m not sure why you&#8217;re having issues installing it.</p>
<p>Anyway, you SHOULD be able to download all the mysql-* &#038; php-* files and install them together. You may instead with to have a look at adding the repository to up2date as a yum archive (check /etc/sysconfig/rhn/sources for information).</p>
<p>Stuart</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jürgen</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-92</link>
		<author>Jürgen</author>
		<pubDate>Sun, 12 Feb 2006 10:40:46 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-92</guid>
					<description>oops that was quick.. thanx !!
There was just mysql 3.23.58 client, which is a 
bad joke for a 'server' from DELL. I'll keep
my hands off these RedHat OEM products in the future...

Thanks for you hint, i'd rather keep MySQL 4.1.18 
installed and just update php. Do you think this
could work ? 

Jürgen</description>
		<content:encoded><![CDATA[<p>oops that was quick.. thanx !!<br />
There was just mysql 3.23.58 client, which is a<br />
bad joke for a &#8217;server&#8217; from DELL. I&#8217;ll keep<br />
my hands off these RedHat OEM products in the future&#8230;</p>
<p>Thanks for you hint, i&#8217;d rather keep MySQL 4.1.18<br />
installed and just update php. Do you think this<br />
could work ? </p>
<p>Jürgen</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Perlboy</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-93</link>
		<author>Perlboy</author>
		<pubDate>Sun, 12 Feb 2006 11:14:32 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-93</guid>
					<description>Yes, it SHOULD "just work". I'd strongly recommend using -Uvh as it'll upgrade things "in place".

Cheers,

Stuart</description>
		<content:encoded><![CDATA[<p>Yes, it SHOULD &#8220;just work&#8221;. I&#8217;d strongly recommend using -Uvh as it&#8217;ll upgrade things &#8220;in place&#8221;.</p>
<p>Cheers,</p>
<p>Stuart</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jürgen</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-94</link>
		<author>Jürgen</author>
		<pubDate>Sun, 12 Feb 2006 11:58:05 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-94</guid>
					<description>Stuart,

my plan now is to upgrade these two packages

1) php-4.4.2-1.sp.i386.rpm
2) php-mysql-4.4.2-1.sp.i386.rpm

with the options you specified.

what is mysql-compat ? is it mandatory ?

all the best,
Jürgen</description>
		<content:encoded><![CDATA[<p>Stuart,</p>
<p>my plan now is to upgrade these two packages</p>
<p>1) php-4.4.2-1.sp.i386.rpm<br />
2) php-mysql-4.4.2-1.sp.i386.rpm</p>
<p>with the options you specified.</p>
<p>what is mysql-compat ? is it mandatory ?</p>
<p>all the best,<br />
Jürgen</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jürgen</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-95</link>
		<author>Jürgen</author>
		<pubDate>Sun, 12 Feb 2006 12:48:12 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-95</guid>
					<description>ok, i'll get back to yr. blog as soon as i have
results...
thanks, jürgen</description>
		<content:encoded><![CDATA[<p>ok, i&#8217;ll get back to yr. blog as soon as i have<br />
results&#8230;<br />
thanks, jürgen</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Phil</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-104</link>
		<author>Phil</author>
		<pubDate>Tue, 14 Feb 2006 20:27:29 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-104</guid>
					<description>This is great just what I need.
How do I install the php5 cgi through YUM?</description>
		<content:encoded><![CDATA[<p>This is great just what I need.<br />
How do I install the php5 cgi through YUM?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Perlboy</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-105</link>
		<author>Perlboy</author>
		<pubDate>Tue, 14 Feb 2006 21:36:48 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-105</guid>
					<description>Hi there,

Add the Seekbrain yum repository to your yum config then run:

yum install php5-cgi

Cheers,

Stuart</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Add the Seekbrain yum repository to your yum config then run:</p>
<p>yum install php5-cgi</p>
<p>Cheers,</p>
<p>Stuart</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: v</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-111</link>
		<author>v</author>
		<pubDate>Thu, 16 Feb 2006 09:36:23 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-111</guid>
					<description>Just wanted to say thanks for making these available!  Was having the same problem trying to find a repository and remember what a pain in the a$$ it is to compile ... cheers.</description>
		<content:encoded><![CDATA[<p>Just wanted to say thanks for making these available!  Was having the same problem trying to find a repository and remember what a pain in the a$$ it is to compile &#8230; cheers.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mark B</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-151</link>
		<author>Mark B</author>
		<pubDate>Fri, 03 Mar 2006 10:31:16 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-151</guid>
					<description>Nice to see these packages and that they include an updated php with mysql. :-)

I have one small problem however, the phpize app in the php-devel package doesn't work, I get the following error when building eAccelerator:

# phpize
Cannot find build files at '/usr/lib/build'. Please check your PHP installation.

The original RHEL3 php-devel contains a directory called /usr/lib/php/build that contains a load of automake macros.

Cheers</description>
		<content:encoded><![CDATA[<p>Nice to see these packages and that they include an updated php with mysql. <img src='http://seekbrain.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I have one small problem however, the phpize app in the php-devel package doesn&#8217;t work, I get the following error when building eAccelerator:</p>
<p># phpize<br />
Cannot find build files at &#8216;/usr/lib/build&#8217;. Please check your PHP installation.</p>
<p>The original RHEL3 php-devel contains a directory called /usr/lib/php/build that contains a load of automake macros.</p>
<p>Cheers</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: John Thomas</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-1909</link>
		<author>John Thomas</author>
		<pubDate>Fri, 07 Jul 2006 01:58:37 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-1909</guid>
					<description>Could you advise on my troubles.  

A script I have wants me to add this so that this cpr.php script executes with php5:

Order allow,deny
Allow from all
AddHandler php5-script .php
Action php5-script /cgi-bin/php5


I installed your rpm, but I cannot figure out how to change the php5.conf file to make it work for the above.  Any thouhgts or ideas are appreciated.</description>
		<content:encoded><![CDATA[<p>Could you advise on my troubles.  </p>
<p>A script I have wants me to add this so that this cpr.php script executes with php5:</p>
<p>Order allow,deny<br />
Allow from all<br />
AddHandler php5-script .php<br />
Action php5-script /cgi-bin/php5</p>
<p>I installed your rpm, but I cannot figure out how to change the php5.conf file to make it work for the above.  Any thouhgts or ideas are appreciated.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: John Thomas</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-1910</link>
		<author>John Thomas</author>
		<pubDate>Fri, 07 Jul 2006 02:02:40 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-1910</guid>
					<description>Ah, my previous comment had info removed.  The before the Order allow,deny line was:
(Location /example/cpr.php)
and after Action . . . was:
(/Location)
excepting the parens were brackets like </description>
		<content:encoded><![CDATA[<p>Ah, my previous comment had info removed.  The before the Order allow,deny line was:<br />
(Location /example/cpr.php)<br />
and after Action . . . was:<br />
(/Location)<br />
excepting the parens were brackets like</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: mark</title>
		<link>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-3780</link>
		<author>mark</author>
		<pubDate>Fri, 13 Oct 2006 14:58:04 +0000</pubDate>
		<guid>http://seekbrain.com/2006/01/20/php4-php5-mysql-rpms-released/#comment-3780</guid>
					<description>The RHEL4 binary rpm - is it built --with-java? RHEL4's is not....

   mark</description>
		<content:encoded><![CDATA[<p>The RHEL4 binary rpm - is it built &#8211;with-java? RHEL4&#8217;s is not&#8230;.</p>
<p>   mark</p>
]]></content:encoded>
				</item>
</channel>
</rss>
