codegirl42

Well-Known Member
Mar 9, 2006
93
0
156
Failed loading /usr/local/ioncube/ioncube_loader_lin_4.1.so: /usr/local/ioncube/ioncube_loader_lin_4.1.so: wrong ELF class: ELFCLASS64

Any help would be great. :)
 

Spiral

BANNED
Jun 24, 2005
2,018
8
193
Failed loading /usr/local/ioncube/ioncube_loader_lin_4.1.so: /usr/local/ioncube/ioncube_loader_lin_4.1.so: wrong ELF class: ELFCLASS64

Any help would be great. :)
From the error, it looks like you are trying to load a version compiled for a 64 bit system
when you are not running a 64 bit operating system or vice versa.

Plain English, looks like you downloaded the wrong version of Ioncube for your server.

The majority of Cpanel servers out there will want this one:
http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz

Also for dynamic module loading, you need to have the following in your PHP.INI:
Code:
enable_dl = On
Otherwise, the ioncube module would need to be called directly from your PHP.INI file.
 
Last edited:

codegirl42

Well-Known Member
Mar 9, 2006
93
0
156
everything was okay in the php.ini file...

but i was getting that error....

once i uploaded the correct loaders...everything worked great. :)


Thanks SPIRAL!! *do you have a website somewhere??*