I have refered the doc again, and found some problem when the Vendor is PPP using simultaneous-use

2010-09-29 Thread Spacelee
it says that for PPP, we should choose other in the type, but other
means don't bother checking, I believe what radutmp says.
So which means if a user has a stuck entry in the session database she
will not be able to login again.

And I have met such problem also. When the wifi sudden shutdown or
disconnect, which will leave the record of the user still online in the
database, I have to clear it up manually, that 's not convenient.

So what should I do with PPTP+PPP+Freeradius+MySQL when I have to set the
simultaneous-use = 1

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

Re: Some problem

2007-03-06 Thread Kostas Zorbadelos
On Tue, Mar 06, 2007 at 10:51:25AM +0800, zhangxianshi wrote:

If you ever need to build the freeradius perl module you should
install the packages 

libperl-dev libperlversion

Debian policy is to use libfoo-dev package to contain the libfoo.so
symbolic link. This is what is missing in your case (libperl.so)

Regards,

Kostas Zorbadelos

 Dear All,
 
 I use a Linux system called Ubuntu. Yesterday I tried to complier the 
 freeradius 1.1.4. When I begun to make, there is something wrong.
 
 This is the error log:

 Making all in rlm_passwd...
 make[6]: Entering directory 
 `/home/stone/freeradius-1.1.4/src/modules/rlm_passwd'
 make[6]: Leaving directory 
 `/home/stone/freeradius-1.1.4/src/modules/rlm_passwd'
 Making all in rlm_perl...
 make[6]: Entering directory 
 `/home/stone/freeradius-1.1.4/src/modules/rlm_perl'
 /home/stone/freeradius-1.1.4/libtool --mode=link gcc -release 1.1.4 \
 -module -export-dynamic   -o rlm_perl.la \
 -rpath /usr/local/lib rlm_perl.lo rlm_perl.c 
 /home/stone/freeradius-1.1.4/src/lib/libradius.la \
 `perl -MExtUtils::Embed -e ldopts` -lnsl -lresolv  -lpthread 
 
 *** Warning: Linking the shared library rlm_perl.la against the
 *** static library /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a is not 
 portable!
 gcc -shared  .libs/rlm_perl.o  -Wl,--rpath 
 -Wl,/home/stone/freeradius-1.1.4/src/lib/.libs -Wl,--rpath -Wl,/usr/local/lib 
 /home/stone/freeradius-1.1.4/src/lib/.libs/libradius.so -L/usr/local/lib 
 /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl/5.8/CORE 
 -lperl -ldl -lm -lc -lcrypt -lnsl -lresolv -lpthread  -Wl,-E -Wl,-soname 
 -Wl,rlm_perl-1.1.4.so -o .libs/rlm_perl-1.1.4.so
 /usr/bin/ld: cannot find -lperl
 collect2: ld returned 1 exit status
 make[6]: *** [rlm_perl.la] Error 1
 make[6]: Leaving directory `/home/stone/freeradius-1.1.4/src/modules/rlm_perl'
 make[5]: *** [common] Error 2
 make[5]: Leaving directory `/home/stone/freeradius-1.1.4/src/modules'
 make[4]: *** [all] Error 2
 make[4]: Leaving directory `/home/stone/freeradius-1.1.4/src/modules'
 make[3]: *** [common] Error 2
 make[3]: Leaving directory `/home/stone/freeradius-1.1.4/src'
 make[2]: *** [all] Error 2
 make[2]: Leaving directory `/home/stone/freeradius-1.1.4/src'
 make[1]: *** [common] Error 2
 make[1]: Leaving directory `/home/stone/freeradius-1.1.4'
 make: *** [all] Error 2
 
 
 How can I slove it?
 
 Regards Zhang
 - 
 List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Some problem

2007-03-05 Thread zhangxianshi
Dear All,

I use a Linux system called Ubuntu. Yesterday I tried to complier the 
freeradius 1.1.4. When I begun to make, there is something wrong.

This is the error log:

Making all in rlm_passwd...
make[6]: Entering directory 
`/home/stone/freeradius-1.1.4/src/modules/rlm_passwd'
make[6]: Leaving directory `/home/stone/freeradius-1.1.4/src/modules/rlm_passwd'
Making all in rlm_perl...
make[6]: Entering directory `/home/stone/freeradius-1.1.4/src/modules/rlm_perl'
/home/stone/freeradius-1.1.4/libtool --mode=link gcc -release 1.1.4 \
-module -export-dynamic   -o rlm_perl.la \
-rpath /usr/local/lib rlm_perl.lo rlm_perl.c 
/home/stone/freeradius-1.1.4/src/lib/libradius.la \
`perl -MExtUtils::Embed -e ldopts` -lnsl -lresolv  -lpthread 

*** Warning: Linking the shared library rlm_perl.la against the
*** static library /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a is not 
portable!
gcc -shared  .libs/rlm_perl.o  -Wl,--rpath 
-Wl,/home/stone/freeradius-1.1.4/src/lib/.libs -Wl,--rpath -Wl,/usr/local/lib 
/home/stone/freeradius-1.1.4/src/lib/.libs/libradius.so -L/usr/local/lib 
/usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl/5.8/CORE -lperl 
-ldl -lm -lc -lcrypt -lnsl -lresolv -lpthread  -Wl,-E -Wl,-soname 
-Wl,rlm_perl-1.1.4.so -o .libs/rlm_perl-1.1.4.so
/usr/bin/ld: cannot find -lperl
collect2: ld returned 1 exit status
make[6]: *** [rlm_perl.la] Error 1
make[6]: Leaving directory `/home/stone/freeradius-1.1.4/src/modules/rlm_perl'
make[5]: *** [common] Error 2
make[5]: Leaving directory `/home/stone/freeradius-1.1.4/src/modules'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/stone/freeradius-1.1.4/src/modules'
make[3]: *** [common] Error 2
make[3]: Leaving directory `/home/stone/freeradius-1.1.4/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/stone/freeradius-1.1.4/src'
make[1]: *** [common] Error 2
make[1]: Leaving directory `/home/stone/freeradius-1.1.4'
make: *** [all] Error 2


How can I slove it?

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

RE: Some problem

2007-03-05 Thread Edvin Seferovic
Hi,

 

do you need rlm_perl to be build? If not - just remove the rlm_perl
directory from the modules directory and it should be fine. In other case -
I have no solution :-(

 

Regards,

 

E:S

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
g] On Behalf Of zhangxianshi
Sent: Dienstag, 06. März 2007 03:51
To: freeradius-users@lists.freeradius.org
Subject: Some problem

 

Dear All,

 

I use a Linux system called Ubuntu. Yesterday I tried to complier the
freeradius 1.1.4. When I begun to make, there is something wrong.

 

This is the error log:

 

Making all in rlm_passwd...
make[6]: Entering directory
`/home/stone/freeradius-1.1.4/src/modules/rlm_passwd'
make[6]: Leaving directory
`/home/stone/freeradius-1.1.4/src/modules/rlm_passwd'
Making all in rlm_perl...
make[6]: Entering directory
`/home/stone/freeradius-1.1.4/src/modules/rlm_perl'
/home/stone/freeradius-1.1.4/libtool --mode=link gcc -release 1.1.4 \
-module -export-dynamic   -o rlm_perl.la \
-rpath /usr/local/lib rlm_perl.lo rlm_perl.c
/home/stone/freeradius-1.1.4/src/lib/libradius.la \
`perl -MExtUtils::Embed -e ldopts` -lnsl -lresolv  -lpthread 

 

*** Warning: Linking the shared library rlm_perl.la against the
*** static library /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a is not
portable!
gcc -shared  .libs/rlm_perl.o  -Wl,--rpath
-Wl,/home/stone/freeradius-1.1.4/src/lib/.libs -Wl,--rpath
-Wl,/usr/local/lib /home/stone/freeradius-1.1.4/src/lib/.libs/libradius.so
-L/usr/local/lib /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a
-L/usr/lib/perl/5.8/CORE -lperl -ldl -lm -lc -lcrypt -lnsl -lresolv
-lpthread  -Wl,-E -Wl,-soname -Wl,rlm_perl-1.1.4.so -o
.libs/rlm_perl-1.1.4.so
/usr/bin/ld: cannot find -lperl
collect2: ld returned 1 exit status
make[6]: *** [rlm_perl.la] Error 1
make[6]: Leaving directory
`/home/stone/freeradius-1.1.4/src/modules/rlm_perl'
make[5]: *** [common] Error 2
make[5]: Leaving directory `/home/stone/freeradius-1.1.4/src/modules'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/stone/freeradius-1.1.4/src/modules'
make[3]: *** [common] Error 2
make[3]: Leaving directory `/home/stone/freeradius-1.1.4/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/stone/freeradius-1.1.4/src'
make[1]: *** [common] Error 2
make[1]: Leaving directory `/home/stone/freeradius-1.1.4'
make: *** [all] Error 2

 

How can I slove it?

 

Regards Zhang

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