error: ELF file OS ABI invalid (xmlrpc)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
php_ghost
Forum Commoner
Posts: 55
Joined: Thu Jan 11, 2007 3:29 am

error: ELF file OS ABI invalid (xmlrpc)

Post 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. :)
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

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

Post 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.
php_ghost
Forum Commoner
Posts: 55
Joined: Thu Jan 11, 2007 3:29 am

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

Post 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.
Post Reply