Displaying 20 results from an estimated 37 matches for "libgds".
Did you mean:
libgdk
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" \
2007 Nov 28
1
libgd question on CentOS (in order to get PerfParse working with Nagios)
Do I have the necessary gd packages installed on my CentOS 4 box?
rpm -qa | grep gd
gdk-pixbuf-0.22.0-17.el4.3
gdk-pixbuf-devel-0.22.0-17.el4.3
gdbm-1.8.0-24
gdbm-devel-1.8.0-24
gd-devel-2.0.28-5.4E
gd-2.0.28-5.4E
gdm-2.6.0.5-7.rhel4.15
sysklogd-1.4.1-26_EL
I'm trying to install PerfParser (./compile->make && make install),
but I'm getting a "gImageString error",
2007 Dec 16
1
./configure perfparse -> "configure: error: required library libgd unusable"
I recently had a problem with the configure script from perfparse running
properly so that I could 'make install' it to work with Nagios 2.10 on
latest CentOS 4.x + RPMForge (see
http://readlist.com/lists/centos.org/centos/5/28966.html). Thinking it was a
problem that was a result of "yum remove gd", I formatted the box and
reinstalled everything.
Now, oddly, I still have the
2007 Dec 03
1
./configure -> "libgd unusable" (shall I build from source or scrape and rebuild?)
On a relatively new Nagios 2.x / CentOS 4.x server (only like a week
old), I am experiencing gd(-devel/-progs) problems and am wondering if
I should just scrape and rebuild. Here is my situation:
I installed LAMP+Nagios+NagiosQL and was going to install PerfParse so
that I could have trending info integrated with Nagios. The configure
script would run ok, but would crap out on make &&
2014 Dec 04
0
GD libraries and $PREFIX (was Re: building NUT on Mac OS X Yosemite(website/documentation))
On Dec 3, 2014, at 7:05 PM, simon-alioth at eazimail.com wrote:
> One other issue I noticed is with the placement of the GD libraries, if they
> are not installed under the root it will not find them
>
> If I build GD into /build/usr and add the following lines to my make script
> for nut:
>
> PREFIX=/build/usr
>
> configure \
>
2005 Nov 25
0
CentOS 4 - libgd.so.1.8
Hi
I need to get libgd.so.1.8 onto a CentOS 4 system - Currently its at 4.2
and i see that this is in package gd1.x however for CentOS 4 there is
only gd2.x
How can i get this lib ?
thanks
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
2007 Nov 22
1
Package specific dependencies...
Hi,
I noticed recently when installing the GDD package for R under
GNU/Linux that it required the gd library (http://libgd.org/) for
generating graphics.
The resolution of this was to simply install the library on my system,
and then GDD successfully installed without any complaints.
However, the variant of GNU/Linux that I use is Gentoo, so I filed a
bug requesting that a USE flag be set for
2006 Jun 06
2
./configure on RHEL4
Hi,
I'm trying to build nut version 2.0.3 on a RHEL43 rebuild (Scientific LINUX
43). While trying to configure the package I get the following error:
]$ ./configure --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc/nut
--with-statepath=/var/nut --with-drvpath=/usr/sbin
--with-cgipath=/var/www/cgi-bin --with-cgi --with-user=nutmon
--with-group=nutmon --mandir=/usr/share/man
2008 Apr 15
3
Network UPS Tools version 2.2.2-pre2 released
Network UPS Tools version 2.2.2-pre2 has been released.
http://www.networkupstools.org/
Direct access:
- Download: http://www.networkupstools.org/source/2.2/testing/nut-2.2.2-pre2.tar.gz
- News: http://www.networkupstools.org/source/2.2/testing/new-2.2.2-pre2.txt
- ChangeLog: http://www.networkupstools.org/source/2.2/testing/ChangeLog
Arnaud and the NUT team
--
Linux / Unix Expert R&D -
2014 Oct 20
2
config file locations
On Sunday 19 October 2014 22:03:23 Charles Lepple did opine
And Gene did reply:
> 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
2007 Dec 13
2
ld issue
I have an annoying little issue that perhaps someone can explain to me.
I installed zenoss (very cool, http://www.zenoss.org) and things are OK.
when I use emacs or when somethings like a cron job execute, I get
notice of an error...
emacs: /opt/zenoss/lib/libpng12.so.0: no version information available
(required by emacs)
or
/usr/bin/webalizer: /opt/zenoss/lib/libpng12.so.0: no version
2009 Jan 28
2
File and console output does not work in C code
Hello all,
I am getting into trouble when trying to do standard I/O from a C
function called within R environment.
This function is written in a small C library that is loaded whith
dyn.load() and called in R via the .C() interface. I need to debug the C
code using a text file for some logs, and also to speed up its result
visualization by creating images on the fly using the GD library.
Both
2014 Oct 22
0
config file locations
On Sunday 19 October 2014 23:28:38 Gene Heskett did opine
And Gene did reply:
Ping?
> On Sunday 19 October 2014 22:03:23 Charles Lepple did opine
>
> And Gene did reply:
> > 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
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,
2014 Nov 23
6
building NUT on Mac OS X Yosemite (website/documentation)
After a fresh ?nut' (version 2.7.2.5) clone on Yosemite,
Configuration summary:
======================
build serial drivers: yes
build USB drivers: yes
build SNMP drivers: yes
build neon based XML driver: yes
enable Avahi support: no
build Powerman PDU client driver: no
build IPMI driver: no
build Mac OS X meta-driver: yes
build i2c based drivers: no
enable SSL support: yes (OpenSSL)
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
2005 Feb 25
5
[Rdev] any way to generate "bitmap" (tif, jpeg, png etc) files in R CMD BATCH
Hi Community,
here is the problem, Linux problem (reported to work on Windows). I need
to generate graphical output in any of bitmap format under the 'R CMD
BATCH'. Whereas the script generating png-s works perfectly in the R
session, such things as X11, png and jpeg are not usable in BATCH (they
cannot be switched on by --gui-X11 etc) and X11 is prompted to be
required for png. At
2005 Feb 25
5
[Rdev] any way to generate "bitmap" (tif, jpeg, png etc) files in R CMD BATCH
Hi Community,
here is the problem, Linux problem (reported to work on Windows). I need
to generate graphical output in any of bitmap format under the 'R CMD
BATCH'. Whereas the script generating png-s works perfectly in the R
session, such things as X11, png and jpeg are not usable in BATCH (they
cannot be switched on by --gui-X11 etc) and X11 is prompted to be
required for png. At
2006 Apr 26
3
My GD2 is not working
I installed GD2 1.0/1.1, but they are both not working, does anyone
knows why? Great Thanks!
With GD 1.0 I got:
========================================================
RuntimeError
unknown symbol "gdImageSquareToCircle"
RAILS_ROOT:
/home/virtual/site1/fst/var/www/html/imodesite/public/../config/..
Application Trace | Framework Trace | Full Trace