Re: Problems compiling latest snapshot

2003-10-23 Thread Alan DeKok
[EMAIL PROTECTED] wrote: > We tried compiling the latest snapshot (to have support for TTLS), but we > got some errors in the linking phase. > How can we solve them? Be sure that you're using a version of OpenSSL of 0.9.7b, or later. Or, grab the CVS snapshot tomorrow. That may be better.

Problems compiling latest snapshot

2003-10-23 Thread silvio . arcangeli
We tried compiling the latest snapshot (to have support for TTLS), but we got some errors in the linking phase. How can we solve them? I'm attaching a log of what happened. Thank you very much, Silvio gcc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-a

Re: Problems compiling new version on Mac OS X

2003-07-28 Thread Alan DeKok
"Josh Whitver" <[EMAIL PROTECTED]> wrote: > Hello! I'm a new subscriber to the list, and I've been trying to compile > the latest freeradius release on Mac OS X Server. I've got the December > 2002 Dev. Tools installed, as well as the gcc 3.3 update (though 3.1 is my > default compiler). Here's

Re: Problems compiling new version on Mac OS X

2003-07-28 Thread Graeme Hinchliffe
On Mon, 28 Jul 2003 07:15:11 -0500 "Josh Whitver" <[EMAIL PROTECTED]> wrote: > Hello! I'm a new subscriber to the list, and I've been trying to compile > the latest freeradius release on Mac OS X Server. I've got the December > 2002 Dev. Tools installed, as well as the gcc 3.3 update (though 3.1

Problems compiling new version on Mac OS X

2003-07-28 Thread Josh Whitver
Hello! I'm a new subscriber to the list, and I've been trying to compile the latest freeradius release on Mac OS X Server. I've got the December 2002 Dev. Tools installed, as well as the gcc 3.3 update (though 3.1 is my default compiler). Here's the error I'm getting: Making static dynamic i

Re: Problems compiling 0.8.1 under RedHat Linux 7.3

2003-07-11 Thread Alan DeKok
Chris Miller <[EMAIL PROTECTED]> wrote: > I'm attempting to compile using the freeradius-0.8.1-7.src.rpm located in > the "rawhide" section of the RedHat ftp server, this was released just a > few days ago. In this SRPM are a couple of patches. Aside from > umteen-toomany dependancies for snmp whic

RE: Problems compiling 0.8.1 under RedHat Linux 7.3

2003-07-10 Thread Gene Parks
What happens if you try to compile from tar.gz? And have you tried the latest snapshot? Gene -Original Message- From: Chris Miller [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 9:06 PM To: [EMAIL PROTECTED] Subject: Problems compiling 0.8.1 under RedHat Linux 7.3 I&#

Problems compiling 0.8.1 under RedHat Linux 7.3

2003-07-10 Thread Chris Miller
I'm attempting to compile using the freeradius-0.8.1-7.src.rpm located in the "rawhide" section of the RedHat ftp server, this was released just a few days ago. In this SRPM are a couple of patches. Aside from umteen-toomany dependancies for snmp which I have disabled via --with-snmp=no (don't nee

Re: problems compiling recent cvs snapshots

2003-03-31 Thread Alan DeKok
Martin Shears <[EMAIL PROTECTED]> wrote: > I am not sure if there is a problem or something different on my machine ut I > am getting errors running make using configure options: > > ./configure --prefix=freeradius-cvs-20030331 --with-experimental-modules The '--prefix' is where you want to ins

Re: problems compiling recent cvs snapshots

2003-03-30 Thread Martin Shears
Latest cvs now seems to work :) I have rlm_perl working on it, the testing begins.. Cheers Martin On Monday 31 March 2003 10:39, Martin Shears wrote: > Hi > > I am not sure if there is a problem or something different on my machine > but I am getting errors running make using configure options:

problems compiling recent cvs snapshots

2003-03-30 Thread Martin Shears
Hi I am not sure if there is a problem or something different on my machine but I am getting errors running make using configure options: ./configure --prefix=freeradius-cvs-20030331 --with-experimental-modules I get: -- snip /usr/local/src/freeradius-cvs-20030331/libtool --mode=link gcc -rele

Re: Problems compiling

2002-12-05 Thread Alan DeKok
Dave Mason <[EMAIL PROTECTED]> wrote: > I hate to ask the obvious, but I want to make sure I understand this > right. If you use the --with-rlm-FOO-lib-dir and -include-dir options, > does this mean you can have the source or a module somewhere other than > the normal freeradius/src/modules/mod

Re: Problems compiling

2002-12-05 Thread Alan DeKok
[EMAIL PROTECTED] wrote: > Trying to compile the rlm_dbm section of 0.8. When executing ./configure > while in the modules/rlm_dbm directory I get the following output. The > machine is FreeBSD version 4.6.2. > > Thanks to anyone who can help. The error messages produced by 'configure' help

Re: Problems compiling

2002-12-05 Thread Dave Mason
I hate to ask the obvious, but I want to make sure I understand this right. If you use the --with-rlm-FOO-lib-dir and -include-dir options, does this mean you can have the source or a module somewhere other than the normal freeradius/src/modules/modules tree? In my case, we're modifying the r

Re: Problems compiling

2002-12-05 Thread Simon White
05-Dec-02 at 08:06, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote : > I thought you might like to know the solution. First a little history. > > I did not want to use the port that came with FreeBSD because it was > version 0.7. So I had downloaded version 0.8 from the FreeRadius site. It > com

Re: Problems compiling

2002-12-05 Thread netboss
Simon, I thought you might like to know the solution. First a little history. I did not want to use the port that came with FreeBSD because it was version 0.7. So I had downloaded version 0.8 from the FreeRadius site. It compiled OK until I tried to compile the dbm module. To solve the prob

Re: Problems compiling

2002-12-05 Thread Simon White
> At 09:47 AM 12/5/2002 +, you wrote: > > >Looks like you don't have the db libraries, or the configure script > >hasn't been told where to find them, or your db libraries are not > >compatible with those that freeradius needs. 05-Dec-02 at 07:24, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote :

Re: Problems compiling

2002-12-05 Thread Simon White
04-Dec-02 at 19:27, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote : > Trying to compile the rlm_dbm section of 0.8. When executing ./configure > while in the modules/rlm_dbm directory I get the following output. The > machine is FreeBSD version 4.6.2. > > Thanks to anyone who can help. > > crea

Problems compiling

2002-12-04 Thread netboss
Trying to compile the rlm_dbm section of 0.8. When executing ./configure while in the modules/rlm_dbm directory I get the following output. The machine is FreeBSD version 4.6.2. Thanks to anyone who can help. creating cache ./config.cache checking for gcc... gcc checking whether the C compile