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.

Error whith new install

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

Post by Guest »

Hello, this is my first install of eggdrop.
Following requirements, i installed Tcl (8.3.4), did "./configure --whith-tcllib=/usr/...../libtcl8.3.so --witth-tclinc=/usr/...../tcl.h". It worked correctly and #make config also. When i did #make, it compiled correctly and the end of the display is :
"Successful compile : eggdrop
Make[1]: Quit directory `/home/....../eggdrop1.6.7/src`

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

So my question is : Why doesn't it took the path of le libtcl.8.3.so i specify with the ./configure, and if it is in the sources, can i change the path in.c files saffely?

I didn't found such problems in FAQ's, so if someone has any idea, he's welcome :wink:

Thank's in advance
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

you have to set LD_LIBRARY_PATH to the location of the tcl library and/or if you are root put that path into ~/etc/ld.so.conf and run ldconfig
Locked