On Friday, November 05, 2010 10:15:07 am Arjen de Korte did opine: > Citeren Gene Heskett <[email protected]>: > > I have NDI if m4 stuff is needed or even installed, so whats next? > > Most likely, you don't have libtool. What does the output of > > libtool --version > > show? > > Best regards, Arjen
command not found... Doh! Thanks. So I installed it, then: [r...@coyote trunk]# autoreconf --install libtoolize: `config.guess' exists: use `--force' to overwrite libtoolize: `config.sub' exists: use `--force' to overwrite [r...@coyote trunk]# rm config.guess config.sub rm: remove regular file `config.guess'? y rm: remove regular file `config.sub'? y [r...@coyote trunk]# autoreconf --install libtoolize: `ltmain.sh' exists: use `--force' to overwrite [r...@coyote trunk]# rm ltmain.sh rm: remove regular file `ltmain.sh'? y [r...@coyote trunk]# autoreconf --install libtoolize: `config.guess' exists: use `--force' to overwrite libtoolize: `config.sub' exists: use `--force' to overwrite [r...@coyote trunk]# rm ltmain.sh rm: remove regular file `ltmain.sh'? y [r...@coyote trunk]# rm config.guess config.sub rm: remove regular file `config.guess'? y rm: remove regular file `config.sub'? y [r...@coyote trunk]# autoreconf --install [r...@coyote trunk]# looks like I'm good to go for the build. However, giving ./configure the --with-all option fails, no libgd exists on pclos. I have a libgd2, and just installed some libgda3 libgda4 & devel stuffs for them, plus all the pluigins for libdga4. But that also fails: checking for tcpd.h... no checking for library containing yp_get_default_domain... -lnsl checking for library containing request_init... no checking whether to enable libwrap (tcp-wrappers) support... no checking for gd version via gdlib-config... none found checking for gd include flags... checking for gd library flags... -L/usr/X11R6/lib -lgd -lpng -lz -ljpeg - lfreetype -lm -lXpm -lX11 checking for gd.h... no checking for gdfontmb.h... no checking for library containing gdImagePng... no configure: error: libgd not found, required for CGI build So where do I go from here? Many Thanks Arjen. -- Cheers, Gene "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) * knghtbrd does the ET thing <knghtbrd> anybody got a speak-n-spell? _______________________________________________ Nut-upsuser mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser

