Hey all,
I made a project using Arrayx lib.
In my compiler, i knew how to add the arrayx, (ArrayX.dll to modules and ArrayX.inc to includes and etc..).
Now i want to check my project in my server (running on linux),
And when i start/restart the server it returns me:
PHP Code:
Load fails: Plugin uses an unknown function (name "keytable_create") - check your modules.ini.
I understood from this error, that I need to add the ArrayX module and include files to my linux server too (like I did in my PC),
I added the include file, but I can't add the module file. Why? because there's no ArrayX module for linux.. In the post -
http://forums.alliedmods.net/showthread.php?t=62858 (The arrayx post),
I downloaded the ArrayX.rar, and there's only ArrayX.dll, there's no .so file.. or something like: ArrayX_i386.so ...
Anyone knows what do i have to do?
Thanks in addition,
Elad.
__________________