|
|
mariadb 또는 mysql 컴파일 설치 후에
php5 소스 컴파일 하는 도중 아래와같은 에러 발생하면
configure: error: Cannot find libmysqlclient_r under /usr/local/mysql
Note that the MySQL client library is not bundled anymore!
아래와 같이 해 준다.
CentOS 7 64bit 설치 하였으니
mariadb or mysql 설치 디렉토리에서
#] ln -s lib lib64
이렇게 링크 걸어 주면 된다.
즉, 라이브러리를 lib64에서 찾는데 없기 때문에 발생하는 것임.