View previous topic :: View next topic |
Author |
Message |
daltonc Voice
Joined: 27 Apr 2005 Posts: 29
|
Posted: Wed Sep 28, 2005 5:35 pm Post subject: TCL |
|
|
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 ? |
|
Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Wed Sep 28, 2005 6:00 pm Post subject: |
|
|
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] tag when posting logs, code |
|
Back to top |
|
 |
daltonc Voice
Joined: 27 Apr 2005 Posts: 29
|
Posted: Wed Sep 28, 2005 6:02 pm Post subject: |
|
|
ahhh, thanks alot  |
|
Back to top |
|
 |
daltonc Voice
Joined: 27 Apr 2005 Posts: 29
|
Posted: Wed Sep 28, 2005 10:02 pm Post subject: |
|
|
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? |
|
Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Wed Sep 28, 2005 10:09 pm Post subject: |
|
|
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] tag when posting logs, code |
|
Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Thu Sep 29, 2005 6:43 pm Post subject: |
|
|
READ following section in ~doc/COMPILE-GUIDE
Quote: | I. Tcl Detection and Installation |
_________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
Back to top |
|
 |
|