Re: [CentOS] ./configure perfparse - configure: error: required library libgd unusable

2007-12-17 Thread Rogelio
On Dec 16, 2007 4:45 PM, Garrick Staples [EMAIL PROTECTED] wrote: As the configure output shows, /usr/bin/gdlib-config is there. There is nothing to install to get /usr/bin/gdlib-config. You have to look at config.log to find the actual reason. Here is a blip from config.log that might be

Re: [CentOS] ./configure perfparse - configure: error: required library libgd unusable

2007-12-17 Thread Garrick Staples
On Mon, Dec 17, 2007 at 07:02:22AM -0800, Rogelio alleged: On Dec 16, 2007 4:45 PM, Garrick Staples [EMAIL PROTECTED] wrote: As the configure output shows, /usr/bin/gdlib-config is there. There is nothing to install to get /usr/bin/gdlib-config. You have to look at config.log to find

Re: [CentOS] ./configure perfparse - configure: error: required library libgd unusable

2007-12-17 Thread Rogelio
On Dec 17, 2007 9:14 AM, Garrick Staples [EMAIL PROTECTED] wrote: The line breaks were lost in the output, the above is cleaned up. When we went through this a few weeks ago and this looks like the same problem: missing libXpm.so. Those are there: /usr/X11R6/lib/libXpm.so.4.11

Re: [CentOS] ./configure perfparse - configure: error: required library libgd unusable

2007-12-17 Thread Jim Perrin
On Dec 17, 2007 1:36 PM, Rogelio [EMAIL PROTECTED] wrote: Those are there: /usr/X11R6/lib/libXpm.so.4.11 /usr/X11R6/lib/libXpm.so.4 No, /usr/X11R6/lib/libXpm.so.4 is different from /usr/lib/libXpm.so One is provided by libXpm, which you have, but the file you need is provided by

Re: [CentOS] ./configure perfparse - configure: error: required library libgd unusable

2007-12-17 Thread Rogelio
On Dec 17, 2007 10:44 AM, Jim Perrin [EMAIL PROTECTED] wrote: On Dec 17, 2007 1:36 PM, Rogelio [EMAIL PROTECTED] wrote: Those are there: /usr/X11R6/lib/libXpm.so.4.11 /usr/X11R6/lib/libXpm.so.4 No, /usr/X11R6/lib/libXpm.so.4 is different from /usr/lib/libXpm.so One is provided

Re: [CentOS] ./configure perfparse - configure: error: required library libgd unusable

2007-12-17 Thread Rogelio
I see the libXpm-devel rpm here, but not for CentOS 4.x http://rpmfind.net/linux/rpm2html/search.php?query=libxpm-devel And here is one for the i386 platform. Is that good? ftp://rpmfind.net/linux/fedora/core/development/i386/os/Fedora/libXpm-devel-3.5.6-1.i386.rpm Just found this

Re: [CentOS] ./configure perfparse - configure: error: required library libgd unusable

2007-12-17 Thread Garrick Staples
On Mon, Dec 17, 2007 at 11:03:37AM -0800, Rogelio alleged: On Dec 17, 2007 10:44 AM, Jim Perrin [EMAIL PROTECTED] wrote: On Dec 17, 2007 1:36 PM, Rogelio [EMAIL PROTECTED] wrote: Those are there: /usr/X11R6/lib/libXpm.so.4.11 /usr/X11R6/lib/libXpm.so.4 No,

Re: [CentOS] ./configure perfparse - configure: error: required library libgd unusable

2007-12-17 Thread Garrick Staples
On Mon, Dec 17, 2007 at 11:43:54AM -0800, Rogelio alleged: On Dec 17, 2007 11:17 AM, Garrick Staples [EMAIL PROTECTED] wrote: # yum list libXpm-devel ... Available Packages libXpm-devel.i3863.5.5-3base Just install it with yum. I don't

Re: [CentOS] ./configure perfparse - configure: error: required library libgd unusable

2007-12-17 Thread Rogelio
On Dec 17, 2007 11:17 AM, Garrick Staples [EMAIL PROTECTED] wrote: # yum list libXpm-devel Is it possible that yum-plugin-priorities is preventing me from seeing things that were installed in base (such as this?) http://wiki.centos.org/PackageManagement/Yum/Priorities I installed that when

Re: [CentOS] ./configure perfparse - configure: error: required library libgd unusable

2007-12-17 Thread Rogelio
On Dec 17, 2007 11:36 AM, Garrick Staples [EMAIL PROTECTED] wrote: Don't guess, just test it: yum --noplugins --disablerepo=freshrpms list libXpm-devel (my repos) ls -al /etc/yum.repos.d/ CentOS-Base.repo CentOS-Media.repo mirrors-rpmforge rpmforge.repo (your command) yum --noplugins

Re: [CentOS] ./configure perfparse - configure: error: required library libgd unusable

2007-12-17 Thread Rogelio
On Dec 17, 2007 11:17 AM, Garrick Staples [EMAIL PROTECTED] wrote: # yum list libXpm-devel Perhaps the libgd version in Red Hat doesn't support the gdMalloc in Perfparse because of this security advisory? http://osvdb.org/show/osvdb/11760 ___ CentOS

Re: [CentOS] ./configure perfparse - configure: error: required library libgd unusable

2007-12-17 Thread Garrick Staples
On Mon, Dec 17, 2007 at 01:10:24PM -0800, Rogelio alleged: On Dec 17, 2007 11:17 AM, Garrick Staples [EMAIL PROTECTED] wrote: # yum list libXpm-devel Perhaps the libgd version in Red Hat doesn't support the gdMalloc in Perfparse because of this security advisory? Don't get sidetracked.

Re: [CentOS] ./configure perfparse - configure: error: required library libgd unusable

2007-12-17 Thread Garrick Staples
On Mon, Dec 17, 2007 at 12:02:29PM -0800, Rogelio alleged: On Dec 17, 2007 11:36 AM, Garrick Staples [EMAIL PROTECTED] wrote: Don't guess, just test it: yum --noplugins --disablerepo=freshrpms list libXpm-devel (my repos) ls -al /etc/yum.repos.d/ CentOS-Base.repo

Re: [CentOS] ./configure perfparse - configure: error: required library libgd unusable

2007-12-17 Thread Jim Perrin
On Dec 17, 2007 4:10 PM, Rogelio [EMAIL PROTECTED] wrote: On Dec 17, 2007 11:17 AM, Garrick Staples [EMAIL PROTECTED] wrote: # yum list libXpm-devel Which version or centos are you using again? libXpm-devel is for centos 5. For centos 4 it's a different package. Perhaps the libgd version in

Re: [CentOS] ./configure perfparse - configure: error: required library libgd unusable

2007-12-17 Thread Rogelio
On Dec 17, 2007 1:50 PM, Jim Perrin [EMAIL PROTECTED] wrote: Perhaps the libgd version in Red Hat doesn't support the gdMalloc in Perfparse because of this security advisory? No. For centos4 you need xorg-x11-libs and xorg-x11-devel. Both of those are already installed from yum also. rpm

Re: [CentOS] ./configure perfparse - configure: error: required library libgd unusable

2007-12-17 Thread Rogelio
Fixed it: The config.log showed it pointing to stuff that was in libjped-devel and libpng-devel, not libgd. Once yum'd those, I could ./configure ok. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] ./configure perfparse - configure: error: required library libgd unusable

2007-12-16 Thread Rogelio
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

Re: [CentOS] ./configure perfparse - configure: error: required library libgd unusable

2007-12-16 Thread Jim Perrin
On Dec 16, 2007 6:18 PM, Rogelio [EMAIL PROTECTED] wrote: I already did install that. This is information which would have helped first, so we wouldn't provide you with unhelpful recomendations. What I'd like to see out of the config.log is where it includes the gd files, not where it tries to