building FR3.0 jlibtool problem

2012-09-13 Thread Scott Armitage
All, is anyone else having problems with using building FR3.0 I get the following: [root@boppity-new freeradius-server]# ./configure --prefix=/usr --with-large-files --with-raddbdir=/etc/raddb --with-experimental-modules --enable-developer | grep WARN configure: WARNING: snmpget not found -

RE: building FR3.0 jlibtool problem

2012-09-13 Thread Brian Julin
Scott Armitage wrote: gmake[4]: /usr/local/src/freeradius-server/libtool: Command not found gmake[4]: *** [dict.lo] Error 127 gmake[3]: *** [lib] Error 2 gmake[2]: *** [all] Error 2 gmake[1]: *** [src] Error 2 make: *** [all] Error 2 IIRC running libtoolize cleared this up. I'm not sure

Re: building FR3.0 jlibtool problem

2012-09-13 Thread Alan DeKok
Scott Armitage wrote: is anyone else having problems with using building FR3.0 I get the following: .. Am I being an idiot? Nope. I've been using the new system in my sandbox, and didn't notice that the old system was borked. I've pushed some fixes. Both should work now from a

Re: building FR3.0 jlibtool problem

2012-09-13 Thread Alan DeKok
Brian Julin wrote: IIRC running libtoolize cleared this up. I'm not sure if that's the way things are supposed to work, or whether the build system should be setting LIBTOOL to the system installed path. Libtool has been shot. It will not be missed. I'm going to remove *entirely* all

Re: building FR3.0 jlibtool problem

2012-09-13 Thread Phil Mayers
On 13/09/12 14:03, Brian Julin wrote: Scott Armitage wrote: gmake[4]: /usr/local/src/freeradius-server/libtool: Command not found gmake[4]: *** [dict.lo] Error 127 gmake[3]: *** [lib] Error 2 gmake[2]: *** [all] Error 2 gmake[1]: *** [src] Error 2 make: *** [all] Error 2 IIRC running