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.

logs2html module

Support & discussion of released scripts, and announcements of new releases.
User avatar
iamdeath
Master
Posts: 323
Joined: Fri Feb 11, 2005 2:32 pm
Location: *HeLL*
Contact:

logs2html module

Post by iamdeath »

Hi has anyone worked on logs2html module ?... Because I tried to run but I am getting a few error... have a look

When I ./eggdrop khan.conf

Code: Select all

[14:16] Can't load modules logs2html: Shared object "libtcl8.4.so" not found
[14:16] Tcl error in file 'khan.conf':
[14:16] invalid command name "addlogs2htmlchan"
    while executing
"addlogs2htmlchan #LiveCricket /usr/home/khan/public_html/ index Logs of #LiveCricket #LiveCricket Log of #liveCricket"
    (file "logs2html.conf" line 54)
    invoked from within
"source logs2html.conf"
    (file "khan.conf" line 217)
[14:16] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
anyidea how this module works?
[/url]
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

[14:16] Can't load modules logs2html: Shared object "libtcl8.4.so" not found
You probably don't have tcl 8.4?
User avatar
Thunderdome
Op
Posts: 187
Joined: Tue Mar 15, 2005 4:42 pm

Post by Thunderdome »

I have the exact same error and I do have tcl!!!! I have tons of other script that work just fine...
In fact this mod used to work, until this version!
r
r0t3n
Owner
Posts: 507
Joined: Tue May 31, 2005 6:56 pm
Location: UK

Post by r0t3n »

report it as a bug then...
r0t3n @ #r0t3n @ Quakenet
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Code: Select all

Shared object "libtcl8.4.so" not found
The above error has been dealt with many times. A search should give you results. :)

Also check "I. Tcl Detection and Installation" of the ~doc/COMPILE-GUIDE
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

most likely that guy has taken a binary of module in question - an incompatible binary, linked against a Tcl library that doesn't exist on that location in his system; naturally, the problem's remedy is obvious - recompile from source

on a side note, not all modules require Tcl:

Code: Select all

[demond@whitepine demond]$ for i in bot/modules/*.so; do ldd $i; done
bot/modules/assoc.so:
        libtcl84.so.1 => /usr/local/lib/libtcl84.so.1 (0x28106000)
        libm.so.2 => /usr/lib/libm.so.2 (0x2819d000)
bot/modules/blowfish.so:
        libtcl84.so.1 => /usr/local/lib/libtcl84.so.1 (0x28108000)
        libm.so.2 => /usr/lib/libm.so.2 (0x2819f000)
bot/modules/channels.so:
        libtcl84.so.1 => /usr/local/lib/libtcl84.so.1 (0x2811f000)
        libm.so.2 => /usr/lib/libm.so.2 (0x281b6000)
bot/modules/compress.so:
        libz.so.2 => /usr/lib/libz.so.2 (0x28107000)
        libtcl84.so.1 => /usr/local/lib/libtcl84.so.1 (0x28114000)
        libm.so.2 => /usr/lib/libm.so.2 (0x281ab000)
bot/modules/console.so:
        libtcl84.so.1 => /usr/local/lib/libtcl84.so.1 (0x28106000)
        libm.so.2 => /usr/lib/libm.so.2 (0x2819d000)
bot/modules/ctcp.so:
bot/modules/dns.so:
bot/modules/filesys.so:
        libtcl84.so.1 => /usr/local/lib/libtcl84.so.1 (0x2811c000)
        libm.so.2 => /usr/lib/libm.so.2 (0x281b3000)
bot/modules/gseen.so:
bot/modules/irc.so:
        libtcl84.so.1 => /usr/local/lib/libtcl84.so.1 (0x28125000)
        libm.so.2 => /usr/lib/libm.so.2 (0x281bc000)
bot/modules/notes.so:
        libtcl84.so.1 => /usr/local/lib/libtcl84.so.1 (0x2810b000)
        libm.so.2 => /usr/lib/libm.so.2 (0x281a2000)
bot/modules/seen.so:
bot/modules/server.so:
        libtcl84.so.1 => /usr/local/lib/libtcl84.so.1 (0x28113000)
        libm.so.2 => /usr/lib/libm.so.2 (0x281aa000)
bot/modules/share.so:
bot/modules/transfer.so:
        libtcl84.so.1 => /usr/local/lib/libtcl84.so.1 (0x2810d000)
        libm.so.2 => /usr/lib/libm.so.2 (0x281a4000)
bot/modules/uptime.so:
bot/modules/wire.so:
S
Shmupsik
Voice
Posts: 23
Joined: Sat May 15, 2004 1:54 pm
Location: Russia

Post by Shmupsik »

Hi, I'm here.. Well, I heard about tcl-problems many times... i don't know workaround about it.. As i read in the web - you can try to solve this problem by installing tcl to your home directory... for example read: http://www.acmeshells.com/display.php?p=egg-faqs#sect12
Now, this Bell tolling softly for another, saies to me, Thou must die.
User avatar
Thunderdome
Op
Posts: 187
Joined: Tue Mar 15, 2005 4:42 pm

Post by Thunderdome »

I have FreeBSD and not linux... is it still possible to install?
My ISP tells me this is linux only and no way to put it in freeBSD!
S
Shmupsik
Voice
Posts: 23
Joined: Sat May 15, 2004 1:54 pm
Location: Russia

Post by Shmupsik »

Hi again...
Well what can i say... there is too many errors with tcl.. so i decided to refuse using it in my module.. i'm working on new version of it.. well I'm trying to make it as fast as possible.. please, wait for it..
Sorry for this troubles with my module..
Now, this Bell tolling softly for another, saies to me, Thou must die.
User avatar
Thunderdome
Op
Posts: 187
Joined: Tue Mar 15, 2005 4:42 pm

Post by Thunderdome »

Ok! Thanks for letting us know... :)
Can you post when you have the new module finished (which I hope will be independent of libtcl8.4.so)? Then we can all know and try it out (sounds awesome!).

Greetz
S
Shmupsik
Voice
Posts: 23
Joined: Sat May 15, 2004 1:54 pm
Location: Russia

Post by Shmupsik »

New version come's. It will be posted on www.egghelp.org (i hope :)) See readme.txt for changes. Now can find it at: http://www.shmupsik.hut1.ru Please try it..
Now, this Bell tolling softly for another, saies to me, Thou must die.
User avatar
Thunderdome
Op
Posts: 187
Joined: Tue Mar 15, 2005 4:42 pm

Post by Thunderdome »

I'll test it and let you know! :D
Greetz and thanks! :)
S
Shmupsik
Voice
Posts: 23
Joined: Sat May 15, 2004 1:54 pm
Location: Russia

Post by Shmupsik »

Ok.. if anyone will find bugs let me know .. i'll try to correct them..
Now, this Bell tolling softly for another, saies to me, Thou must die.
User avatar
Thunderdome
Op
Posts: 187
Joined: Tue Mar 15, 2005 4:42 pm

Post by Thunderdome »

One question... what logs does this use?
I have logs made by mel TCL, can this module use them?
greetz
S
Shmupsik
Voice
Posts: 23
Joined: Sat May 15, 2004 1:54 pm
Location: Russia

Post by Shmupsik »

Thunderdome wrote:One question... what logs does this use?
I have logs made by mel TCL, can this module use them?
greetz
Sorry, but i think it can't.. it was written for standart logfiles, generated by eggdrop...
mmm.. and what the format of logs made by mel tcl? send me an example of loglile, i'll look at it..
Now, this Bell tolling softly for another, saies to me, Thou must die.
Post Reply