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.

compress.so not found?!

Old posts that have not been replied to for several years.
Locked
R
RowBow

compress.so not found?!

Post by RowBow »

Hi ho.
Evertime I want to start the eggdrop following message is sent:
Eggdrop v1.6.15 (C) 1997 Robey Pointer (C) 2003 Eggheads
[03:06] --- Loading eggdrop v1.6.15 (Sun Dec 7 2003)
Listening at telnet port 11224 (all)
Module loaded: dns
Module loaded: channels
Module loaded: server
Module loaded: ctcp
Module loaded: irc
LANG: No lang files found for section transfer.
Module loaded: transfer (with lang support)
Module loaded: share
Can't load modules compress: /home/eggdrop/eggdrop/modules/compress.so: cannot open shared object file: No such file or directory
LANG: No lang files found for section console.
Module loaded: console (with lang support)
Module loaded: seen
Module loaded: blowfish
LANG: No lang files found for section assoc.
Module loaded: assoc (with lang support)
Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
use '.help userinfo' for commands.
Userfile loaded, unpacking...
=== teamRocki: 1 channels, 17 users.
Launched into the background (pid: 2810)
I re-compiled it but id didn't work.
Downloading the eggdrop files and compiling it completely new does not work neither. No compress.so will be compiled.

It worked for a few days, but then I received this error.
Does anyone have an idea?
User avatar
BarkerJr
Op
Posts: 104
Joined: Sun Mar 30, 2003 1:25 am
Contact:

Post by BarkerJr »

IIRC, you need zlib or something installed to compile compress.mod. I guess Eggdrop didn't find it. Not to worry, though, compress.mod isn't any use unless you have a really large userfile.
R
RowBow

Post by RowBow »

Thx, but I even can't connect to the eggdrop over telnet or dcc. At the beginning I didn't receive the error.
Where can I get zlib?

[edit]
I found zlib and installed it, but there is still no compress.so
[/edit]
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

simply comment out (add a # to the start of the line) the line that loads the module.

As noted, it gives very little benefit to you.
User avatar
BarkerJr
Op
Posts: 104
Joined: Sun Mar 30, 2003 1:25 am
Contact:

Post by BarkerJr »

I repeat, compress.mod failing to load will not mess anything up. Eggdrop will still function normally.
Locked