Rob Tanner wrote:
> Header files are in /usr/include/mysql and the libraries are in
> /usr/lib64/mysql
Yeah, that won't work. --with-mysql expects to see both under the same
top dir. You'll have to symlink it.
-Rasmus
Header files are in /usr/include/mysql and the libraries are in
/usr/lib64/mysql
- Rob
On 2/23/10 2:21 PM, "Rasmus Lerdorf" wrote:
> Where are the header files? If you don't have the libs and headers
> under a single top dir, then you will have to munge the
> ext/mysql/config.m4 file to fix th
Where are the header files? If you don't have the libs and headers
under a single top dir, then you will have to munge the
ext/mysql/config.m4 file to fix the check. Or symlink appropriately.
-Rasmus
Rob Tanner wrote:
> Hi,
>
> I am trying to build PHP 5.2.12 on RHEL ES5 (the latest and greate
Hi,
I am trying to build PHP 5.2.12 on RHEL ES5 (the latest and greatest Redhat)
64bit. Why do I want to build PHP when Redhat includes PHP? The distro
includes PHP 5.1.6 and our CMS (ModX) doesn¹t get along with 5.1.6 because
of errors in the PDO layer.
Now that I¹ve gotten that off my chest,