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

Old posts that have not been replied to for several years.
Locked
d
daltonc
Voice
Posts: 29
Joined: Wed Apr 27, 2005 8:50 pm

TCL

Post by daltonc »

Ok, I am trying to compile eggdrop and I keep getting this error saying it cant find libtcl8.3.so and I know I have TCL 8.3 installed.. so is there a way to specify where the .so file is in the ./configure ?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

sure there is

type ./configure --help and pay attention to the --with-tclinc and --with-tcllib switches
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
d
daltonc
Voice
Posts: 29
Joined: Wed Apr 27, 2005 8:50 pm

Post by daltonc »

ahhh, thanks alot :)
d
daltonc
Voice
Posts: 29
Joined: Wed Apr 27, 2005 8:50 pm

Post by daltonc »

hmmmm.. still getting the same error... I know I specifiyed with the libtcl was.. and I know its finding it... cause its specifying the correct file. But its like it cannot load the file.

./eggdrop: error while loading shared libraries: libtcl8.4.so: cannot open shared object file: No such file or directory

Any ideas?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

this has already been discussed many times before, do a forum search for that err msg
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

READ following section in ~doc/COMPILE-GUIDE
I. Tcl Detection and Installation
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Locked