Hello; I justed faced a similar problem earlier this week. I was able to get PHP to compile with Sybase and MySQLi but not MySQL. Either it could not find the header files, or the file you listed below, or something else. I made symbolic links from lib directories to the /usr/local/mysq/lib used with --mysql=/usr/local/mysql and installed the mysql dev library by running > yum install mysql-devel. (Any RPM based install should work) Installing the development library is what work for me, and few other people I read about on line. Seems like PHP is expected something different and this seems common in some 64 bit setups. Hope it helps Steven ZelluX wrote:
|
- [PHP-INSTALL] Failed to compile x86_64 version of php5 ZelluX
- Re: [PHP-INSTALL] Failed to compile x86_64 version of php... Steven Cruz