Vice City Multiplayer

VC:MP 0.4 (Beta) => Script Discussion => Topic started by: KingZ on September 17, 2014, 02:42:16 pm

Title: Getting an error regarding ELF file OS ABI invalid.
Post by: KingZ on September 17, 2014, 02:42:16 pm
Well, i have tried to start a 0.4 server on my linux Centos(x86_64) But the vps cannot load the squirrel04rel32 plugin, i have tried with 64 bit but its still same other all plugin works but this doesnt works.

(http://i57.tinypic.com/2ywv603.png)
Title: Re: Getting an error regarding ELF file OS ABI invalid.
Post by: sk on September 17, 2014, 08:22:08 pm
well linux is case sensitive i got that same error. I Got it working by renaming "Plugins" folder to "plugins"
Title: Re: Getting an error regarding ELF file OS ABI invalid.
Post by: KingZ on September 17, 2014, 08:36:47 pm
The plugin folder is already named as "plugin" in small letter i have also tried to run the server by using "Plugin" but both the module is not working. I dont know why is it so.
Title: Re: Getting an error regarding ELF file OS ABI invalid.
Post by: thijn on September 18, 2014, 11:44:42 am
Your glibc is probably outdated. Run rpm -q glibc as root and report back the output.
Title: Re: Getting an error regarding ELF file OS ABI invalid.
Post by: KingZ on September 18, 2014, 02:33:59 pm
Your glibc is probably outdated. Run rpm -q glibc as root and report back the output.

It is

Code: [Select]
glibc-2.5-118.el5_10.3
glibc-2.5-118.el5_10.3
Title: Re: Getting an error regarding ELF file OS ABI invalid.
Post by: thijn on September 18, 2014, 03:09:43 pm
What does ldd squirrel04rel32.so show? (Make sure to cd into plugins first: cd plugins)
Title: Re: Getting an error regarding ELF file OS ABI invalid.
Post by: KingZ on September 18, 2014, 04:34:43 pm
What does ldd squirrel04rel32.so show? (Make sure to cd into plugins first: cd plugins)

I have got the following message.

Quote
[root@server plugins]# ldd squirrel04rel32.so
        not a dynamic executable
Title: Re: Getting an error regarding ELF file OS ABI invalid.
Post by: thijn on September 18, 2014, 05:05:57 pm
Redownload the file, it's probably corrupted or otherwise fucked up.
Title: Re: Getting an error regarding ELF file OS ABI invalid.
Post by: KingZ on September 18, 2014, 06:16:53 pm
Redownload the file, it's probably corrupted or otherwise fucked up.

Tried it several times but still it is showing me the same error  :-\.
Title: Re: Getting an error regarding ELF file OS ABI invalid.
Post by: thijn on September 18, 2014, 06:44:29 pm
Try compiling the module yourself. I don't know the packages you'd need on CentOS, but start with git gcc g++ make automake
After that do:
Code: [Select]
git clone [email protected]:stormeus/0.4-squirrel.git
cd 0.4-squirrel
make build32