Database
2003.04.23 11:10
[mysql] error while loading shared libraries: libmysqlclient.so.10:
조회 수 12983 댓글 0
[mysql] error while loading shared libraries: libmysqlclient.so.10:
이런 오류 났을 때..
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)
# wget http://downloads.mysql.com/archives/mysql-3.23/MySQL-shared-3.23.44-1.i386.rpm
# 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
또는.. ㅋㅋ
libmysqlclinet의 위치를 확인하고, (레드햇 7.3, usr/local/mysql/lib/mysql)
/etc/ld.so.conf을 에디터로 열어서 위의 경로를 등록..
등록 하고 나서 ldconfig 명령을 한번 실행시켜주면 끝..
-
[js] 초간단 현재 사이트 쿠키 확인하는 명령~
-
[c] AES 알고리즘 (암호화/복호화)
-
[ppt] 네오웹 소프트.. 발표 자료 모음
-
[c] 문자열 라이브러리 최신버전
-
[js] 주민번호 생성기..
-
[c] 문자열 컨트롤 함수로 만든 프로그램들..
-
[php] 메모장 - 웅지학원 ([c] mysql 백업프로그램 포함)
-
[linux] root도 삭제하지 못하는 파일 속성
-
[linux] 터미널에서 문자 깨질 때 설정 ㅋㅋ
-
[mysql] error while loading shared libraries: libmysqlclient.so.10:
-
[dos] 노트북 백업 스크립트 xcopy 명령 예제
-
[js] 가운데 새창 뜨는 함수와 이벤트