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 fails to run when compiling eggdrop

Old posts that have not been replied to for several years.
Locked
b
brendanv

Post by brendanv »

Hi,

I am configuring a shell box for inclusion in my subnet.

I have tcl8.3 setup on the machine which runs debian.

When i do a ./configure from a user account I receive no fatal error to the configure script..... but the actual make fails.
---------------------
Sucessful compile: eggdrop

make[1]: Leaving directory '/home/jamie/eggdrop1.6.6/src'

./eggdrop: error in loading shared libraries: libtcl8.3.so: cannot open shared object file: No such file or directory
make: *** [modegg] Error 127
-----------------------------------

Any assistance you could render me with this issue would be appreciated.

Cheers,

Brendan Vowles
L
Linus

Post by Linus »

I get the exact same error except I have tcl8.4 and eggdrop 1.6.10 on a Linux Redhat 6.2

any help would be appreciated
m
masskilla
Op
Posts: 172
Joined: Wed Oct 03, 2001 8:00 pm
Location: Croatia

Post by masskilla »

Hi

Have you both tried reading INSTALL and README?


MaSsKilla

#eggdrop
Undernet
L
Linus

Post by Linus »

Masskilla: Yes I have, thoroughly; You see, it compiles fine, and the Makefile has the correct paths, but the linker fails to find the shared library, this is right after the compiler found it!. The only thing I can think of is that my system, Red Hat 6.2, is compiled/installed without X11 or any gui for that matter, it's just a server.
Locked