728x90
  1. Hi, i have a compiled ot 9.60, and im using linux ubuntu, but when i try run appear this error.
    How can i fix it?
    Thankss

    root@sebastian-desktop:~# cd /otserv
    root@sebastian-desktop:/otserv# ./theforgottenserver
    ./theforgottenserver: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory
    Last edited: Nov 2, 2012
  2. Ninja

    NinjaGlobal ModeratorStaff MemberGlobal Moderator

    Joined:
    Apr 6, 2010
    Messages:
    5,920
    Likes Received:
    1,528
    Best Answers:
    23
    Which TFS version?
  3. Znote

    Znote<?php echo $title; ?>Staff MemberGlobal ModeratorPremium User

    Joined:
    Feb 14, 2008
    Messages:
    6,361
    Likes Received:
    1,058
    Best Answers:
    148
    Which Ubuntu server? Some ubuntu versions are known for not working out of the box with TFS.
  4. Sebastian Ching

    Sebastian ChingMember

    Joined:
    Dec 26, 2007
    Messages:
    291
    Likes Received:
    1
    Best Answers:
    0
    ubuntu 10.04
    im using global 9.60 relesead here.
  5. Loney

    LoneyPremium UserPremium User

    Joined:
    Jul 23, 2012
    Messages:
    1,778
    Likes Received:
    105
    Best Answers:
    0
    Grab the old libmysqlclient.so.16 file

    Code (Text):
    1. wget -O /usr/lib64/libmysqlclient.so.16
    2. chmod 755 /usr/lib64/libmysqlclient.so.16
    3. ldconfig
  6. Sebastian Ching

    Sebastian ChingMember

    Joined:
    Dec 26, 2007
    Messages:
    291
    Likes Received:
    1
    Best Answers:
    0
    now appear it


    root@sebastian-desktop:/home/sebastian# wget -O /usr/lib64/libmysqlclient.so.16
    wget: missing URL
    Usage: wget [OPTION]... ... Try `wget --help' for more options.
  7. Loney

    LoneyPremium UserPremium User

    Joined:
    Jul 23, 2012
    Messages:
    1,778
    Likes Received:
    105
    Best Answers:
    0
    Found this on web.. try with this url:

    Code (Text):
    1. wget -O /usr/lib64/libmysqlclient.so.16 http://files.directadmin.com/services/es_5.0_64/libmysqlclient.so.16
    2. chmod 755 /usr/lib64/libmysqlclient.so.16
    3. ldconfig
  8. Sebastian Ching

    Sebastian ChingMember

    Joined:
    Dec 26, 2007
    Messages:
    291
    Likes Received:
    1
    Best Answers:
    0
  9. Loney

    LoneyPremium UserPremium User

    Joined:
    Jul 23, 2012
    Messages:
    1,778
    Likes Received:
    105
    Best Answers:
    0
    In the URL, change the 16 for the 15.
    Sebastian Ching likes this.
  10. Ninja

    NinjaGlobal ModeratorStaff MemberGlobal Moderator

    Joined:
    Apr 6, 2010
    Messages:
    5,920
    Likes Received:
    1,528
    Best Answers:
    23
    Code (Text):
    1. apt-get install libmysqlclient-dev
  11. Sebastian Ching

    Sebastian ChingMember

    Joined:
    Dec 26, 2007
    Messages:
    291
    Likes Received:
    1
    Best Answers:
    0
  12. Loney

    LoneyPremium UserPremium User

    Joined:
    Jul 23, 2012
    Messages:
    1,778
    Likes Received:
    105
    Best Answers:
    0
    That means that the file is not available on that website, search for another link with the needed file
  13. Sebastian Ching

    Sebastian ChingMember

    Joined:
    Dec 26, 2007
    Messages:
    291
    Likes Received:
    1
    Best Answers:
    0
    still spear the same error, thanks both anyway
  14. joffily

    joffilyAlcatraz-World Owner

    Joined:
    Jun 28, 2008
    Messages:
    180
    Likes Received:
    0
    Best Answers:
    0
    Why try use one system if you don't know use it?
  15. Air The Star

    Air The StarI love RHEL and nginx

    Joined:
    Jun 22, 2008
    Messages:
    74
    Likes Received:
    2
    Best Answers:
    0
    +1 or apt-get install mysql-server -y (or mysql-client)
  16. Ninja

    NinjaGlobal ModeratorStaff MemberGlobal Moderator

    Joined:
    Apr 6, 2010
    Messages:
    5,920
    Likes Received:
    1,528
    Best Answers:
    23
    Which packets are you using? You may have missed one that is important.
  17. Sebastian Ching

    Sebastian ChingMember

    Joined:
    Dec 26, 2007
    Messages:
    291
    Likes Received:
    1
    Best Answers:
    0
    Thanks every ppls who help me. 
    Solved


+ Recent posts