http://209.204.172.137:82/testphp.php
So, I will need to recompile PHP with MySQL (and Interbase), however I do not want to "upset the appple cart" by bring in something that will cause conflicts. Is there a step-by-step discussion on how to do this for php 4.3.9?
Todd
On Thu, Aug 18, 2005 at 07:32:14PM -0700, Todd Cary enlightened us:
http://209.204.172.137:82/testphp.php
So, I will need to recompile PHP with MySQL (and Interbase), however I do not want to "upset the appple cart" by bring in something that will cause conflicts. Is there a step-by-step discussion on how to do this for php 4.3.9?
Did you try "yum install php-mysql"? :-)
Matt
centos-bounces@centos.org <> scribbled on Thursday, August 18, 2005 9:32 PM:
http://209.204.172.137:82/testphp.php
So, I will need to recompile PHP with MySQL (and Interbase), however I do not want to "upset the appple cart" by bring in something that will cause conflicts. Is there a step-by-step discussion on how to do this for php 4.3.9?
Todd
yum install php-mysql
Mike
Mike -
I believe I should have known that, but I did not. Where/how should I have gotten that information?
For Interbase (Firebird) I have to create a interbase.so file (which I have done before), so I thought I would have to recompile PHP completely (which I have not done).
Todd
Mike Kercher wrote:
centos-bounces@centos.org <> scribbled on Thursday, August 18, 2005 9:32 PM:
http://209.204.172.137:82/testphp.php
So, I will need to recompile PHP with MySQL (and Interbase), however I do not want to "upset the appple cart" by bring in something that will cause conflicts. Is there a step-by-step discussion on how to do this for php 4.3.9?
Todd
yum install php-mysql
Mike
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
________________________________
From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Todd Cary Sent: Friday, August 19, 2005 4:47 PM To: CentOS mailing list Subject: Re: [CentOS] Whoops! PHP does not have MySQL support Mike - I believe I should have known that, but I did not. Where/how should I have gotten that information? For Interbase (Firebird) I have to create a interbase.so file (which I have done before), so I thought I would have to recompile PHP completely (which I have not done). Todd Mike Kercher wrote:
centos-bounces@centos.org <> scribbled on Thursday, August 18, 2005 9:32 PM:
http://209.204.172.137:82/testphp.php So, I will need to recompile PHP with MySQL (and Interbase), however I do not want to "upset the appple cart" by bring in something that will cause conflicts. Is there a step-by-step discussion on how to do this for php 4.3.9? Todd
yum install php-mysql Mike _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I learned it from the school of hard knocks :)
Mike