안녕하세요..
mysql-3.23.51 바이너리 버전을 설치했습니다.
글고, php4.2.3 버전을 설치하려고 configure하는데...
mysql부분에서 에러가 납니다..
-------------------------------------------------------------------------
checking base type of last arg to accept... socklen_t
checking return type of qsort... void
checking for mysql_close in -lmysqlclient... no
checking for mysql_error in -lmysqlclient... no
configure: error: mysql configure failed. Please check config.log for more information.
-------------------------------------------------------------------------
에러 내용입니다.
예전버전을 설치할땐 libmysqlclient.so.10 뭐 이런 파일을 어디 설정하고..
막 그랬는데...
바이너리 버전은 찾아봐도 없더군요...
php관련 옵션에서 with-mysql=/usr/local/mysql 부분을 제외하고 설치하면
정상적으로 설치가 됩니다..