Re: [PHP-DB] mysql_connect error

2003-06-10 Thread CPT John W. Holmes
PHP was not compiled with MySQL support. Re-compile.

---John Holmes...

- Original Message - 
From: Sparky Kopetzky [EMAIL PROTECTED]
To: PHP DB Group [EMAIL PROTECTED]
Sent: Tuesday, June 10, 2003 3:35 PM
Subject: [PHP-DB] mysql_connect error


Good afternoon!

I have Apache w/php installed on one server. I have mysql installed on a
windows machine. I keep getting this error
'Call to undefined function: mysql_connect()' in my php script. Now,
according to what the Redhat RPM is telling me about php-mysql is that I
have to have mysql RUNNING on the web server just so I can talk to the other
windows server. That doesn't make any darned sense!!! PHP runs perfectly on
the web server until it hits the mysql code.

What am I missing here as I'm REALLY dumb when it comes to Linux.

Robin E. Kopetzky
Black Mesa Computers/Internet Services
www.blackmesa-isp.net



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] mysql_connect error

2003-06-10 Thread Sparky Kopetzky
Says right here from phpinfo under configure command:

'--with-mysql=shared,/usr'

So it HAS to be in there...

Robin

- Original Message -
From: CPT John W. Holmes [EMAIL PROTECTED]
To: Sparky Kopetzky [EMAIL PROTECTED]; PHP DB Group
[EMAIL PROTECTED]
Sent: Tuesday, June 10, 2003 13:48
Subject: Re: [PHP-DB] mysql_connect error


 PHP was not compiled with MySQL support. Re-compile.

 ---John Holmes...

 - Original Message -
 From: Sparky Kopetzky [EMAIL PROTECTED]
 To: PHP DB Group [EMAIL PROTECTED]
 Sent: Tuesday, June 10, 2003 3:35 PM
 Subject: [PHP-DB] mysql_connect error


 Good afternoon!

 I have Apache w/php installed on one server. I have mysql installed on a
 windows machine. I keep getting this error
 'Call to undefined function: mysql_connect()' in my php script. Now,
 according to what the Redhat RPM is telling me about php-mysql is that I
 have to have mysql RUNNING on the web server just so I can talk to the
other
 windows server. That doesn't make any darned sense!!! PHP runs perfectly
on
 the web server until it hits the mysql code.

 What am I missing here as I'm REALLY dumb when it comes to Linux.

 Robin E. Kopetzky
 Black Mesa Computers/Internet Services
 www.blackmesa-isp.net




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] mysql_connect error

2003-06-10 Thread Rasmus Lerdorf
You have to load the extension in your php.ini file.  eg.

 extension=mysql.so

-Rasmus

On Tue, 10 Jun 2003, Sparky Kopetzky wrote:

 Good afternoon!

 I have Apache w/php installed on one server. I have mysql installed on a windows 
 machine. I keep getting this error
 'Call to undefined function: mysql_connect()' in my php script. Now, according to 
 what the Redhat RPM is telling me about php-mysql is that I have to have mysql 
 RUNNING on the web server just so I can talk to the other windows server. That 
 doesn't make any darned sense!!! PHP runs perfectly on the web server until it hits 
 the mysql code.

 What am I missing here as I'm REALLY dumb when it comes to Linux.

 Robin E. Kopetzky
 Black Mesa Computers/Internet Services
 www.blackmesa-isp.net



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] mysql_connect() error

2001-03-25 Thread Chad Schmidt

Never mind I figured it out!

""Chad Schmidt"" [EMAIL PROTECTED] wrote in message
99lqi8$u00$[EMAIL PROTECTED]">news:99lqi8$u00$[EMAIL PROTECTED]...
 I'm having problems getting php to interface with mysql on a linux server.
 I have a Linux Redhat setup and everything has been rpm'ed.  Here is the
 error I get

 "Fatal error: Call to undefined function: mysql_connect() in
 /var/www/html/secure/index.php4 on line 4"

 Thanks in advance,



 --
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]