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 connect to mys

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