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.

TCL Error

Old posts that have not been replied to for several years.
Locked
User avatar
ayie
Voice
Posts: 38
Joined: Thu Feb 20, 2003 3:13 am

TCL Error

Post by ayie »

Test run of ./eggdrop -v:
./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory
make: *** [modules] Error 127
[serv@p15184641 eggdrop1.6.17]$ which libtcl
/usr/bin/which: no libtcl in (/usr/lib/courier-imap/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/serv/bin)


i already install tcl

[serv@p15184641 eggdrop1.6.17]$ whereis tcl
tcl: /usr/local/lib/tcl8.5 /usr/local/lib/tcl8.4
[serv@p15184641 eggdrop1.6.17]$

but still cannot make the file.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

I'd bet you still haven't done a single forum search although you've been here for 2+ years

type ldd eggdrop, note the location of Tcl libs, make sure you have them at that location, set env variable LD_LIBRARY_PATH to that location, start eggdrop

if you are on Linux, you can also add those in /etc/ld.so.conf and then type ldconfig to update dynamic loader cache
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Have a look on this page.
Once the game is over, the king and the pawn go back in the same box.
User avatar
ayie
Voice
Posts: 38
Joined: Thu Feb 20, 2003 3:13 am

Post by ayie »

i've do a search, but many result i found ....

i also do a search like Error 127, but many useless result found ....
Ay|e
Very Idiot Person In This World
http://www.labtek.biz/v2/
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

ayie wrote:i've do a search, but many result i found ....


i also do a search like Error 127, but many useless result found ....
You actually read the "many result" and if nothing is appropriate you refine your search. I do admit that forum searches aren't a patch on Google etc.

Using quotes might assist apart from using boolean expressions in your search criteria. :wink:
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Locked