Re: rlm_raw not included in compile

2009-06-23 Thread Johan Meiring
the debian build step: fakeroot dpkg-buildpackage -b -uc Thanks, Eric -Original Message- From: freeradius-users-bounces+me=egeier@lists.freeradius.org [mailto:freeradius-users-bounces+me=egeier@lists.freeradius.org] On Behalf Of Johan Meiring Sent: Monday, June 22, 2009 9:26 AM To: FreeRadius

RE: rlm_raw not included in compile

2009-06-23 Thread Eric Geier
t dpkg-buildpackage -b -uc Thanks, Eric > -Original Message- > From: freeradius-users-bounces+me=egeier@lists.freeradius.org > [mailto:freeradius-users-bounces+me=egeier@lists.freeradius.org] On > Behalf Of Johan Meiring > Sent: Monday, June 22, 2009 9:26 AM > To: Fre

RE: rlm_raw not included in compile

2009-06-22 Thread Eric Geier
t; To: FreeRadius users mailing list > Subject: Re: rlm_raw not included in compile > > Eric Geier wrote: > > Johan, > > > > I'm a Linux/freeradius newbie, and I don't understand what you meant > by "had > > to run autogen.sh first". > >

Re: rlm_raw not included in compile

2009-06-22 Thread Johan Meiring
debian configure by editing debian/rules" in a previous post? Thanks! Eric -Original Message- From: freeradius-users-bounces+me=egeier@lists.freeradius.org [mailto:freeradius-users-bounces+me=egeier@lists.freeradius.org] On Behalf Of Johan Meiring Sent: Friday, May 29, 2009

RE: rlm_raw not included in compile

2009-06-20 Thread Eric Geier
gt; Behalf Of Johan Meiring > Sent: Friday, May 29, 2009 12:16 PM > To: FreeRadius users mailing list > Subject: Re: rlm_raw not included in compile > > Alan DeKok wrote: > >> > >> Does anyone have a clue how to add rlm_raw to the current git tar > file? > &

Re: rlm_raw not included in compile

2009-05-29 Thread Johan Meiring
Johan Meiring wrote: Alan DeKok wrote: It compiled and IT WORKS!!! Forgot to attach the module incase anyone wants it. -- Johan Meiring Cape PC Services CC Tel: (021) 883-8271 Fax: (021) 886-7782 rlm_raw.tar.bz2 Description: Binary data - List info/subscribe/unsubscribe? See http://www.

Re: rlm_raw not included in compile

2009-05-29 Thread Johan Meiring
Alan DeKok wrote: Does anyone have a clue how to add rlm_raw to the current git tar file? $ tar -zxf freeradius-server-2.1.7.tar.gz << add rlm_raw >> $ tar -zcf freeradius-server-2.1.7.tar.gz freeradius-server-2.1.7 It wasn't that simple because rlm_raw did not contain a configure script.

Re: rlm_raw not included in compile

2009-05-29 Thread Alan DeKok
Johan Meiring wrote: > After struggling for about 4 hours, I did the following > 1) touch src/modules/rlm_raw/configure > 2) ./autogen.sh > 3) added rlm_raw to debian configure by editing debian/rules > > Now it tries to compile it, but fails horribly. (See compile failure > below). > > Does

Re: rlm_raw not included in compile

2009-05-29 Thread Johan Meiring
Johan Meiring wrote: Hi all, I am trying to use the rlm_raw module to test a piece of code. OK After struggling for about 4 hours, I did the following 1) touch src/modules/rlm_raw/configure 2) ./autogen.sh 3) added rlm_raw to debian configure by editing debian/rules Now it tries to c

rlm_raw not included in compile

2009-05-28 Thread Johan Meiring
Hi all, I am trying to use the rlm_raw module to test a piece of code. I downloaded freeradius-2.1.7-pre Googling for the rlm_raw module found the module for me on a message somewhere in 2005. I extracted it from the message and dropped it in the modules folder. It does not seem to compile t