Short Answer: Install the missing package. Longer:
gd (the graphics library) is often built in pre-built packages to require freetype for fonts. Unfortunately, that tends to bring in a lot of other stuff - depending on how things are packaged this can be all of XFree86... But your choices are either use the packages (and respect their dependencies) or build a non-freetype version of gd from source. -----Burton > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of ro0ot > Sent: Tuesday, February 24, 2004 9:05 PM > To: [EMAIL PROTECTED] > Subject: [Ntop] compiling ntop 3.0pre1 in slackware 9.1 > > > Hi all, > > I am compiling ntop 3.0pre1 in slackware 9.1, after running > "./configure", I run "make" and the error message as below: - > > /bin/sh ./libtool --mode=link gcc -g -O2 -I/usr/local/include -Wshadow > -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations > -Wnested-externs -fPIC -g -O2 -I/usr/local/include -Wshadow > -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations > -Wnested-externs -fPIC -lglib -L/usr/local/lib > -L/usr/src/download/ntop-3.0pre1/myrrd -lglib -L/usr/local/lib > -L/usr/src/download/ntop-3.0pre1/myrrd -o libntop.la -rpath > /usr/local/lib -lglib -L/usr/local/lib > -L/usr/src/download/ntop-3.0pre1/myrrd -release 3.0pre1 -export-dynamic > address.lo argv.lo dataFormat.lo fcUtils.lo getopt.lo getopt1.lo > globals-core.lo hash.lo iface.lo initialize.lo leaks.lo netflow.lo > ntop.lo pbuf.lo plugin.lo protocols.lo sessions.lo term.lo util.lo > traffic.lo vendor.lo version.lo ntop_darwin.lo -lxml2 -lglib -lpthread > -lresolv -lnsl -lcrypt -lc -lssl -lcrypto -lpcap -lgdbm -lgd -lpng -lz > -lmyrrd > grep: /usr/lib/libfreetype.la: No such file or directory > sed: can't read /usr/lib/libfreetype.la: No such file or directory > libtool: link: `/usr/lib/libfreetype.la' is not a valid libtool archive > make[2]: *** [libntop.la] Error 1 > make[2]: Leaving directory `/usr/src/download/ntop-3.0pre1' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/download/ntop-3.0pre1' > make: *** [all] Error 2 > [EMAIL PROTECTED]:/usr/src/download/ntop-3.0pre1# > > What should I do next? > > Regards, > ro0ot > > > > _______________________________________________ > Ntop mailing list > [EMAIL PROTECTED] > http://listgateway.unipi.it/mailman/listinfo/ntop > _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
