Installing MySQL via RPM on RH72 (Involves Compiling PHP)

2002-04-18 Thread Daniel Negron/KBE
Hi All having a problem with install for PHP. I am trying to compile using --with-mysql=/dir/name I used an RPM to install mysql. during configure I get an error saying that it can not find the header files for mysql. I have used '=/shared' and every directory where there is mysql and mysqld.

Re: Installing MySQL via RPM on RH72 (Involves Compiling PHP)

2002-04-18 Thread Jim Philips
It isn't generally a good idea to install one piece by rpm and another by compiling and installing. A straight compile and install will put things in different directories from an rpm install. You will have a hard time making it all work. You can go with rpm or compiling from source, but be

Re: Installing MySQL via RPM on RH72 (Involves Compiling PHP)

2002-04-18 Thread Daniel Negron/KBE
] | | cc: | | Subject: Re: Installing MySQL via RPM on RH72 (Involves Compiling PHP