Radius Plugin Error 126

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
stonehill
Posts: 22
Joined: Mon May 02, 2011 9:29 pm

Radius Plugin Error 126

Post by stonehill »

Hi,

I am facing issue with the radius config wizard i installed after specifying all the details i am getting error (Return code of 126 is out of bounds - plugin may not be executable). The plugin check_radius_adv is already having executable permission with appropriate ownership. And when i tries to execute the plugin from the command line the error is -bash: ./check_radius_adv: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory the file ld-linux.so.2 does not exist there coz i am using CentOS release 5.5 (Final) 64Bit. I tried to create a soft link to the 64bit ld library also coped the library from other machine for testing but no luck. Could you please help me resolving this issue.

Thanks in advance

Vikram
stonehill
Posts: 22
Joined: Mon May 02, 2011 9:29 pm

Re: Radius Plugin Error 126

Post by stonehill »

Any update please
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Radius Plugin Error 126

Post by mguthrie »

There error code shows up when there's an issue with 32 vs 64 bit compiling. I'm guessing the plugin was compiled for a 32 bit system back before we supported the 64bit systems. It'll need to be downloaded from source and recompiled for 64 bit.
Locked