having issues with php 5.4 build

MentaL

Well-Known Member
#1
Currently using 5.3, looking to upgrade to 5.4, when building i get the following error'

Code:
configure: error: Cannot find MySQL header files under /usr/bin/mysql_config.
Note that the MySQL client library is not bundled anymore!
**ERROR** Could not configure PHP build
But mysql_config exists...

build configs

Code:
'--with-mysqli' '--with-zlib' '--with-freetype-dir=/usr' '--with-gd' '--enable-shmop' '--enable-track-vars' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-magic-quotes' '--enable-mbstring' '--with-iconv' '--with-mysql=/usr/bin/mysql_config' '--with-libdir=lib64' '--with-litespeed' '--with-jpeg-dir=/usr' '--with-curl'
Cheers.

#Update


changed '--with-mysql=/usr/bin/mysql_config to '--with-mysql=/usr and now appears to compile.
 
Last edited:

MentaL

Well-Known Member
#2
Update

503 Service Unavailable

The server is temporarily busy, try again later!


so, i'll have to downgrade back to 5.3
 
Top