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.

problem during installation

Old posts that have not been replied to for several years.
Locked
n
novice

problem during installation

Post by novice »

Hi,

When I try to install an eggdrop on my netbsd, I had an error message:

---------- 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/ -ltcl83 -lm md5/md5c.o compat/*.o `cat mod/mod.xlibs`
/usr/local/lib//libtcl83.so: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
strip ../eggdrop
Successful compile: eggdrop


Shared object "libtcl83.so" not found
*** Error code 1

Stop.

It compile, but when it try to link, it doesn't find libtcl83.so. But during ./configure:

checking for Tcl library... using /usr/local/lib//libtcl83.so
checking for Tcl header... using /usr/local/include//tcl.h

It find all library.

anybody can help me ?

thanks
t
tainted
Master
Posts: 239
Joined: Sun May 12, 2002 8:00 pm
Location: chicago
Contact:

Post by tainted »

If this is your own box, try rebuilding the libraries, or at least the cache (man ldconfig). If it isn't, I would forward the error to the admin and let them look at it.
n
novice

Post by novice »

Hi,

I try to rebuild librairies. I install last version. All is good, it find the last version of tcl, but always the same error:

Shared object "libtcl84.so" not found

please help meeeeeeeeeeeeee

thanks
Locked