본문 바로가기

Mysql

mysql configure: error: Cannot find libmysqlclient_r under /usr/local/mysql.


Mysql 5.2 


configure: error: Cannot find libmysqlclient_r under /usr/local/mysql.

Note that the MySQL client library is not bundled anymore!


위와 같은 에러가 나는 이유는 Apache 가 Thread 모드로 설치되어있으나, MySQL 은 Thread Safe 옵션을 주지 않았기

 때문이다. 이 경우에는 MySQL 을 컴파일할 때 다음 옵션을 줌으로서 해결할 수 있다.



--enable-thread-safe-client


'Mysql' 카테고리의 다른 글