SA-MP Forums Archive
ibmySQL.so - 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)
+--- Thread: ibmySQL.so (/showthread.php?tid=429712)



ibmySQL.so - Ivana19 - 10.04.2013

Hi my problem is ibmySQL.so
Please help
Код:
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[23:47:45] filterscripts = ""  (string)
[23:47:45] 
[23:47:45] Server Plugins
[23:47:45] --------------
[23:47:45]  Loading plugin: streamer.so
[23:47:45] 

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[23:47:45]   Loaded.
[23:47:45]  Loading plugin: sscanf.so
[23:47:45] 

[23:47:45]  ===============================

[23:47:45]       sscanf plugin loaded.     

[23:47:45]    © 2009 Alex "******" Cole

[23:47:45]    0.3d-R2 500 Players "dnee"

[23:47:45]  ===============================

[23:47:45]   Loaded.
[23:47:45]  Loading plugin: regex.so
[23:47:45] 

[23:47:45] ______________________________________

[23:47:45]  Regular Expression Plugin v0.2.1 loaded
[23:47:45] ______________________________________

[23:47:45]  By: Fro © Copyright <TBG> 2009-2011
[23:47:45] ______________________________________

[23:47:45]   Loaded.
[23:47:45]  Loading plugin: Whirlpool.so
[23:47:45]  
[23:47:45]  ==================
[23:47:45]  
[23:47:45]   Whirlpool loaded
[23:47:45]  
[23:47:45]  ==================
[23:47:45]  
[23:47:45]   Loaded.
[23:47:45]  Loading plugin: mysql.so
[23:47:45] 

  > MySQL plugin R5 successfully loaded.

[23:47:45]   Loaded.
[23:47:45]  Loading plugin: libmySQL.so
[23:47:45]   Failed (plugins/libmySQL.so: cannot open shared object file: No such file or directory)
[23:47:45]  Loading plugin: CTime.so
[23:47:45]  
 � CTime Library Plugin For Pawn v0.1.0 - Copyright � 2011 RyDeR` 
 
[23:47:45]   Loaded.
[23:47:45]  Loading plugin: nativechecker.so
[23:47:45]   Loaded.
[23:47:45]  Loaded 7 plugins.

[23:47:45] 
[23:47:45] Filterscripts
[23:47:45] ---------------
[23:47:45]   Loaded 0 filterscripts.



Re: ibmySQL.so - kizla - 10.04.2013

The plugin with that name ("ibmySQL") does no exist in plugins folder of server..


Re: ibmySQL.so - Ivana19 - 10.04.2013

lol, I wrong copi
Failed (plugins/libmysql.so: invalid ELF header)


Re: ibmySQL.so - Ivana19 - 10.04.2013

Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[00:24:50] filterscripts = "" (string)
[00:24:50]
[00:24:50] Server Plugins
[00:24:50] --------------
[00:24:50] Loading plugin: streamer.so
[00:24:50]

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[00:24:50] Loaded.
[00:24:50] Loading plugin: sscanf.so
[00:24:50]

[00:24:50] ===============================

[00:24:50] sscanf plugin loaded.

[00:24:50] © 2009 Alex "******" Cole

[00:24:50] 0.3d-R2 500 Players "dnee"

[00:24:50] ===============================

[00:24:50] Loaded.
[00:24:50] Loading plugin: regex.so
[00:24:50]

[00:24:50] ______________________________________

[00:24:50] Regular Expression Plugin v0.2.1 loaded
[00:24:50] ______________________________________

[00:24:50] By: Fro © Copyright <TBG> 2009-2011
[00:24:50] ______________________________________

[00:24:50] Loaded.
[00:24:50] Loading plugin: Whirlpool.so
[00:24:50]
[00:24:50] ==================
[00:24:50]
[00:24:50] Whirlpool loaded
[00:24:50]
[00:24:50] ==================
[00:24:50]
[00:24:50] Loaded.
[00:24:50] Loading plugin: mysql.so
[00:24:50]

> MySQL plugin R5 successfully loaded.

[00:24:50] Loaded.
[00:24:50] Loading plugin: libmysql.so
[00:24:50] Failed (plugins/libmysql.so: invalid ELF header)
[00:24:50] Loading plugin: CTime.so
[00:24:50]
� CTime Library Plugin For Pawn v0.1.0 - Copyright � 2011 RyDeR`

[00:24:50] Loaded.
[00:24:50] Loading plugin: nativechecker.so
[00:24:50] Loaded.
[00:24:50] Loaded 7 plugins.

[00:24:50]
[00:24:50] Filterscripts
[00:24:50] ---------------
[00:24:50] Loaded 0 filterscripts.


Re: ibmySQL.so - FunnyBear - 10.04.2013

Your not supposed to put libmysql in your plugins folder as it is not a valid plugin. Just put the libmysql in the main server folder, not inside anything. And make sure you have the main MySQL plugin inside the plugins folder and added to server.cfg. Then your include in your pawno/include folder. Hope I helped you


Re: ibmySQL.so - CoaPsyFactor - 10.04.2013

LOL, you are all wrong this is not windows as you can see, it uses .so extension (linux plugin), you need to instal mysql client/server on your machine where are you trying to start server from.