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.
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 ?
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
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.