Couldn't load plugin radius.so
I cannot connect to the VPN and the error i get in the logs is : pptpd[14191]: CTRL: Client 213.16.179.235 control connection started Jun 8 13:30:51 linux7 pptpd[14191]: CTRL: Starting call (launching pppd, opening GRE) Jun 8 13:30:51 linux7 pppd[14192]: /usr/lib/pppd/2.4.3/radius.so: undefined symbol: chap_auth_hook Jun 8 13:30:51 linux7 pppd[14192]: Couldn't load plugin radius.so Jun 8 13:30:51 linux7 pptpd[14191]: GRE: read(fd=4,buffer=804e6e0,len=8196) from PTY failed: status = -1 error = Input/output error, usually caused by unexpected termination of pppd, check option syntax and pppd logs Jun 8 13:30:51 linux7 pptpd[14191]: CTRL: PTY read or GRE write failed (pty,gre)=(4,5) Jun 8 13:30:51 linux7 kernel: application bug: pptpctrl(14191) has SIGCHLD set to SIG_IGN but calls wait(). Jun 8 13:30:51 linux7 kernel: (see the NOTES section of 'man 2 wait'). Workaround activated. Jun 8 13:30:51 linux7 pptpd[14191]: CTRL: Client 213.16.179.235 control connection finished Why is that ? Couldn't load plugin radius.so ????? -- *Marios Maravelias Web Server Administrator - Support *TopHost - Usable Web Company - Hosting Services* *+ 46 Karaiskaki Str. - Crete - Nea Alikarnassos GR 71601* *( Tel: +30 2810 229 000 , Fax: +30 2810 229 010* ** M.Maravelias@tophost.gr <mailto:M.Maravelias@TopHost.gr> web: http://www.tophost.gr/ <http://www.tophost.gr> ------------------------------------------------------------------------ **Disclaimer** This email may contain confidential and privileged material for the sole use of the intended recipient. Any review or distribution by others is strictly prohibited. If you are not the intended recipient please contact the sender and delete all copies.
Hi, U will get more info on the Poptop forum regarding this problem, this is cause the radius plugin for pppd is not loaded or not compiled properly with older versions . I recommend downloading the pppd-2.4.3 src OR rpm and compile the radius plugin and load it again Good luck J Marios Maravelias wrote:
I cannot connect to the VPN and the error i get in the logs is :
pptpd[14191]: CTRL: Client 213.16.179.235 control connection started Jun 8 13:30:51 linux7 pptpd[14191]: CTRL: Starting call (launching pppd, opening GRE) Jun 8 13:30:51 linux7 pppd[14192]: /usr/lib/pppd/2.4.3/radius.so: undefined symbol: chap_auth_hook Jun 8 13:30:51 linux7 pppd[14192]: Couldn't load plugin radius.so Jun 8 13:30:51 linux7 pptpd[14191]: GRE: read(fd=4,buffer=804e6e0,len=8196) from PTY failed: status = -1 error = Input/output error, usually caused by unexpected termination of pppd, check option syntax and pppd logs Jun 8 13:30:51 linux7 pptpd[14191]: CTRL: PTY read or GRE write failed (pty,gre)=(4,5) Jun 8 13:30:51 linux7 kernel: application bug: pptpctrl(14191) has SIGCHLD set to SIG_IGN but calls wait(). Jun 8 13:30:51 linux7 kernel: (see the NOTES section of 'man 2 wait'). Workaround activated. Jun 8 13:30:51 linux7 pptpd[14191]: CTRL: Client 213.16.179.235 control connection finished
Why is that ? Couldn't load plugin radius.so ?????
--
*Marios Maravelias Web Server Administrator - Support *TopHost - Usable Web Company - Hosting Services* *+ 46 Karaiskaki Str. - Crete - Nea Alikarnassos GR 71601* *( Tel: +30 2810 229 000 , Fax: +30 2810 229 010* ** M.Maravelias@tophost.gr <mailto:M.Maravelias@TopHost.gr> web: http://www.tophost.gr/
<http://www.tophost.gr> ------------------------------------------------------------------------
**Disclaimer** This email may contain confidential and privileged material for the sole use of the intended recipient. Any review or distribution by others is strictly prohibited. If you are not the intended recipient please contact the sender and delete all copies.
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Regards Jandre "Some people are alive only because it is illegal to kill them." _____________________________________________________
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 even tried re-configuring and re-building the server to NOT use shared libraries by adding --disable-shared to the ./configure. My latest full ./configure line looks like this: ./configure \ i386-linux \ --prefix=/usr \ --exec-prefix=/usr \ --mandir=/usr/share/man \ --sysconfdir=/etc \ --libdir=/usr/lib/freeradius \ --datadir=/usr/share \ --localstatedir=/var \ --with-raddbdir=/etc/freeradius \ --with-logdir=/var/log/freeradius \ --with-thread-pool --with-system-libtool \ --enable-ltdl-install=no --enable-strict-dependencies \ --enable-developer \ --with-mysql-include-dir=/usr/local/include \ --with-ibmdb2-include-dir=/usr/local/include \ --with-iodbc-include-dir=/usr/local/include \ --with-oracle-home-dir=/usr/local/include \ --with-unixodbc-include-dir=/usr/local/include \ --without-rlm_pam \ --disable-shared Also, if I try doing a whereis on rlm_sqlcounter.so it does not show anywhere on my drive. Any ideas? Thanks, Max
it must compile rlm_sqlcounter tar -zxvf freeradius in /usr/local/freeradius/src/modules/rlm-sqlcounter sh configure make make install cp /usr/local/lib/rlm-sqlcounter to /usr/lib try radiusd -X Regards Andrés de Barros Ingeniería en Data Canelones 2271 11200 Montevideo - Uruguay Tel: (598 2) 408 3506* http://www.itprola.com adebarros@ITProLA.com ----- Original Message ----- From: Software Development Group To: FreeRadius users mailing list Sent: Wednesday, June 08, 2005 11:05 AM Subject: Couldn't load rlm_sqlcounter.so 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 even tried re-configuring and re-building the server to NOT use shared libraries by adding --disable-shared to the ./configure. My latest full ./configure line looks like this: ./configure \ i386-linux \ --prefix=/usr \ --exec-prefix=/usr \ --mandir=/usr/share/man \ --sysconfdir=/etc \ --libdir=/usr/lib/freeradius \ --datadir=/usr/share \ --localstatedir=/var \ --with-raddbdir=/etc/freeradius \ --with-logdir=/var/log/freeradius \ --with-thread-pool --with-system-libtool \ --enable-ltdl-install=no --enable-strict-dependencies \ --enable-developer \ --with-mysql-include-dir=/usr/local/include \ --with-ibmdb2-include-dir=/usr/local/include \ --with-iodbc-include-dir=/usr/local/include \ --with-oracle-home-dir=/usr/local/include \ --with-unixodbc-include-dir=/usr/local/include \ --without-rlm_pam \ --disable-shared Also, if I try doing a whereis on rlm_sqlcounter.so it does not show anywhere on my drive. Any ideas? Thanks, Max ------------------------------------------------------------------------------ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Software Development Group <software@hollyworldgroup.com> wrote:
Also, if I try doing a whereis on rlm_sqlcounter.so it does not show anywhere on my drive.
You probably don't have the SQL client libraries installed. Read the output of "configure" and "make" to see which modules are getting built. Alan DeKok.
O/H Jandre Olivier έγραψε:
Hi,
U will get more info on the Poptop forum regarding this problem,
this is cause the radius plugin for pppd is not loaded or not compiled properly with older versions . I recommend downloading the pppd-2.4.3 src OR rpm and compile the radius plugin and load it again
Good luck
J
Marios Maravelias wrote:
I cannot connect to the VPN and the error i get in the logs is :
pptpd[14191]: CTRL: Client 213.16.179.235 control connection started Jun 8 13:30:51 linux7 pptpd[14191]: CTRL: Starting call (launching pppd, opening GRE) Jun 8 13:30:51 linux7 pppd[14192]: /usr/lib/pppd/2.4.3/radius.so: undefined symbol: chap_auth_hook Jun 8 13:30:51 linux7 pppd[14192]: Couldn't load plugin radius.so Jun 8 13:30:51 linux7 pptpd[14191]: GRE: read(fd=4,buffer=804e6e0,len=8196) from PTY failed: status = -1 error = Input/output error, usually caused by unexpected termination of pppd, check option syntax and pppd logs Jun 8 13:30:51 linux7 pptpd[14191]: CTRL: PTY read or GRE write failed (pty,gre)=(4,5) Jun 8 13:30:51 linux7 kernel: application bug: pptpctrl(14191) has SIGCHLD set to SIG_IGN but calls wait(). Jun 8 13:30:51 linux7 kernel: (see the NOTES section of 'man 2 wait'). Workaround activated. Jun 8 13:30:51 linux7 pptpd[14191]: CTRL: Client 213.16.179.235 control connection finished
Why is that ? Couldn't load plugin radius.so ?????
--
*Marios Maravelias Web Server Administrator - Support *TopHost - Usable Web Company - Hosting Services* *+ 46 Karaiskaki Str. - Crete - Nea Alikarnassos GR 71601* *( Tel: +30 2810 229 000 , Fax: +30 2810 229 010* ** M.Maravelias@tophost.gr <mailto:M.Maravelias@TopHost.gr> web: http://www.tophost.gr/
<http://www.tophost.gr> ------------------------------------------------------------------------
**Disclaimer** This email may contain confidential and privileged material for the sole use of the intended recipient. Any review or distribution by others is strictly prohibited. If you are not the intended recipient please contact the sender and delete all copies.
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
I'm using these 2 files : http://www.chelcom.ru/~anton/projects/files/pppd-tacacs+radius-1.4.1.tar.gz http://prdownloads.sourceforge.net/poptop/ppp-2.4.3-5.rhel3.i386.rpm?downloa... Do uknow hwere i can find a newer radius plug in ? cause i think this is an old one.. -- *Marios Maravelias Web Server Administrator - Support *TopHost - Usable Web Company - Hosting Services* *+ 46 Karaiskaki Str. - Crete - Nea Alikarnassos GR 71601* *( Tel: +30 2810 229 000 , Fax: +30 2810 229 010* ** M.Maravelias@tophost.gr <mailto:M.Maravelias@TopHost.gr> web: http://www.tophost.gr/ <http://www.tophost.gr> ------------------------------------------------------------------------ **Disclaimer** This email may contain confidential and privileged material for the sole use of the intended recipient. Any review or distribution by others is strictly prohibited. If you are not the intended recipient please contact the sender and delete all copies.
participants (5)
-
Alan DeKok -
Andres -
Jandre Olivier -
Marios Maravelias -
Software Development Group