도서관 I/Database

[펌] Mysql에서 error while loading shared libraries: libmysqlclient.so.XX 에러 발생시

바람이 2007. 9. 4. 19:57
원문 : error while loading shared libraries: libmysqlclient.so.10: cannot

error while loading shared libraries: libmysqlclient.so.10: cannot open shared object file: No such file or directory
 
1. libmysqlclient.so.10 파일을 find로 찾아 라이브러리 패스에 추가
# vi /etc/profile
export LD_LIBRARY_PATH=/usr/local/mysql/lib/mysql:LD_LIBRARY_PATH
2. 라이브러리가 설치되어 있지 않다면 Mysql Shared-library 설치. (http://downloads.mysql.com/archives.php)
# rpm -ivh MySQL-shared-3.23.44-1.i386.rpm
 
 
symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
 
# vi /etc/profile
   export LD_ASSUME_KERNEL=2.4.1