Re: Building from CVS

2007-01-17 Thread A . L . M . Buxey
Hi,
> I wanted to try the Pre2.0 release in the CVS to see if the TLS locking
> code fixed the problem I had with the SSL errors in PEAP.
>  
> I downloaded the snapshot from ftp.freeradius.org
> freeradius-server-snapshot-20070116.tar.bz2
> 
> I'm building on Debian, so I wanted to package it (Especially since it
> not really released code yet)
> 
> 
> I unzipped it, and ran 
> fakeroot dpkg-buildpackage -b -uc
> 
> It failed with:
> 
> checking how to run the C++ preprocessor... /lib/cpp
> configure: error: C++ preprocessor "/lib/cpp" fails sanity check
> See `config.log' for more details.
> make: *** [stamp-build] Error 1
> netdev:/tmp/freeradius-server-snapshot-20070116#
> 
> Config.log is as follows


do you have GCC plus all its other dependencies installed? looks like
configure cant find you compiler, link libraries or headers!

alan

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Building from CVS

2007-01-17 Thread Nicolas Baradakis
King, Michael wrote:

> I unzipped it, and ran 
> fakeroot dpkg-buildpackage -b -uc
> 
> It failed with:
> 
> checking how to run the C++ preprocessor... /lib/cpp
> configure: error: C++ preprocessor "/lib/cpp" fails sanity check
> See `config.log' for more details.
> make: *** [stamp-build] Error 1

apt-get install g++

-- 
Nicolas Baradakis

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


RE: Building from CVS

2007-01-17 Thread King, Michael
 

> -Original Message-
> apt-get install g++
> 

Thank you.  Apparently, this would be my first Debian box that didn't
have g++ out of the box.  (I've built more than 10 following the same
cookbook that our office wrote)

I guess gcc and gpp weren't enough.

It built...  Well it's building as I type.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html