RE: PHP and MySql

2003-02-18 Thread Lon Lentz
You need to install the php-mysql package. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Cisco Serret Sent: Saturday, February 15, 2003 4:03 PM To: [EMAIL PROTECTED] Subject: PHP and MySql I'm running RedHat 8, and I can't get php to

Re: PHP and MySql

2003-02-15 Thread Delane Jackson
I had a similar problem with php4.3.0 and mysql 3.23.55. To fix, I had to copy libmysq.so to the extension_dir path that's in php.ini. If it's commented it out, uncomment it. In my case, I had to include the full path to libmysql.so. After doing that, restart apache and check phpinfo() again.

Re: PHP and MySql

2003-02-15 Thread Cisco Serret
Shannon Neumann wrote: > There is an RPM called php-mysql. Is that installed? (rpm -q php-mysql) Thanks! That was it. A simple > up2date php-mysql and its working. - Cisco Serret Hermosa Beach, CA. __ Do you Yahoo!? Yahoo! Shopping - Send Flo

Re: PHP and MySql

2003-02-15 Thread Shannon Neumann
There is an RPM called php-mysql. Is that installed? (rpm -q php-mysql) Shannon Neumann Neumannweb Computers www.neumannweb.net On 2/15/03 4:02 PM, "Cisco Serret" <[EMAIL PROTECTED]> wrote: > I'm running RedHat 8, and I can't get php to connect > to mysql, I always get: > "Call to undefined f

Re: PHP and MySql

2003-02-15 Thread Caleb Groom
On Sat, 2003-02-15 at 15:02, Cisco Serret wrote: > I'm running RedHat 8, and I can't get php to connect > to mysql, I always get: > "Call to undefined function: mysql_connect() in..." > I've got mysql running. > > I looked on the net, and I've found that people with > this problem either did not

PHP and MySql

2003-02-15 Thread Cisco Serret
I'm running RedHat 8, and I can't get php to connect to mysql, I always get: "Call to undefined function: mysql_connect() in..." I've got mysql running. I looked on the net, and I've found that people with this problem either did not compile mysql support into php, or had the line extention=mysq

Re: Looking for good PHP and MySQL installation guide for Red Hat 8.0

2002-12-19 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 19 Dec 2002 14:35:58 -0500, Jason Staudenmayer wrote: > You have to download the php-mysql rpm package I just had the same > issue no more than a hour ago. Rpmfind search for php-mysql download > install and httpd restart. No need to download

RE: Looking for good PHP and MySQL installation guide for Red Hat 8.0

2002-12-19 Thread Jason Staudenmayer
PROTECTED] Subject: Re: Looking for good PHP and MySQL installation guide for Red Hat 8.0 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 19 Dec 2002 15:07:38 -0330, Michael Pelley wrote: > This is a slightly lame question, but I'm having all types of problems > getting MySQL t

RE: Looking for good PHP and MySQL installation guide for Red Hat 8.0

2002-12-19 Thread Michael Pelley
Sent: Thursday, December 19, 2002 3:48 PM To: [EMAIL PROTECTED] Subject: Re: Looking for good PHP and MySQL installation guide for Red Hat 8.0 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 19 Dec 2002 15:07:38 -0330, Michael Pelley wrote: > This is a slightly lame question, but

Re: Looking for good PHP and MySQL installation guide for Red Hat 8.0

2002-12-19 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 19 Dec 2002 15:07:38 -0330, Michael Pelley wrote: > This is a slightly lame question, but I'm having all types of problems > getting MySQL to work with PHP on my Red Hat 8.0 box. I'm installing > Apache/PHP/MySQL after the initial install. W

Re: Looking for good PHP and MySQL installation guide for Red Hat8.0

2002-12-19 Thread Mertens Bram
On Thu, 2002-12-19 at 18:37, Michael Pelley wrote: > This is a slightly lame question, but I'm having all types of problems > getting MySQL to work with PHP on my Red Hat 8.0 box. I'm installing > Apache/PHP/MySQL after the initial install. While I ***think*** I've > gotten all the dependencies s

Looking for good PHP and MySQL installation guide for Red Hat 8.0

2002-12-19 Thread Michael Pelley
Hi All! This is a slightly lame question, but I'm having all types of problems getting MySQL to work with PHP on my Red Hat 8.0 box. I'm installing Apache/PHP/MySQL after the initial install. While I ***think*** I've gotten all the dependencies straightened out, PHP won't find the MySQL directiv

Re: Apache with FrontPage, PHP, and MySQL

2000-04-05 Thread Perry J. Blalock
Yes, I run Apache 1.3.9 with mod_frontpage 4 amd mod_php + frontpage-4 + php-3.0.14 + mySQL-3.22.23b + mod_ssl-2.4.8-1.3.9 + openssl-0.9.4 + openldap-1.2.9 + imap-4.6 + mck-3.2.0.3 + mm-1.0.12 And it all works seemlessly. Help if I can, just keep it off line. --perry > On Wed, 5 Apr 2000, J

Re: Apache with FrontPage, PHP, and MySQL

2000-04-05 Thread David S Edwards
I managed to get the following to work, although it did involve rebuilding all the rpms from scratch and applying a couple patches.  This combo works on 6.0 and 6.1. apache-1.3.11  (with mod_frontpage for Frontpage 2000) mod_php3-3.0.9 freetype-1.2-7 frontpage-4.0  (supports Frontpage 2000) MySQL

Re: Apache with FrontPage, PHP, and MySQL

2000-04-05 Thread Brian Tenerowicz
ED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, April 05, 2000 12:19 PM Subject: Apache with FrontPage, PHP, and MySQL Has anyone out there gotten all of these to work on the same box? Apache FrontPage PHP MySQL Is there a PHP mod

Re: Apache with FrontPage, PHP, and MySQL

2000-04-05 Thread Duncan Hill
On Wed, 5 Apr 2000, James Montz wrote: > Has anyone out there gotten all of these to work on the same box? > > Apache > FrontPage > PHP > MySQL > > Is there a PHP module for Apache that supports connecting to MySQL databases? Once mysql is installed with the appropriate libraries, it takes a r

Apache with FrontPage, PHP, and MySQL

2000-04-05 Thread James Montz
Has anyone out there gotten all of these to work on the same box?   Apache FrontPage PHP MySQL   Is there a PHP module for Apache that supports connecting to MySQL databases?   Thanks in advance,   James