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.

Shared object "libtcl80.so.1" not found

Old posts that have not been replied to for several years.
Locked
c
ckill

Shared object "libtcl80.so.1" not found

Post by ckill »

There is no file like that exist, how can i do this?
m
masskilla
Op
Posts: 172
Joined: Wed Oct 03, 2001 8:00 pm
Location: Croatia

Post by masskilla »

Hi

When do you get that error? If when doing ./configure you need to find that file and set a path to it using --include-tcllib (read ./configure --help).
If you don't know where it is, use find / -iname *libtcl* 2>/dev/null to find it.

Read ./configure --help carefully!
MaSsKilla

#eggdrop
Undernet
User avatar
ReaLz
Op
Posts: 121
Joined: Sat Oct 19, 2002 5:33 am
Location: Athens, Greece

the same with ./eggdrop

Post by ReaLz »

look what is sais when I'm trying to do ./eggdrop:
/usr/libexec/ld-elf.so.1: Shared object "libtcl80.so.1" not found

how can I fix it?!
«A fantastic spaghetti is a spaghetti that does not exist»
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

There are many topics on the forum regarding this error, and how to fix it. Please do a search.
Locked