Page 1 of 1

error: ELF file OS ABI invalid (xmlrpc)

Posted: Sat Nov 29, 2008 1:27 pm
by php_ghost
Warning: dl() [function.dl]: Unable to load dynamic library '/usr/local/cpanel/3rdparty/lib/php/extensions/no-debug-non-zts-20060613/xmlrpc.so' - /usr/local/cpanel/3rdparty/lib/php/extensions/no-debug-non-zts-20060613/xmlrpc.so: cannot open shared object file: No such file or directory in /usr/local/lib/php/xmlrpc.inc on line 14
I've been having this problem with one of my php scripts lately. so what i did was i copied the missing file (xmlrpc.so) from one of our web apps but then I got this another error message:
Warning: dl() [function.dl]: Unable to load dynamic library '/usr/local/cpanel/3rdparty/lib/php/extensions/no-debug-non-zts-20060613/xmlrpc.so' - /usr/local/cpanel/3rdparty/lib/php/extensions/no-debug-non-zts-20060613/xmlrpc.so: ELF file OS ABI invalid in /usr/local/lib/php/xmlrpc.inc on line 14
Been stuck with this problem for quite a while and it's really starting to be a pain in the a**. :banghead:
Would anyone happen to know how to solve this stuff?
TIA guys. :)

Re: error: ELF file OS ABI invalid (xmlrpc)

Posted: Sat Nov 29, 2008 2:29 pm
by requinix
The file that you copied isn't suitable for your system.

On 'Nix systems you should be compiling your own PHP, which includes the extensions and such.

Re: error: ELF file OS ABI invalid (xmlrpc)

Posted: Wed Dec 03, 2008 11:23 am
by php_ghost
how will I do it? (compiling your own PHP)
Sorry as I really have no idea how to do it. I barely know xmlrpc. I was just asked to fix this bug with the script.