728x90
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 directoryLast edited: Nov 2, 2012Which TFS version?
Which Ubuntu server? Some ubuntu versions are known for not working out of the box with TFS.
ubuntu 10.04
im using global 9.60 relesead here.Grab the old libmysqlclient.so.16 file
Code (Text):- wget -O /usr/lib64/libmysqlclient.so.16
- chmod 755 /usr/lib64/libmysqlclient.so.16
- ldconfig
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.Found this on web.. try with this url:
Code (Text):- wget -O /usr/lib64/libmysqlclient.so.16 http://files.directadmin.com/services/es_5.0_64/libmysqlclient.so.16
- chmod 755 /usr/lib64/libmysqlclient.so.16
- ldconfig
root@sebastian-desktop:/home/sebastian# wget -O /usr/lib64/libmysqlclient.so.16 http://files.directadmin.com/services/es_5.0_64/libmysqlclient.so.16
--2012-11-02 13:31:40-- http://files.directadmin.com/services/es_5.0_64/libmysqlclient.so.16
Resolving files.directadmin.com... 216.144.254.90, 69.30.193.202
Connecting to files.directadmin.com|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-11-02 13:31:41 ERROR 404: Not Found.- Code (Text):
- apt-get install libmysqlclient-dev
root@sebastian-desktop:/home/sebastian# wget -O /usr/lib64/libmysqlclient.so.15 http://files.directadmin.com/services/es_5.0_64/libmysqlclient.so.16--2012-11-02 13:38:09-- http://files.directadmin.com/services/es_5.0_64/libmysqlclient.so.16
Resolving files.directadmin.com... 216.144.254.90, 69.30.193.202
Connecting to files.directadmin.com|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-11-02 13:38:10 ERROR 404: Not Found.That means that the file is not available on that website, search for another link with the needed file
still spear the same error, thanks both anyway
Why try use one system if you don't know use it?
+1 or apt-get install mysql-server -y (or mysql-client)
Which packets are you using? You may have missed one that is important.
Thanks every ppls who help me.
Solved
'WEB' 카테고리의 다른 글
Runtime Configuration in PHP (0) | 2019.05.07 |
---|---|
Cisco AnyConnect Secure Mobility Client 4.5 Download Links (0) | 2019.03.24 |
unexpected 'use' (T_USE) when trying to use composer (0) | 2018.06.14 |
How to increase maximum POST variable in PHP? (0) | 2018.06.01 |
HTML STYLE CSS 인쇄시 페이지 기본 여백 설정하기. (0) | 2018.05.29 |