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.

Linking Error during make

Old posts that have not been replied to for several years.
Locked
G
Guest

Post by Guest »

Hello
I have ActiveTcl and pass the --with-tcllib= and --with-tclinc= flags set correctly because ./configure finds Tcl.

Here are the last lines when the error occurs....

---------- Yeah! that's the compiling, now the linking! ----------

Linking eggdrop...

gcc -pipe -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o dns.o flags.o language.o main.o mem.o misc.o misc_file.o modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o userent.o userrec.o users.o -L/usr/local/lib -ltcl8.3 -lm -lpthread -ldl -lnsl md5/md5c.o compat/*.o `cat mod/mod.xlibs`
strip ../eggdrop
Successful compile: eggdrop

make[1]: Leaving directory `/home/temp_user/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


I'm sure I don't have something on the system I need.. does anyone have a clue?

Thanks :smile:

Willy
G
Guest

Post by Guest »

Also I should add this is on a RedHat 6.2 box. I tried w/ static also.. same error.

Tried with both eggdrop1.6.6 and 1.6.7 and get the same error.

Sorry for not all the info before.

WillyB
G
Guest

Post by Guest »

export LD_LIBRARY_PATH="path_to_tcl_library_directory"
G
Guest

Post by Guest »

Thanks dimo!
That did the trick... I should probably add that in my path somewhere :smile:

Have my hippydude up and running now!

Willyb
Locked