I wonder if gd2 installed a link as gd1 for backwards compatibility? Then when you uninstalled it, the link is deleted??? You could try to create the link ntop is expecting... like the existing .2. links /opt/local/lib/libgd.2.dylib@ -> libgd.2.0.0.dylib
i.e. this: /opt/local/lib/libgd.1.dylib@ -> /opt/local/lib/libgd.1.8.dylib -----Burton > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of > Julien TOUCHE > Sent: Monday, January 05, 2004 2:32 PM > To: [EMAIL PROTECTED] > Subject: Re: [Ntop] Mac OS X Linkage problem (was checkversion + > panther) > > > Burton M. Strauss III wrote: > > > Sounds like you've got a linkage problem - there is no libgd.1.dylib. > > There's a 1.8, but not a 1. > > > > What else changed on the system? The last changes in configure > were days > > don't really know, i had gd and gd2 (uninstalled now), but other things > only include some darwinports ports or Mac App ... > > maybe later in week, i will try to clean all my dports tree and rebuild > again > > > Regards > > Julien > > note: i also test today's and sunday's snapshots but they both failed to > compile: > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/opt/local/include > -I/Users/touche/tmp/darwinports/dports/net/ntop/work/ntop-current/ > ntop/myrrd > -DDARWIN -I/usr/local/include -I/opt/local/include > -I/Users/touche/tmp/darwinports/dports/net/ntop/work/ntop-current/ > ntop/myrrd > -no-cpp-precomp -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith > -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-common > -DPIC -c icmpPlugin.c -MT icmpPlugin.lo -MD -MP -MF > .deps/icmpPlugin.TPlo -fno-common -DPIC -o .libs/icmpPlugin.o > icmpPlugin.c: In function `formatSentRcvd': > icmpPlugin.c:161: error: too few arguments to function `formatPkts' > icmpPlugin.c:161: error: too few arguments to function `formatPkts' > icmpPlugin.c: In function `handleIcmpWatchHTTPrequest': > icmpPlugin.c:288: error: too few arguments to function `printHTMLheader' > icmpPlugin.c:344: error: too few arguments to function `makeHostLink' > icmpPlugin.c:349: error: too few arguments to function `formatBytes' > icmpPlugin.c:354: error: too few arguments to function `formatBytes' > icmpPlugin.c: At top level: > icmpPlugin.c:429: warning: initialization from incompatible pointer type > icmpPlugin.c:431: warning: initialization from incompatible pointer type > make[3]: *** [icmpPlugin.lo] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > _______________________________________________ > Ntop mailing list > [EMAIL PROTECTED] > http://listgateway.unipi.it/mailman/listinfo/ntop > _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
