Then it looks like I need to compile NUT Configure seems went well, but I want to compile --with-cgi=yes But then I am getting: [code]configure: error: libgd not found, required for CGI build[/code]
I installed it from www.libgd.org: [code]bubba:/home/janeks/dls/nut-2.2.2# whereis libgd libgd: /usr/local/lib/libgd.so /usr/local/lib/libgd.a /usr/local/lib/libgd.la[/code] But then anyway ./configure gives: [code]configure: error: libgd not found, required for CGI build[/code] What could be workaround for this? brgds Janeks ----- Original Message ----- From: "Alexander I. Gordeev" <[EMAIL PROTECTED]> To: "Janeks Kamerovskis" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Monday, November 03, 2008 6:39 PM Subject: Re: [Nut-upsuser] Mustek PowerMust 600 USB configuration > Janeks, > > I didn't noticed before, please keep the list CC'ed. Thus everybody > interested > can read the discussion (and maybe help you too). > > On Monday 03 November 2008 19:26:58 Janeks Kamerovskis wrote: >> > It means you'll have to compile NUT from source. You have to install >> > several >> > packages before compiling, I think, at least build-essential, libtool, >> > libusb-dev. >> > >> > wget http://www.networkupstools.org/source/2.2/nut-2.2.2.tar.gz >> > tar -xzf nut-2.2.2.tar.gz >> > cd nut-2.2.2 >> > ./configure --help >> > # select needed options. I suggest you to specify >> > --prefix=/home/user/path at >> >> Why this is better then default? > > Because this doesn't produce files that are not handled by the package > manager > in the system folders. These files tend to become garbage over time. > > -- > Alexander > _______________________________________________ Nut-upsuser mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser

