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.

'make' problem

Old posts that have not been replied to for several years.
Locked
r
roosta

Post by roosta »

I'm trying to get an eggdrop up and running on my linux system (Linux dyke 2.2.17 #1 Sun Jun 25 09:24:41 EST 2000 i686 unknown). Its a Debian [woody] system.

I can successfully ./configure and 'make config', however when i run 'make' I run into this problem.

---------- 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 -ldl -lnsl md5/md5c.o compat/*.o `cat mod/mod.xlibs`
strip ../eggdrop
Successful compile: eggdrop

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

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

Is there any way to figure out what shared library it is looking for?
S
SniperAC

Post by SniperAC »

What Version of eggdrop you installing ?
And where are you getting it from?
r
roosta

Post by roosta »

Version 1.6.6 from http://www.eggheads.org
On 2001-11-20 17:13, SniperAC wrote:
What Version of eggdrop you installing ?
And where are you getting it from?
D
Didjital

Post by Didjital »

Something is wrong with the installed TCL. i suggest downloading a precompiled binary of eggdrop. That'll clear it up.
S
SniperAC

Post by SniperAC »

ooops dubble taped :mad:

<font size=-1>[ This Message was edited by: SniperAC on 2001-11-20 19:04 ]</font>
S
SniperAC

Post by SniperAC »

^^ Ya or try reinstalling TCL
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

If I remember rightly, they don't include the proper Tcl distrobution with Debian, you should download and install the packages labeled dev for Tcl
Locked