본문 바로가기

Linux/Error Solution

[rpm 에러 메세지] rpm: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory

저의 리눅스 시스템
fedora core 6
kernel : 2.6.18-1.2798.fc6-i586


libsqlite3.so.0
  파일이 /lib에 없어서 나타나는 메세지 입니다.
아래 Fix #2 (attempt)에 있는 미러 사이트에서 파일을 다운받은 후
# wget [파일 웹 주소]

압축을 풀어줍니다.
# tar xvfz libsqlite3.tgz
libsqlite3.so.0 모듈이 하나 풀릴겁니다.
# ls
libsqlite3.so.0

/lib로 이동 시켜줍니다.
#mv libsqlite3.so.0 /lib

이제 rpm이 정상 가동 될겁니다.
yum 도 이 모듈이 /lib 에 없으면 작동이 안됩니다~
rpm 과 yum 이 작동이 안되고 아래와 같은 에러 메세지가 뜨면
이렇게 하시면 해결 할 수 있습니다.
리눅스~ 포기하지 마세욤~^^

error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory

----------------------------------------------------------------------------------
libsqlite3.so issues
  • Trying to import the sqlite3 module on Linux Server might result in getting a libsqlite3.so.0: cannot open shared object file: No such file or directory error.
    • Fix:
      • Fix #1 (attempt)
        • Download this file: http://mattie.info/downloads/libfix.zip to your cstrike (or mod) directory.
        • Extract the zipfile. You should see the following created: cstrike/addons/eventscripts/libfix/ with two+ files in that directory.
        • Add this to the top of your autoexec.cfg:
          es_load libfix
        • Restart your server.
      • Fix #2 (attempt)