Re: [PHP] Problem with PHP and MySQl after install

2003-04-03 Thread Barry Gould
Yes, the RPM you need in RedHat for php with mysql is called php-mysql. It is a replacement for the php rpm Also, if you install them both (i.e. rpm -Uvh php*) you may not get the correct php.ini file. At 12:39 PM 4/3/2003, you wrote: Don wrote: Further to this point, I've just read that RedHat

Re: [PHP] Problem with PHP and MySQl after install

2003-04-03 Thread Chris Hewitt
Don wrote: Further to this point, I've just read that RedHat installed PHP RPM's do not come with MySQL support. Now I've d/l the latest stable version form php.net, version 4.3.1 but I still cannot get MySQL support after compiling and installing. I think that there is more than one rpm. If you

Re: [PHP] Problem with PHP and MySQl after install

2003-04-03 Thread Jason Wong
On Thursday 03 April 2003 23:31, Don wrote: > Hmmm...well the php libraries indicate that it is PHP 4 which is what I had > originally (upgraded from 4.1.x to 4.3.1). I did use the > "i386-redhat'linux" configuration option. > > I am using the "--with-mysql=shared/usr" option. Following your poin

Re: [PHP] Problem with PHP and MySQl after install

2003-04-03 Thread Don
Hmmm...well the php libraries indicate that it is PHP 4 which is what I had originally (upgraded from 4.1.x to 4.3.1). I did use the "i386-redhat'linux" configuration option. I am using the "--with-mysql=shared/usr" option. Following your point below, I did a search on all instances of 'mysql' a

Re: [PHP] Problem with PHP and MySQl after install

2003-04-03 Thread Ernest E Vogelsinger
At 17:09 03.04.2003, Don spoke out and said: [snip] >The expected MySQL section is not even listed in the phpinfo() page. This >would explain my "undefined function" errors when attempting MySQL >functions. What I can't figure out is why MySQL is not being

Re: [PHP] Problem with PHP and MySQl after install

2003-04-03 Thread Don
The expected MySQL section is not even listed in the phpinfo() page. This would explain my "undefined function" errors when attempting MySQL functions. What I can't figure out is why MySQL is not being recognized by PHP. > At 16:58 03.04.2003, Don spoke out and said: > [snip

Re: [PHP] Problem with PHP and MySQl after install

2003-04-03 Thread Ernest E Vogelsinger
At 16:58 03.04.2003, Don spoke out and said: [snip] >Further to this point, I've just read that RedHat installed PHP RPM's do not >come with MySQL support. Now I've d/l the latest stable version form >php.net, version 4.3.1 but I still cannot get MySQL suppo

Re: [PHP] Problem with PHP and MySQl after install

2003-04-03 Thread Don
Further to this point, I've just read that RedHat installed PHP RPM's do not come with MySQL support. Now I've d/l the latest stable version form php.net, version 4.3.1 but I still cannot get MySQL support after compiling and installing. So..., how does one remove every trace of a PHP install; I

Re: [PHP] Problem with PHP and MySQl after install

2003-04-03 Thread Don
Forgive my ignorance but I don't follow. I am not getting any compiling error messages or warnings. > > 2) Installed PHP 4.3.1 > > One of my config options was --with-mysql=shared,/usr > > I may be completely off base, but where did you intend the mysql > installation to go? Did it end up there?

[PHP] Problem with PHP and MySQl after install

2003-04-02 Thread Don
1) Installed MySQL 4.0.12 2) Installed PHP 4.3.1 One of my config options was --with-mysql=shared,/usr 3) added the following to /etc/ld.so.conf and ran ldconfig: /usr/lib/libmysqlclient.so /usr/lib/mysql 4) When I try to run phpmyadmin, I get the following error: cannot load MySQL extension, pl