|
From: Juan T. <to...@us...> - 2000-03-01 07:29:23
|
On Tue, Feb 29, 2000 at 07:51:48PM -0500, Mike Geiger wrote: > Wow - All I can say is thanks for making this! I used etherman/netman on > Slowlaris when I worked at Nortel, but when I left for the Linux > world... I really missed this tool! Thank you so much. :-) > Unfortunately, I had a snag when compiling: > > ... > Making check in src > make[1]: Entering directory `/root/etherape-0.1.7/src' > gcc -g -O2 -Wall -Wunused -o etherape main.o diagram.o capture.o > resolv.o util.o support.o interface.o callbacks.o -rdynamic -L/usr/lib > -L/usr/X11R6/lib -rdynamic -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE > -lgtk -lgdk -lgmodule -lXext -lX11 -lgnome -lgnomesupport -lesd > -laudiofile -lm -ldb -lglib -ldl -lpcap > /usr/i386-slackware-linux/bin/ld: cannot open -lesd: No such file or > directory > collect2: ld returned 1 exit status > make[1]: *** [etherape] Error 1 > make[1]: Leaving directory `/root/etherape-0.1.7/src' > make: *** [check-recursive] Error 1 The funny thing is that etherape doesn't use most of those libraries, and particularly, it doesn't use the sound daemon. It's just that I think all gnome apps have to link with it, and glade added them for me. Just edit the Makefile and extract -lesd from the line starting with GNOMEUI_LIBS > configure went along happily, but make stopped when it got here.... I > don't have a lot of programming experience, so this is a low-priority > cry for help. This is weird as well. Most of the configuring script is done by me automatically by glade, and I hadn't noticed it is not looking for the sound daemon. I'll try to fix it going the other way around: not requiring so many libraries that do nothing for etherape. > Thanks Your welcome, dear co-developer. :-) > Myke Geiger |