search for: gdlib

Displaying 19 results from an estimated 19 matches for "gdlib".

2007 Dec 16
1
./configure perfparse -> "configure: error: required library libgd unusable"
...everything. Now, oddly, I still have the same problem, and unlike before (before running "yum remove gd"), I cannot configure it without getting the following error: *************************************************** *************************************************** "checking for gdlib-config... /usr/bin/gdlib-config checking for gdMalloc in -lgd... no configure: error: required library libgd unusable. Install required and dependent files and rerun configure. See config.log or FAQs for details." *************************************************** ****************************...
2014 Oct 20
2
config file locations
...what > you would get with a vanilla source install, and that distributions > will most likely be different. > > [*] https://github.com/networkupstools/nut/issues/152 Trouble is shooting back already: ./configure --with-usb --with-cgi --with-doc bails out: 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, requir...
2007 Nov 30
2
unstable libdg error when ./configure Perfparse on Nagios 2.x / CentOS 4.x
I'm trying to ./compile Perfparse on my Nagios CentOS 4.x box, but am having this error. (And am hoping someone here might point me in the right direction) "configure: error: required library libgd unusable." Here is a history of my problems: First, it ./configure 'd ok, but I couldn't "make && make install" due to an error. I googled and found this FAQ
2014 Oct 22
0
config file locations
...all, and that distributions > > will most likely be different. > > > > [*] https://github.com/networkupstools/nut/issues/152 > > Trouble is shooting back already: > > ./configure --with-usb --with-cgi --with-doc > > bails out: > 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 > configu...
2014 Dec 07
1
GD libraries and $PREFIX (was Re: building NUT on Mac OS X Yosemite(website/documentation))
Hi Charles, Typo on my part (copy pasting diff scripts). I tried building libGD in the following directory (sPREFIX is an env name I use in scripts): sPREFIX=${PWD}/../build/usr This works, all files in the correct directory. Next I try building NUT with the following params: sPREFIX=${PWD}/../build/usr configure \ --with-gd-includes="-I${sPREFIX}/include/libgd" \
2006 Dec 25
0
No fonts in graphics using GDD
...... yes checking whether time.h and sys/time.h may both be included... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking return type of signal handlers... void checking for memset... yes checking for mkdir... yes checking for rmdir... yes checking for gdlib-config... /usr/bin/gdlib-config libgd-flags according to gdlib-config: -I/usr/include -L/usr/lib -ljpeg -lfontconfig -lpng12 -lz -lm if that is not correct, fix your gd installation checking gd.h usability... yes checking gd.h presence... yes checking for gd.h... yes checking for gdImageCreateF...
2006 Nov 19
2
SSL flags (was Re: [nut-commits] svn commit r593 - branches/deb_fixes_for_trunk)
Peter, Any objections to adding this to the trunk? When I run 'ldd upsc' without this patch, it lists the OpenSSL libraries, and the default ./configure setting is to not use OpenSSL. - Charles > Log: > If we are not using SSL_CFLAGS or SSL_LDFLAGS, do not add the OpenSSL libraries > to all of the binaries. > > > Modified: branches/deb_fixes_for_trunk/configure.in >
2014 Oct 22
4
config file locations
Hi Gene, On Oct 21, 2014, at 9:12 PM, Gene Heskett <gheskett at wdtv.com> wrote: >> configure: error: libgd not found, required for CGI build >> >> And gdlib does not appear to be available from the repo's. > Sorry, I must have missed that message. This is still with Ubuntu 10.04, right? http://packages.ubuntu.com/source/lucid/nut lists the build dependencies, and it looks like both libgd2-xpm-dev and libgd2-noxpm-dev are still available. (NUT...
2009 Dec 18
6
BuildBots - config.log from compile
Charles, I was looking into why CGI isn't build on the Ubuntu box. Although everything seems to be available, it is currently showing checking for gd version via gdlib-config... 2.0.35 checking for gd include flags... -I/usr/include checking for gd library flags... -L/usr/lib -Wl,-Bsymbolic-functions -ljpeg -lfreetype -lpng12 -lz -lm checking for gd.h... yes checking for gdfontmb.h... yes checking for gdImagePng... no checking whether to build CGI programs... n...
2014 Oct 20
0
config file locations
Hi Gene, On Oct 18, 2014, at 7:35 PM, Gene Heskett <gheskett at wdtv.com> wrote: > Greetings; > > I found pdf user manual which explains a few things that might help. > > However, for a ubuntu flavor, the various .conf etc files seem to be in > /etc/nut. We have an open ticket about that[*]; basically, the official NUT documentation needs to be a bit more explicit
2014 Oct 22
0
config file locations
On Tuesday 21 October 2014 22:06:48 Charles Lepple did opine And Gene did reply: > Hi Gene, > > On Oct 21, 2014, at 9:12 PM, Gene Heskett <gheskett at wdtv.com> wrote: > >> configure: error: libgd not found, required for CGI build > >> > >> And gdlib does not appear to be available from the repo's. > > Sorry, I must have missed that message. > > This is still with Ubuntu 10.04, right? > > http://packages.ubuntu.com/source/lucid/nut lists the build > dependencies, and it looks like both libgd2-xpm-dev and > libgd2-...
2014 Oct 18
3
config file locations
Greetings; I found pdf user manual which explains a few things that might help. However, for a ubuntu flavor, the various .conf etc files seem to be in /etc/nut. But this pdf says they are in /usr/local/ups/etc, and yes indeed there are some there, with the .sample files being owned by root, and the rest are user 503, whoever he may be. Are these just a sample storage in case one needs to
2014 Oct 22
0
config file locations
On Tuesday 21 October 2014 22:06:48 Charles Lepple did opine And Gene did reply: > Hi Gene, > > On Oct 21, 2014, at 9:12 PM, Gene Heskett <gheskett at wdtv.com> wrote: > >> configure: error: libgd not found, required for CGI build > >> > >> And gdlib does not appear to be available from the repo's. > > Sorry, I must have missed that message. > > This is still with Ubuntu 10.04, right? Yes. > > http://packages.ubuntu.com/source/lucid/nut lists the build > dependencies, and it looks like both libgd2-xpm-dev and > li...
2006 Jul 22
1
Error during make: *** No rule to make target `usb.h', needed by `tripplite-hid.o'. Stop.
...ing for socklen_t... yes checking stdint.h usability... yes checking stdint.h presence... yes checking for stdint.h... yes checking for uint16_t... yes checking for stdint.h... (cached) yes checking for uint8_t... yes checking whether to enable SSL development code... no checking for gd version via gdlib-config... not found checking for gd include flags... using defaults checking for gd library flags... using defaults checking whether to build CGI programs... no checking for Net-SNMP cflags... not found checking for Net-SNMP libs... not found checking for libusb cflags... checking for libusb libs.....
2006 Dec 26
1
Colored Dendrogram
...sys/time.h may both be included... yes > checking for stdlib.h... (cached) yes > checking for GNU libc compatible malloc... yes > checking return type of signal handlers... void > checking for memset... yes > checking for mkdir... yes > checking for rmdir... yes > checking for gdlib-config... /usr/bin/gdlib-config > libgd-flags according to gdlib-config: > -I/usr/include -L/usr/lib -ljpeg -lfontconfig -lpng12 -lz -lm > if that is not correct, fix your gd installation > checking gd.h usability... yes > checking gd.h presence... yes > checking for gd.h... ye...
2010 Nov 05
7
nut on pclos-2010.7
Greetings people; The section of drakeconf that pclos uses has two problems. First is several screens full of complaints about deprecated syntax in "/etc/udev/rules.d/70-nut-usbups.rules" at each reboot. So I pulled the current 2.5 svn trunk, then found I was missing quite a few build tools needed here that aren't used when building a kernel, currently running a 32 bit
2017 Jun 24
6
Device not supported?
On 06/24/2017 04:52 AM, Charles Lepple wrote: > On Jun 23, 2017, at 5:50 PM, Ambrogio Coletti <ambrojohn at gmail.com> wrote: >> "This TrippLite device (09ae:1330) is not (or perhaps not yet) supported by usbhid-ups. [...]" >> but my device (SU2200RTXLCD2U) is supported, as clearly state here. > No, the HCL also mentions "protocol 4001". For Tripp-Lite,
2007 Feb 16
2
Centralion Blazer 2000VA USB-HID
Hi again, I've succeeded in compiling the svn trunk with the automake tools and wish to say thank you to Charles Lepple for his help. After fixing some parameters in the hotplug script I can now get access to the UPS on /dev/usb/hiddev0 (I added productid and vendorid of my ups to the usermap). I've decided to try the newhidups driver with -x generic parameter and got this response :
2008 Aug 15
2
Problem with APC and Fedora 8 I86_64
...yes checking for getaddrinfo... yes checking for freeaddrinfo... yes checking for struct addrinfo... yes checking for struct sockaddr_storage... yes checking for struct sockaddr_in6... yes checking for struct in6_addr... yes checking whether to enable IPv6 support... yes checking for gd version via gdlib-config... 2.0.34 checking for gd include flags... -I/usr/include checking for gd library flags... -L/usr/lib64 -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng12 -lz -lm -lgd checking gd.h usability... yes checking gd.h presence... yes checking for gd.h... yes checking for gdImagePng in -lgd... yes...