This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Common Error Installing Gseen & Stats

Help for those learning Tcl or writing their own scripts.
Post Reply
User avatar
Fahad
Op
Posts: 127
Joined: Mon Aug 29, 2016 9:40 am

Common Error Installing Gseen & Stats

Post by Fahad »

Can't load modules gseen: /home/Statistics/eggdrop/modules/gseen.so: wrong ELF class: ELFCLASS32
Can't load modules stats: /home/Statistics/eggdrop/modules/stats.so: wrong ELF class: ELFCLASS32


And I have Install the modules correctly... Even i copy from the other eggdrop where stats and gseen are working.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

You are trying to load a 32-bit module in an eggdrop compiled for 64-bit system.
Generally, you should not copy the .so-files from one eggdrop installation to another, but rather build the modules from source on each installation.
NML_375
User avatar
Fahad
Op
Posts: 127
Joined: Mon Aug 29, 2016 9:40 am

Post by Fahad »

nml375 wrote:You are trying to load a 32-bit module in an eggdrop compiled for 64-bit system.
Generally, you should not copy the .so-files from one eggdrop installation to another, but rather build the modules from source on each installation.
My VPS is Debian 8.7 Jessie. Now what should i do ?
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

I'd suggest rebuilding your eggdrop along with modules from source.
That's the best way to make sure your eggdrop binary and modules are compatible
NML_375
User avatar
Fahad
Op
Posts: 127
Joined: Mon Aug 29, 2016 9:40 am

Post by Fahad »

nml375 wrote:I'd suggest rebuilding your eggdrop along with modules from source.
That's the best way to make sure your eggdrop binary and modules are compatible
How I do that? :(
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

If you've never compiled an eggdrop before, there's quite a bit to learn...

There are a few guides such as:
http://docs.eggheads.org/installAndSetup/install.html
https://github.com/eggheads/eggdrop/blo ... PILE-GUIDE
https://github.com/eggheads/eggdrop/blo ... oc/MODULES

Be adviced that these guides assume you've got a compiler (gcc) and necessary libraries installed along with tcl.
https://www.cyberciti.biz/faq/debian-li ... -compiler/ does provide some information on setting this up on debian.
NML_375
Post Reply