Re: Generating freeradius 1.0.3

2005-06-15 Thread Software Development Group
that the error message is mentioning. Thanks. At 08:12 15/06/2005, you wrote: On Mon, Jun 13, 2005 at 01:43:36PM -0400, Software Development Group wrote: Running Debian, I have done a $ fakeroot dpkg-buildpackage -b on the freeradius 1.0.3 directory. I get a warning saying That should be dpkg

Link error (invalid ELF header) in freeradius 1.0.3

2005-06-14 Thread Software Development Group
Hello, I am getting the following error when running freeradius -X: radiusd.conf[2] Failed to link to module 'rlm_sqlcounter': /usr/lib/freeradius/rlm_sqlcounter.a: invalid ELF header Anyone can help? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Generating freeradius 1.0.3

2005-06-13 Thread Software Development Group
Hello, Running Debian, I have done a $ fakeroot dpkg-buildpackage -b on the freeradius 1.0.3 directory. I get a warning saying remember to run 'libtool --finish /usr/lib/freeradius' which I do when the process finishes, and three error messages: dpkg-shlibdeps: warning: could not find path for

Link error (invalid ELF header) in freeradius 1.0.3

2005-06-13 Thread Software Development Group
Hello, I am getting the following error when running freeradius -X: radiusd.conf[2] Failed to link to module 'rlm_sqlcounter': /usr/lib/freeradius/rlm_sqlcounter.a: invalid ELF header Thanks. Max - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Couldn't load rlm_sqlcounter.so

2005-06-08 Thread Software Development Group
Hi, I am getting the following message when running radiusd -X: radiusd.conf[2] Failed to link to module 'rlm_sqlcounter': rlm_sqlcounter.so: cannot open shared object file: No such file or directory I have made sure that the libdir variable in radiusd.conf was pointing to the right places and I

Installing freeradius 1.0.3

2005-06-07 Thread Software Development Group
Hello, I am trying to install freeradius 1.0.3 in a machine running Linux ubuntu hoary OS. My questions are: 1. Will the following procedure work? tar xzf ~/freeradius-1.0.3.tar.gz cd freeradius-1.0.3 fakeroot dpkg-buildpackage -b sudo dpkg -i ../freeradius_1.0.3-0_i386.deb 2. Do I have to make

Installing freeradius 1.0.3

2005-06-06 Thread Software Development Group
Hello, I am trying to install freeradius 1.0.3 in a machine running Linux ubuntu hoary OS. My questions are: 1. Will the following procedure work? tar xzf ~/freeradius-1.0.3.tar.gz cd freeradius-1.0.3 fakeroot dpkg-buildpackage -b sudo dpkg -i ../freeradius_1.0.3-0_i386.deb 2. Do I have to make

FreeRadius make ERRORS

2005-05-25 Thread Software Development Group
Hello, I am trying to compile FreeRadius with MySQL for user/time validation and I am getting many errors while compiling. Here are the results of the configure and the make scripts: [EMAIL PROTECTED]:~/freeradius-1.0.2 $ sudo ./configure --with-experimental-modules

FreeRadius SQL Database

2005-05-23 Thread Software Development Group
Hello, I installed all of the MySQL elements on my system and created and configured the database (its name is 'radius'). Here is the structure: [EMAIL PROTECTED]:/usr/local/etc/raddb # mysql -u hwc -p radius Enter password: Reading table information for completion of table and column names You

FreeRadius Segment Fault

2005-05-23 Thread Software Development Group
Hello, Anyone could help me with a Segment violation or Segment fault error when running radiusd -X with MySQL? Thanks.

FreeRadius Configure ERRORS

2005-05-23 Thread Software Development Group
Hello, Anyone could help me with a the following errors in Configure --with-experimental-modules? configure: warning: mysql headers not found. Use --with-mysql-include-dir=path. configure: warning: sql submodule 'mysql' disabled Thanks.

SQL Database

2005-05-20 Thread Software Development Group
Hi, I want to have FreeRadius work with an SQL for user validation, time discounting... I've configured ./configure with experimental-module, make and make install. I've entered an sql entry under accounting { } section of radiusd.conf, I´ve created a file called sqlcounter.conf with: sqlcounter

Freeradius accounting compiling question

2005-05-16 Thread Software Development Group
Hello, I am running ubuntu and I am trying to compile FreeRadius with rlm_sqlcounter (following your advice) to be able to keep track of connection usage by user depending on tickets given to them. For this, I am doing: make clean ./configure --with-experimental-modules and get the following

Re: Freeradius install problem

2005-05-10 Thread Software Development Group
Sorry Alan and your comment is right but that is just that I sent you the printout from testing with another client. Actually the error does always show the client that is trying to validate. Thanks, Maxo At 17:39 09/05/2005, you wrote: Software Development Group [EMAIL PROTECTED] wrote

Re: Freeradius install problem

2005-05-10 Thread Software Development Group
Sorry Terry and your comment is right but that is just that I sent you the printout from testing with another client. Actually the error does always show the client that is trying to validate. When the error shows: rad_recv: Access-Request packet from host 172.18.21.100:10005, id=5, length=137

Re: Freeradius install problem

2005-05-10 Thread Software Development Group
a request. the clients.conf file shows: client 172.18.21.100 { secret = FreeRadius shortname= 172.18.21.100 } Thanks, Maxo At 17:39 09/05/2005, you wrote: Software Development Group [EMAIL PROTECTED] wrote: Ignoring request from unknown client 172.18.21.100:10005 ... I added a line

Re: Freeradius install problem

2005-05-10 Thread Software Development Group
Development Group [EMAIL PROTECTED] wrote: I just re-prduced it for you and when the error shows: rad_recv: Access-Request packet from host 172.18.21.100:10005, id=5, length=137 Ignoring request from unknown client 172.18.21.100:10005 the clients.conf file shows: client 172.18.21.100

Freeradius accounting question

2005-05-10 Thread Software Development Group
Hello, I have compiled and installed freeradius and it is working fine. My question now is: At this point a user logs in with a password, is authenticated and enters the system but if I want to set user x to only have 2 hours connection time only and user y to only have 1 hour of connection,

Freeradius install problem

2005-05-09 Thread Software Development Group
Hello, I´ve installed and compiled freeradius on my Linux ubuntu Warty Warthog 4.10 everything went Ok. I run freeradius on debug mode (radiusd -X) ant it seems to work fine: [EMAIL PROTECTED]:/home/maxo # radiusd -X Starting - reading configuration files ... reread_config: reading radiusd.conf