SA-MP Forums Archive
[HelpUs]MySQL on Debian5 64bits - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: [HelpUs]MySQL on Debian5 64bits (/showthread.php?tid=100619)



[HelpUs]MySQL on Debian5 64bits - [O_o]Davidovich - 05.10.2009

Hi,

Im posting here to see if someone has the solution, the error is:
[16:49:25] Failed (libcurl.so.15: cannot open shared object file: No such file or directory)

Im from "Click21 [SA-MP]", one of the most visiteds servers on SA-MP, and we're trying to make a online players rank, on a website, preview: http://www.click21samp.tk/

It works on linux 32bits and Windows but we cannot change the O.S because its a company.

Please do not post "search before post" here because we're already tired of searching, and we still don't know how to solve the problem.


Re: [HelpUs]MySQL on Debian5 64bits - Meester Proper - 05.10.2009

first install via apt-get install ia32-libs


Re: [HelpUs]MySQL on Debian5 64bits - JNemesis - 05.10.2009

Quote:
Originally Posted by Meester Proper
first install via apt-get install ia32-libs
it's a tip or you was with the same problem and solved?

say yes plz... =/


Re: [HelpUs]MySQL on Debian5 64bits - iLinx - 05.10.2009

libcurl.so.15 is one of the library files that linux uses, this plugin requires libcurl.so.15 to operate, similar to the way how you need .DLL files on windows sometimes to run a certain program or app.

all you need to do is either manually download the libcurl libraries and upload them onto your server or do it straight from your server
on CentOS i had to download them manually, but as Meester Proper said
Код:
apt-get install ia32-libs
would probably do it.

->sorry dont remember much about debian, used to centos now