Author Topic: Getting an error regarding ELF file OS ABI invalid.  (Read 4488 times)

0 Members and 1 Guest are viewing this topic.

Offline KingZ

  • Street Thug
  • *
  • Posts: 8
    • View Profile
Getting an error regarding ELF file OS ABI invalid.
« 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.


Offline sk

  • Street Thug
  • *
  • Posts: 6
    • View Profile
Re: Getting an error regarding ELF file OS ABI invalid.
« Reply #1 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"

Offline KingZ

  • Street Thug
  • *
  • Posts: 8
    • View Profile
Re: Getting an error regarding ELF file OS ABI invalid.
« Reply #2 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.

Offline thijn

  • LU testers
  • VC:MP Veteran
  • *
  • Posts: 667
  • Im proud to be pro.
    • View Profile
    • Vice Underdogs
Re: Getting an error regarding ELF file OS ABI invalid.
« Reply #3 on: September 18, 2014, 11:44:42 am »
Your glibc is probably outdated. Run rpm -q glibc as root and report back the output.

Offline KingZ

  • Street Thug
  • *
  • Posts: 8
    • View Profile
Re: Getting an error regarding ELF file OS ABI invalid.
« Reply #4 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

Offline thijn

  • LU testers
  • VC:MP Veteran
  • *
  • Posts: 667
  • Im proud to be pro.
    • View Profile
    • Vice Underdogs
Re: Getting an error regarding ELF file OS ABI invalid.
« Reply #5 on: September 18, 2014, 03:09:43 pm »
What does ldd squirrel04rel32.so show? (Make sure to cd into plugins first: cd plugins)

Offline KingZ

  • Street Thug
  • *
  • Posts: 8
    • View Profile
Re: Getting an error regarding ELF file OS ABI invalid.
« Reply #6 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

Offline thijn

  • LU testers
  • VC:MP Veteran
  • *
  • Posts: 667
  • Im proud to be pro.
    • View Profile
    • Vice Underdogs
Re: Getting an error regarding ELF file OS ABI invalid.
« Reply #7 on: September 18, 2014, 05:05:57 pm »
Redownload the file, it's probably corrupted or otherwise fucked up.

Offline KingZ

  • Street Thug
  • *
  • Posts: 8
    • View Profile
Re: Getting an error regarding ELF file OS ABI invalid.
« Reply #8 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  :-\.

Offline thijn

  • LU testers
  • VC:MP Veteran
  • *
  • Posts: 667
  • Im proud to be pro.
    • View Profile
    • Vice Underdogs
Re: Getting an error regarding ELF file OS ABI invalid.
« Reply #9 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