SA-MP Forums Archive
What could be wrong? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: What could be wrong? (/showthread.php?tid=195452)



What could be wrong? - Namaco - 02.12.2010

[19:47:28] Loading plugin: sampmysql
[19:47:28] Failed (plugins/sampmysql: cannot open shared object file: No such file or directory)
[19:47:28] Loading plugin: mysql
[19:47:28] Failed (plugins/mysql: cannot open shared object file: No such file or directory)
[19:47:28] Loading plugin: streamer
[19:47:28] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[19:47:28] Loading plugin: libmysql
[19:47:28] Failed (plugins/libmysql: cannot open shared object file: No such file or directory)
[19:47:28] Loaded 0 plugins.

That what happens when I run my script (in volt host however they dont respond me, live support is off) does anyone know why it does that? everything is done good, plugins are put in correct space etc could anyone help?


Re: What could be wrong? - Namaco - 02.12.2010

duh bump anyone? :/


Re: What could be wrong? - Ash. - 02.12.2010

It tells you

19:47:28] Loading plugin: sampmysql
[19:47:28] Failed (plugins/sampmysql: cannot open shared object file: No such file or directory)
[19:47:28] Loading plugin: mysql
[19:47:28] Failed (plugins/mysql: cannot open shared object file: No such file or directory)
[19:47:28] Loading plugin: streamer
[19:47:28] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[19:47:28] Loading plugin: libmysql
[19:47:28] Failed (plugins/libmysql: cannot open shared object file: No such file or directory)
[19:47:28] Loaded 0 plugins.

It cannot load the plugins, make sure the plugins exist in the /plugins directory


Re: What could be wrong? - Namaco - 02.12.2010

And they do exist in /plugins directory




Re: What could be wrong? - Hiddos - 02.12.2010

AFAIK, 'libmysql.(so/dll)' should be in your root folder. This probably does not save the problem, but just a li'l note.


Re: What could be wrong? - Namaco - 02.12.2010

Quote:
Originally Posted by Hiddos
Посмотреть сообщение
AFAIK, 'libmysql.(so/dll)' should be in your root folder. This probably does not save the problem, but just a li'l note.
it is in roof folder i just put it in there i was thinking it would fix something