원문 : 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

'도서관 I > Database' 카테고리의 다른 글

Oracle Table Alias ㅡ,.ㅡ  (4) 2009.07.02
[바람이] sysbench-0.4.8  (0) 2007.09.03
[바람이] Mysql InnoDB - DoubleWrite  (0) 2007.08.07
[펌] MySql Storage Engines  (0) 2007.07.11
[바람이] MySql 5.0.37 Windows Source 설치 조건  (0) 2007.07.02

+ Recent posts