PHP 바이너리를 다운로드하고 다음 명령을 사용하여 동일한 빌드를 시도했습니다.
./configure --with-apxs2=/usr/sbin/apxs --with-mysql
그러나 mysql 클라이언트 라이브러리와 관련된 오류가 발생합니다.
checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... no
checking for MySQL UNIX socket location... /var/lib/mysql/mysql.sock
configure: error: Cannot find MySQL header files under yes.
Note that the MySQL client library is not bundled anymore!
mysql 클라이언트가 설치되어 있음을 확인했습니다.
$ yum list mysql*
Loaded plugins: rhnplugin, security
Installed Packages
MySQL-client-community.x86_64 5.1.48-1.rhel5 installed
MySQL-server-community.x86_64 5.1.48-1.rhel5 installed