GLIB too old - Linux ?

2009-05-20 Thread Deb Baddorf
I've found some reports of GLIB too old errors on initial amanda compilation, on Solaris boxes, but I'm having the problem on a Linux box. Any ideas? I can send the config.log but it's 32000 lines long or so. Deb Baddorf Fermi National Accelerator Lab

Re: GLIB too old - Linux ?

2009-05-20 Thread Dustin J. Mitchell
On Wed, May 20, 2009 at 4:53 PM, Deb Baddorf badd...@fnal.gov wrote: I've found some reports of GLIB too old errors on initial amanda compilation, on Solaris boxes,   but I'm having the problem on a Linux box. What distro? What version of glib is installed? Note that glib != glibc. Dustin

Re: GLIB too old - Linux ?

2009-05-20 Thread Doyle Collings
We are using SLES 10 SP2. We have to download the latest GLIB from glib.org to get amanda to compile. Deb Baddorf badd...@fnal.gov 5/20/2009 2:53 PM I've found some reports of GLIB too old errors on initial amanda compilation, on Solaris boxes, but I'm having the problem on a Linux box.

Re: GLIB too old - Linux ?

2009-05-20 Thread Dustin J. Mitchell
On Wed, May 20, 2009 at 6:39 PM, Doyle Collings dcolli...@loganutah.org wrote: We are using SLES 10 SP2.  We have to download the latest GLIB from glib.org to get amanda to compile. Any glib later than 2.2.0 should be fine. We test every commit against glib-2.2.3, and have caught and worked

Re: GLIB too old - Linux ?

2009-05-20 Thread Dustin J. Mitchell
On Wed, May 20, 2009 at 6:55 PM, Deb Baddorf badd...@fnal.gov wrote: # yum info glib2 Loading kernel-module plugin Installed Packages Name   : glib2 Arch   : i386 Version: 2.12.3 Release: 4.el5_3.1 This should be fine. If you look at the end of config.log, there are three sections of

Re: GLIB too old - Linux ?

2009-05-20 Thread Deb Baddorf
At 7:03 PM -0400 5/20/09, Dustin J. Mitchell wrote: On Wed, May 20, 2009 at 6:55 PM, Deb Baddorf badd...@fnal.gov wrote: # yum info glib2 Loading kernel-module plugin Installed Packages Name : glib2 Arch : i386 Version: 2.12.3 Release: 4.el5_3.1 This should be fine. If you look at

Re: GLIB too old - Linux ?

2009-05-20 Thread Dustin J. Mitchell
On Wed, May 20, 2009 at 7:38 PM, Deb Baddorf badd...@fnal.gov wrote: conftest.c:253:18: error: glib.h: No such file or directory This suggests you may not have the glib development package (that includes the headers) installed. Ah, the joys of binary-only distros :) Dustin -- Open Source

Re: GLIB too old - Linux ?

2009-05-20 Thread Deb Baddorf
At 7:46 PM -0400 5/20/09, Dustin J. Mitchell wrote: On Wed, May 20, 2009 at 7:38 PM, Deb Baddorf badd...@fnal.gov wrote: conftest.c:253:18: error: glib.h: No such file or directory This suggests you may not have the glib development package (that includes the headers) installed. Ah, the

Re: GLIB too old - Linux ?

2009-05-20 Thread Deb Baddorf
At 6:07 PM -0400 5/20/09, Dustin J. Mitchell wrote: On Wed, May 20, 2009 at 4:53 PM, Deb Baddorf badd...@fnal.gov wrote: I've found some reports of GLIB too old errors on initial amanda compilation, on Solaris boxes, but I'm having the problem on a Linux box. What distro? What version