Re: Building FreeRadius with custom LDAP libraries

2013-09-12 Thread Alan DeKok
Nikolaos Milas wrote: > ldconfig -v output does not list any *ldap* libraries in /usr/lib64 > although they exist (while it lists *ldap* libs in > /usr/local/openldap/lib64), obviously because: Well... this is a local OS issue. You'll need to consult your OS documentation to figure out what's

Re: Building FreeRadius with custom LDAP libraries

2013-09-12 Thread Nikolaos Milas
On 12/9/2013 2:46 μμ, Arran Cudbard-Bell wrote: Your linker's search path doesn't include the directory the libraries are in. Hmm, it seems the path is included but the ldap libs therein are not used because there is an "override" in /etc/ld.so.conf: # ldconfig -v | grep -v ^$'\t' /usr/lib6

Re: Building FreeRadius with custom LDAP libraries

2013-09-12 Thread Fajar A. Nugraha
On Thu, Sep 12, 2013 at 3:25 PM, Nikolaos Milas wrote: > Hello, > > I am trying to use http://www.packetfence.org/**downloads/PacketFence/** > freeradius/freeradius-2.2.0-2.**el6.src.rpmto > create custom

Re: Building FreeRadius with custom LDAP libraries

2013-09-12 Thread Arran Cudbard-Bell
On 12 Sep 2013, at 11:02, Nikolaos Milas wrote: > On 12/9/2013 11:47 πμ, Arran Cudbard-Bell wrote: > >> >> --with-rlm-ldap-lib-dir= >> --with-rlm-ldap-include-dir= >> >> Top level configure. > > Thanks Arran, > > It worked! I have built and installed the new RPMs and things are working OK.

Re: Building FreeRadius with custom LDAP libraries

2013-09-12 Thread Nikolaos Milas
On 12/9/2013 11:47 πμ, Arran Cudbard-Bell wrote: --with-rlm-ldap-lib-dir= --with-rlm-ldap-include-dir= Top level configure. Thanks Arran, It worked! I have built and installed the new RPMs and things are working OK. Interestingly, trying to build with the default system libs was failing:

Re: Building FreeRadius with custom LDAP libraries

2013-09-12 Thread Arran Cudbard-Bell
--with-rlm-ldap-lib-dir= --with-rlm-ldap-include-dir= Top level configure. > > Thanks, > Nick > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Building FreeRadius with custom LDAP libraries

2013-09-12 Thread Nikolaos Milas
Hello, I am trying to use http://www.packetfence.org/downloads/PacketFence/freeradius/freeradius-2.2.0-2.el6.src.rpm to create custom FreeRadius RPMs for RHEL/CentOS 6. The main aim is to add --with-dhcp compile option which is not included in the standard build. The secondary aim is to bu

Re: Building FreeRADIUS on HP-UX B.11.31 ia64 (gcc, 32bit)

2012-06-22 Thread Alan DeKok
Alexander Gattin wrote: > gcc +b src/lib/.libs was in fact started by > ./libtool: Yes. The version of libtool used by FreeRADIUS is quite old. Unfortunately, I've tried to upgrade it multiple times without much success. libtool, libltdl, and configure are incestuously related in bizarre way

Re: Building FreeRADIUS on HP-UX B.11.31 ia64 (gcc, 32bit)

2012-06-22 Thread Alexander Gattin
Hello, On Fri, Jun 22, 2012 at 12:16:00PM +0300, Alexander Gattin wrote: > 1. ld options '+b ' are passed without >'-Wl,' prefix directly to gcc (not to ld): gcc +b src/lib/.libs was in fact started by ./libtool: > > /comptel/ilink/src/freeradius-server-2.1.12/libtool --mode=link gcc > > -re

Building FreeRADIUS on HP-UX B.11.31 ia64 (gcc, 32bit)

2012-06-22 Thread Alexander Gattin
Hello, There are 2 problems with HP-UX build (I use GNU gcc and native ld): 1. ld options '+b ' are passed without '-Wl,' prefix directly to gcc (not to ld): > gcc -shared -Wl,+h -Wl,rlm_acctlog-2.1.12.so -Wl,+nodefaultrpath -o > .libs/rlm_acctlog-2.1.12.so .libs/rlm_acctlog.o +b > /compt

Re: Building freeradius from source

2010-11-02 Thread Alan DeKok
Nirmal Guhan wrote: > I use a cross compiler with CC set to mygcc. Is there anything else I must do? Set up the cross-compile environment correctly. This isn't a FreeRADIUS question. > ./radiusd: error while loading shared libraries: libssl.so.10: cannot > open shared object file: No such file

Re: Building freeradius from source

2010-11-01 Thread Nirmal Guhan
On Mon, Nov 1, 2010 at 8:18 PM, Alan DeKok wrote: > Nirmal Guhan wrote: >> Am trying to compile freeradius (freeradius-server-2.1.10) for my own >> distro (based on 2.6.32 kernel from kernel.org) and running into >> compilation errors. : >> >> libtool: link: `rlm_eap_md5.lo' is not a valid libtool

Re: Building freeradius from source

2010-11-01 Thread Alan DeKok
Nirmal Guhan wrote: > Am trying to compile freeradius (freeradius-server-2.1.10) for my own > distro (based on 2.6.32 kernel from kernel.org) and running into > compilation errors. : > > libtool: link: `rlm_eap_md5.lo' is not a valid libtool object > gmake[9]: *** [rlm_eap_md5.la] Error 1 > > Ple

Building freeradius from source

2010-11-01 Thread Nirmal Guhan
Hi, Am trying to compile freeradius (freeradius-server-2.1.10) for my own distro (based on 2.6.32 kernel from kernel.org) and running into compilation errors. : libtool: link: `rlm_eap_md5.lo' is not a valid libtool object gmake[9]: *** [rlm_eap_md5.la] Error 1 Please let me know a way to fix th

Re: Building FreeRadius

2008-12-11 Thread tnt
>Yeh, I read it, but this "if" made me not sure, if the sentence was "the >authentication request will be rejected, it is not a problem, what matters >is that the server received the request, and responded to it." I wouldn't >ask my question, but as I said this "if" forced me to ask to be sure of w

Re: Building FreeRadius

2008-12-11 Thread Abdelmonam Kouka
Yeh, I read it, but this "if" made me not sure, if the sentence was "the authentication request will be rejected, it is not a problem, what matters is that the server received the request, and responded to it." I wouldn't ask my question, but as I said this "if" forced me to ask to be sure of what

Re: Building FreeRadius

2008-12-11 Thread Alan DeKok
[EMAIL PROTECTED] wrote: > Hi, >> I didn't add any user neither password, in fact I followed what I read on >> the INSTALL file, it indicates to test with this command and I did. > > you are right - it doesnt. a small oversight I guess. No. The INSTALL file says: It doesn't matter if the

Re: Building FreeRadius

2008-12-11 Thread tnt
>I didn't add any user neither password, in fact I followed what I read on >the INSTALL file, it indicates to test with this command and I did. > Then you read this as well: "It doesn't matter if the authentication request is accepted or rejected, what matters is that the server received the requ

Re: Building FreeRadius

2008-12-11 Thread A . L . M . Buxey
Hi, > I didn't add any user neither password, in fact I followed what I read on > the INSTALL file, it indicates to test with this command and I did. you are right - it doesnt. a small oversight I guess. however. reading any other installation and 'how it works' guide will clearly show how to add

Re: Building FreeRadius

2008-12-11 Thread Abdelmonam Kouka
OK, I understand now, I thought that there is a default user for test or admin, so I will start with the FAQ Thanks for all of you 2008/12/11 Alan DeKok <[EMAIL PROTECTED]> > Abdelmonam Kouka wrote: > > but after running it, I tried to connect as test user but it was > > rejected! is this normal

Re: Building FreeRadius

2008-12-11 Thread Abdelmonam Kouka
I didn't add any user neither password, in fact I followed what I read on the INSTALL file, it indicates to test with this command and I did. 2008/12/11 <[EMAIL PROTECTED]> > >I run: > >[EMAIL PROTECTED]:/home/kouka# export LD_LIBRARY_PATH=/usr/local/lib > >[EMAIL PROTECTED]:/home/kouka# radiusd

Re: Building FreeRadius

2008-12-11 Thread Alan DeKok
Abdelmonam Kouka wrote: > but after running it, I tried to connect as test user but it was > rejected! is this normal, what I did is: It's normal, because you haven't added a test user as suggested in the FAQ. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/u

Re: Building FreeRadius

2008-12-11 Thread tnt
>I run: >[EMAIL PROTECTED]:/home/kouka# export LD_LIBRARY_PATH=/usr/local/lib >[EMAIL PROTECTED]:/home/kouka# radiusd -X > >then I got many lines then: >Listening on authentication address * port 1812 >Listening on accounting address * port 1813 >Listening on proxy address * port 1814 >Ready to pro

Re: Building FreeRadius

2008-12-11 Thread Abdelmonam Kouka
Salem, Yeh, I build the 2.1.3 version without problem and without installing libtool!!! it was great to see that :) but after running it, I tried to connect as test user but it was rejected! is this normal, what I did is: I run: [EMAIL PROTECTED]:/home/kouka# export LD_LIBRARY_PATH=/usr/local/lib

Re: Building FreeRadius

2008-12-10 Thread Alan DeKok
Abdelmonam Kouka wrote: > I am new on FreeRadius, I tried to build it from sources on ubuntu 8.04, > when I run ./configure all is OK, but when I run make I have got this error: > /home/kouka/Desktop/freeradius-server-2.1.2/src/freeradius-devel/modpriv.h:9:18: Delete 2.1.2, and install 2.1.3. S

Re: Building FreeRadius

2008-12-10 Thread Jos Vos
On Wed, Dec 10, 2008 at 11:01:05AM +0100, Abdelmonam Kouka wrote: > I am new on FreeRadius, I tried to build it from sources on ubuntu 8.04, > when I run ./configure all is OK, but when I run make I have got this error: > /home/kouka/Desktop/freeradius-server-2.1.2/src/freeradius-devel/modpriv.h:9

Building FreeRadius

2008-12-10 Thread Abdelmonam Kouka
Salem, I am new on FreeRadius, I tried to build it from sources on ubuntu 8.04, when I run ./configure all is OK, but when I run make I have got this error: /home/kouka/Desktop/freeradius-server-2.1.2/src/freeradius-devel/modpriv.h:9:18: error: ltdl.h: No such file or directory In file included fr

RE: problems with building freeradius on solaris 10

2008-06-25 Thread Ubale, Abhishek Amarnath
Removing "--without-threads" in configure fixed it. thanks Abhishek - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

problems with building freeradius on solaris 10

2008-06-23 Thread Ubale, Abhishek Amarnath
Hi Everyone, Im trying to build freeradius on a solaris10 sparx box. im only interested in rlm_perl modules of freeradius and I face no issues with "configure" ./configure --prefix=/usr/local/radius --without-threads --with-static-modules="rlm_perl" --without-rlm_sql --without-rlm_eap --witho

Re: Building FreeRadius 2.0 on Mac OS X fails

2008-01-22 Thread Walter Krivanek, VividVisions
Alan DeKok wrote: Walter Krivanek, VividVisions wrote: Configure seems to expect the MySQL binaries to be in the PATH environment variable, which complicated things for me since I have three different versions of MySQL on my development machine. Another parameter like --with-mysql-bin-dir

Re: Building FreeRadius 2.0 on Mac OS X fails

2008-01-22 Thread Alan DeKok
Walter Krivanek, VividVisions wrote: > Then, I added the parameters --with-mysql-lib-dir and > --with-mysql-include-dir to the configure command. > Configure seems to expect the MySQL binaries to be in the PATH > environment variable, which complicated things for me since I have three > different v

Re: Building FreeRadius 2.0 on Mac OS X fails

2008-01-22 Thread Walter Krivanek, VividVisions
Hi Alan, Jim and Arran, thank you very much for your help, I finally did it. First, I had to discard rlm_perl. I haven't tried Jim's tip to install my own version of Perl. Then, I added the parameters --with-mysql-lib-dir and --with-mysql- include-dir to the configure command. Configure see

Re: Building FreeRadius 2.0 on Mac OS X fails

2008-01-21 Thread Info
Walter, I've overcome these problems on Tiger and offer these points in hopes it works on Leopard as well: 1] in my experience, rlm_perl doesn't like apple's perl install - haven't had the time to really figure out why, but installing my own build (tested with threaded/shared and w/o thre

Re: Building FreeRadius 2.0 on Mac OS X fails

2008-01-21 Thread Alan DeKok
Walter Krivanek, VividVisions wrote: > configure: running /bin/sh ./configure > '--prefix=/usr/local/freeradius2' '--with-mysql-dir=/usr/local/mysql' That should be "--with-mysql-include-dir=..." What you have above is completely unsupported. > checking for mysql/mysql.h... no Hmm... the "

Re: Building FreeRadius 2.0 on Mac OS X fails

2008-01-21 Thread Walter Krivanek, VividVisions
Alan DeKok wrote: Walter Krivanek, VividVisions wrote: First, I have troubles with the configure script. Even if I show the script my exact location of the MySQL include files using --with-mysql-include-dir and similar, I'm getting warnings that mysql.h has not been found and that the MySQL m

Re: Building FreeRadius 2.0 on Mac OS X fails

2008-01-21 Thread Walter Krivanek, VividVisions
Arran Cudbard-Bell: I'm running 10.5.1 Leopard Server, Dual 64bit G4 PPC 1.33 Ghz And I'm running 10.5.1 Leopard, 2.4 Ghz Intel Core 2 Duo 64bit. There seem to be similar problems on my good old Mac OS 10.3.9 G4 Server... Bye, Walter smime.p7s Description: S/MIME cryptographic signature

Re: Building FreeRadius 2.0 on Mac OS X fails

2008-01-21 Thread Alan DeKok
Walter Krivanek, VividVisions wrote: > First, I have troubles with the configure script. Even if I show the > script my exact location of the MySQL include files using > --with-mysql-include-dir and similar, I'm getting warnings that mysql.h > has not been found and that the MySQL module will be di

Re: Building FreeRadius 2.0 on Mac OS X fails

2008-01-21 Thread Alan DeKok
Arran Cudbard-Bell wrote: > CVS head fails at ... > ld: file not found: > /usr/local/freeradius-cvs100108/lib/libfreeradius-radius-2.0.0-beta.dylib $ make distclean $ ./configure $ make You've done a "cvs update" in a tree that started off as 2.0.0-beta. > Can confirm the other two issues on s

Re: Building FreeRadius 2.0 on Mac OS X fails

2008-01-21 Thread Arran Cudbard-Bell
Walter Krivanek, VividVisions wrote: Hi, I'm trying to build the current version of freeradius on my Mac OS X 10.5 Intel 64bit computer. First, I have troubles with the configure script. Even if I show the script my exact location of the MySQL include files using --with-mysql-include-dir an

Re: Building FreeRadius 2.0 on Mac OS X fails

2008-01-21 Thread Arran Cudbard-Bell
Walter Krivanek, VividVisions wrote: Hi, I'm trying to build the current version of freeradius on my Mac OS X 10.5 Intel 64bit computer. First, I have troubles with the configure script. Even if I show the script my exact location of the MySQL include files using --with-mysql-include-dir an

Building FreeRadius 2.0 on Mac OS X fails

2008-01-21 Thread Walter Krivanek, VividVisions
Hi, I'm trying to build the current version of freeradius on my Mac OS X 10.5 Intel 64bit computer. First, I have troubles with the configure script. Even if I show the script my exact location of the MySQL include files using --with-mysql- include-dir and similar, I'm getting warnings tha

Re: Building freeradius 1.1.5 packages on Debian

2007-03-09 Thread Nicolas Baradakis
Nils Olav Brandstorp Bekken wrote: > I tried building Debian packages on the latest 1.1.5 and ended > up with packages named 1.1.3, is that the way its supposed to be? The version number apart, your binaries should be correct. Just replace 1.1.3 by 1.1.5 in the file debian/changelog to fix that.

Re: Building freeradius 1.1.5 packages on Debian

2007-03-09 Thread Markus Krause
Zitat von Alan DeKok <[EMAIL PROTECTED]>: > Nils Olav Brandstorp Bekken wrote: >> Hi >> >> I tried building Debian packages on the latest 1.1.5 and ended >> up with packages named 1.1.3, is that the way its supposed to be? > > Obviously no. > > I'm not sure what to fix in the debian directory t

Re: Building freeradius 1.1.5 packages on Debian

2007-03-09 Thread Alan DeKok
Nils Olav Brandstorp Bekken wrote: > Hi > > I tried building Debian packages on the latest 1.1.5 and ended > up with packages named 1.1.3, is that the way its supposed to be? Obviously no. I'm not sure what to fix in the debian directory to get the correct version updated... Alan DeKok. -

Building freeradius 1.1.5 packages on Debian

2007-03-09 Thread Nils Olav Brandstorp Bekken
Hi I tried building Debian packages on the latest 1.1.5 and ended up with packages named 1.1.3, is that the way its supposed to be? Thanks. Nils O. Bekken - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Problems building freeradius 1.1.3 under cygwin...

2006-11-13 Thread 3ric Johanson
Update: $ cat startup.log Ignoring deprecated command-line option -pStarting - reading configuration files ... reread_config: reading radiusd.conf Config:including file: /usr/local/etc/raddb/proxy.conf Config:including file: /usr/local/etc/raddb/clients.conf Config:including file:

Problems building freeradius 1.1.3 under cygwin...

2006-11-13 Thread 3ric Johanson
Hi there, I've been trying to get cygwin to build freeradius for a while now... just kinda watching the version numbers grow, but still having problems. :) Here is the first error that it bombs out at: Making all in rlm_perl... make[6]: Entering directory `/home/3ricj/freeradius-1.1.3/src/mo

Re: Building Freeradius RPM on Redhat ES 4.0

2006-08-31 Thread B Thompson
On Wed, Aug 30, 2006 at 06:48:41PM -0400, King, Michael wrote: > I seem to be having the same problem. > > Editing Line 102 allowed the package to build. > > Where did you remove /usr/local/bin from your path? It may be that you don't have to remove it at all, and just changing the order so tha

RE: Building Freeradius RPM on Redhat ES 4.0

2006-08-30 Thread King, Michael
> Sent: Wednesday, August 30, 2006 6:14 AM > To: FreeRadius users mailing list > Subject: Re: Building Freeradius RPM on Redhat ES 4.0 > > On Wed, Aug 30, 2006 at 08:47:13AM +0100, B Thompson wrote: > > On Tue, Aug 29, 2006 at 07:32:23PM -0400, King, Michael wrote: > &g

Re: Building Freeradius RPM on Redhat ES 4.0

2006-08-30 Thread B Thompson
On Wed, Aug 30, 2006 at 08:47:13AM +0100, B Thompson wrote: > On Tue, Aug 29, 2006 at 07:32:23PM -0400, King, Michael wrote: > > > cp: will not overwrite just-created > > `/var/tmp/freeradius-root/usr/share/doc/freeradius-1.1.3/README' with > > `README' > > error: Bad exit status from /var/tmp/rpm

Re: Building Freeradius RPM on Redhat ES 4.0

2006-08-30 Thread B Thompson
On Tue, Aug 29, 2006 at 07:32:23PM -0400, King, Michael wrote: > cp: will not overwrite just-created > `/var/tmp/freeradius-root/usr/share/doc/freeradius-1.1.3/README' with > `README' > error: Bad exit status from /var/tmp/rpm-tmp.49148 (%doc) I get this error too. It looks like line 102 in the s

RE: Building Freeradius RPM on Redhat ES 4.0

2006-08-29 Thread Sandworm
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, 30 August 2006 10:19 AM, Michael King wrote: > > > -Original Message- > > I saw this last week building 1.1.3 on RHEL 4.0 ES (Update 3) too. > > Was fixed > > by just applying the latest patches from Redhat. Appears to > > be due

RE: Building Freeradius RPM on Redhat ES 4.0

2006-08-29 Thread King, Michael
> -Original Message- > I saw this last week building 1.1.3 on RHEL 4.0 ES (Update 3) too. > Was fixed > by just applying the latest patches from Redhat. Appears to > be due to a mismatch between various software levels. With > the latest fixes, it is all OK. > Which patches? Just r

RE: Building Freeradius RPM on Redhat ES 4.0

2006-08-29 Thread Sandworm
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, 30 August 2006 9:32 AM, Michael King wrote: > > We're trying to build FreeRADIUS 1.1.3 into a RPM to install on our > RedHat ES 4.0 servers. > > Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 > rpmlib(PayloadFilesHavePrefix) <=

Building Freeradius RPM on Redhat ES 4.0

2006-08-29 Thread King, Michael
We're trying to build FreeRADIUS 1.1.3 into a RPM to install on our RedHat ES 4.0 servers. Following the directions in the Wiki http://wiki.freeradius.org/index.php/FreeRADIUS_Wiki:FAQ#How_do_I_build_ a_RPM_package_from_sources.3F I get the following error(s) and I've attached the referenced fil

Re: Question about Building Freeradius

2005-05-13 Thread Alan DeKok
"Sarkis Gabriel" <[EMAIL PROTECTED]> wrote: > Just wondering when i build the RPM with SPEC file, does it enable > --with-experimental-modules? What does the spec file say? It's just text. Read it. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.htm

Re: Question about Building Freeradius

2005-05-13 Thread Terry MacDonald
Sarkis Gabriel wrote: Just wondering when i build the RPM with SPEC file, does it enable --with-experimental- modules? or is there a specific command to make the extra modules? I have compiled the RPMS no problem there but the modules are not included and if i compiled from .tar.gz when i run radi

Question about Building Freeradius

2005-05-13 Thread Sarkis Gabriel
Just wondering when i build the RPM with SPEC file, does it enable --with-experimental- modules? or is there a specific command to make the extra modules? I have compiled the RPMS no problem there but the modules are not included and if i compiled from .tar.gz when i run radiusd -X i get an err

building freeradius 1.0.1 on Solaris 9

2004-09-29 Thread Wade Kemp
I'm having a problem getting freeradius to build under solaris 9. Fresh install of Solaris 9, compilers from the companion cd. the gmake fails in rlm_ldap when it is trying to do the ld. It complains that it can't find the libraries liblber, libldap_r, and libldap_ra. I tried linking to them from

Re: Building FreeRADIUS on solaris 9

2004-08-13 Thread Alan DeKok
=?iso-8859-1?q?Geoffroy=20Arnoud?= <[EMAIL PROTECTED]> wrote: > I currently use FreeRADIUS on Solaris 8/32 bits, and > we plan to upgrade to Solaris 9 / 64 bits. > I wonder if FreeRADIUS sources are safe for 64 bits > compilation? Yes. > Does anyone run FreeRADIUS on a 64 bits environement?

Building FreeRADIUS on solaris 9

2004-08-13 Thread Geoffroy Arnoud
Hello, I currently use FreeRADIUS on Solaris 8/32 bits, and we plan to upgrade to Solaris 9 / 64 bits. I wonder if FreeRADIUS sources are safe for 64 bits compilation? Does anyone run FreeRADIUS on a 64 bits environement? Thanks for your answers. Best Regards, Geoffroy

Re: FOR FREERADIUS DEVELOPERS: Building FreeRADIUS under Cygwin

2004-03-29 Thread Frank Seesink
Alan DeKok wrote: Frank Seesink <[EMAIL PROTECTED]> wrote: Good news: FreeRADIUS BUILDS UNDER CYGWIN!!! With NO modifications! That's nice to hear. Bad news: 'make install' fails. That shouldn't be much of a problem. I've copy/pasted the end of the output at the end of this message. It

Re: FOR FREERADIUS DEVELOPERS: Building FreeRADIUS under Cygwin

2004-03-25 Thread Alan DeKok
Frank Seesink <[EMAIL PROTECTED]> wrote: > Good news: FreeRADIUS BUILDS UNDER CYGWIN!!! With NO modifications! That's nice to hear. > Bad news: 'make install' fails. That shouldn't be much of a problem. > I've copy/pasted the end of the output at the end of this message. It's weird.

Re: FOR FREERADIUS DEVELOPERS: Building FreeRADIUS under Cygwin

2004-03-25 Thread Frank Seesink
all] Error 2 make[2]: Leaving directory `/usr/local/radiusd/src' make[1]: *** [common] Error 1 make[1]: Leaving directory `/usr/local/radiusd' make: *** [install] Error 2 ____ Alan DeKok wrote: Frank Seesink <[EMAIL PROTECTED]> wrote: I have downloaded the CVS files and tried buildi

Re: FOR FREERADIUS DEVELOPERS: Building FreeRADIUS under Cygwin

2004-03-22 Thread Alan DeKok
Frank Seesink <[EMAIL PROTECTED]> wrote: > I have downloaded the CVS files and tried building FreeRADIUS under > Cygwin, and I'm all the way down to the build step where it attempts to > make radiusd.exe (the daemon itself). Unfortunately, it blows up on > something q

Re: FOR FREERADIUS DEVELOPERS: Building FreeRADIUS under Cygwin

2004-03-22 Thread Frank Seesink
Alan, I have downloaded the CVS files and tried building FreeRADIUS under Cygwin, and I'm all the way down to the build step where it attempts to make radiusd.exe (the daemon itself). Unfortunately, it blows up on something quite simple: undefined _crypt reference. Now, there's

Re: FOR FREERADIUS DEVELOPERS: Building FreeRADIUS under Cygwin

2004-03-22 Thread Frank Seesink
Alan, Thanks very much. I'll pull down the files from CVS first chance I get and let you know how things go. Alan DeKok wrote: ... The latest CVS snapshot has had all references to inet_pton() and inet_ntop() removed. Until the server supports IPv6 completely, they're not needed. ... - Li

Re: FOR FREERADIUS DEVELOPERS: Building FreeRADIUS under Cygwin

2004-03-20 Thread Alan DeKok
[EMAIL PROTECTED] (Paul Hampson) wrote: > > So the question is, would it be possible to modify the FreeRADIUS > > source to use IPv4 functions like inet_ntoa() instead of inet_ntop() > > when building under Cygwin? The latest CVS snapshot has had all references to inet_pton() and inet_ntop() rem

Re: FOR FREERADIUS DEVELOPERS: Building FreeRADIUS under Cygwin

2004-03-19 Thread Paul Hampson
Please wrap your lines at 80 characters. Luckily for me, I could make vim rewrap your entire email with one command. Other list-readers may not be so lucky. On Thu, Mar 18, 2004 at 07:37:27PM -0500, Frank Seesink wrote: > I would very much like to tackle the issue of getting FreeRADIUS to > run on

FOR FREERADIUS DEVELOPERS: Building FreeRADIUS under Cygwin

2004-03-18 Thread Frank Seesink
SHORT VERSION: I have some information for the FreeRADIUS developers regarding building FreeRADIUS v0.9.3 under Cygwin on MS Windows. With your help/input, I hope to get you the necessary patch(es) you need to have FreeRADIUS build cleanly under Cygwin as it does elsewhere. LONG