Re: [PHP-INST] PHP and MySQL?

2002-03-16 Thread Pierre-Alain Joye
On Sat, 16 Mar 2002 11:23:05 -0600 "Randall Hobbs" <[EMAIL PROTECTED]> wrote: > Hi guys... I've got a little problem I'm sort of perplexed about. I have PHP >compiled on my system with MySQL support. PHPINFO shows the MySQL support >(http://www.expert-html.com/phpinfo.php). but it sure doesn't

[PHP-INST] PHP and MySQL?

2002-03-16 Thread Randall Hobbs
Hi guys... I've got a little problem I'm sort of perplexed about. I have PHP compiled on my system with MySQL support. PHPINFO shows the MySQL support (http://www.expert-html.com/phpinfo.php). but it sure doesn't appear to be there. MySQL works fine, as I can connect through DBI on the Perl sid

Re: [PHP-INST] PHP AND MYSQL

2001-07-07 Thread Andrew Apold
At 10:56 AM 7/7/01 -0600, Jimmy Rodríguez M. wrote: >Hello i have a problem !! > >I install PHP and MYSQL and both of them are working fine, the problem >is that i installed PHP from a RPM file (i´m using Red Hat 7.0) and it >doesn´t activate me the option --with-mysql=/usr/local/mysql, what can i

[PHP-INST] PHP AND MYSQL

2001-07-07 Thread Jimmy Rodríguez M .
Hello i have a problem !! I install PHP and MYSQL and both of them are working fine, the problem is that i installed PHP from a RPM file (i´m using Red Hat 7.0) and it doesn´t activate me the option --with-mysql=/usr/local/mysql, what can i do ? I tried to install with a Source file but i couldn

[PHP-INST] PHP and MySQL or Postgres

2001-04-19 Thread Luis Keesling
Hi, I've been trying to install the PHP modules to use the Postgres or MySQL functions, but I haven't been very lucky. First I installed LinuxPPP 6.4 (it's RedHat 6.2 in spanish with some add-on's) with all I needed to be a web server. So Apache, PHP and Posgres were installed, later on I downloa

[PHP-INST] PHP and MySQL in red hat 7.0

2001-01-20 Thread VWilliam
Rasmus Lerdorf[SMTP:[EMAIL PROTECTED]] > Sent: Saturday, January 20, 2001 2:59 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PHP-INST] PHP and MySQL in red hat 7.0 > > In your php.ini file: > > extens

Re: [PHP-INST] PHP and MySQL in red hat 7.0

2001-01-20 Thread Rasmus Lerdorf
In your php.ini file: extension=mysql.so -Rasmus On Sat, 20 Jan 2001 [EMAIL PROTECTED] wrote: > Thanks Matt. > MySQL is finally working. > But the problem now is that PHP is not recognizing its MySQL > functions. The error I am getting is: > > Fatal error: Call to undefined function: mysql_pco

[PHP-INST] PHP and MySQL in red hat 7.0

2001-01-20 Thread VWilliam
Thanks Matt. MySQL is finally working. But the problem now is that PHP is not recognizing its MySQL functions. The error I am getting is: Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/Willy/MySQL/test1.php on line 28 Well, the php_mysql RPM has been installed along w