SA-MP Forums Archive
"cannot open shared object file: No such file or directory" on Linux - 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: "cannot open shared object file: No such file or directory" on Linux (/showthread.php?tid=86169)



"cannot open shared object file: No such file or directory" on Linux - ғαιιοцт - 12.07.2009

Hello,

I'm having problems with loading plugins.
they work on windows, but now when I was moving everything to my host (linux there) I got this error for every plugin I have:
Code:
cannot open shared object file: No such file or directory
so I went searching for every .so of all my plugins, and downloaded them but I still get the same errors

the plugins are now loacated in
Code:
ftp://-----------/samp/plugins/"here"
what could be wrong?


Re: "cannot open shared object file: No such file or directory" on Linux - watkijkje - 12.07.2009

You need .so files for linux instead of .dll files.


Re: "cannot open shared object file: No such file or directory" on Linux - ғαιιοцт - 12.07.2009

Quote:
Originally Posted by watkijkje
You need .so files for linux instead of .dll files.
Quote:
Originally Posted by °ғαιιοцт°
so I went searching for every .so of all my plugins, and downloaded them but I still get the same errors
edit: I fixed it, I had to add .so in the server.cfg to.
on windows, it worked without extension but it looks like on linux, I need to add the .so to


Re: "cannot open shared object file: No such file or directory" on Linux - watkijkje - 12.07.2009

Quote:
Originally Posted by °ғαιιοцт°
Quote:
Originally Posted by watkijkje
You need .so files for linux instead of .dll files.
Quote:
Originally Posted by °ғαιιοцт°
so I went searching for every .so of all my plugins, and downloaded them but I still get the same errors
edit: I fixed it, I had to add .so in the server.cfg to.
on windows, it worked without extension but it looks like on linux, I need to add the .so to
Sorry I didn't read good enough, but nice to hear that it's fixed.


Re: "cannot open shared object file: No such file or directory" on Linux - Calgon - 14.07.2009

Probably a simple error in the server exe (easily fixed I imagine).


Re: "cannot open shared object file: No such file or directory" on Linux - ғαιιοцт - 14.07.2009

Quote:
Originally Posted by Calgon
Probably a simple error in the server exe (easily fixed I imagine).
i got it fixed already