On Tue, 08 Mar 2005 08:23:44 +0100, guest01 <[EMAIL PROTECTED]> wrote: > Hi > > I want to use radius authentication for pptp. Therefor I need the > radius.so-plugin, which isn't included > in the Debian default installation of ppp 2.4.2b3. So I compiled it > manually (thank god there was > a makefile) and copied it to the right path. (/usr/lib/pppd/2.4.2b3/). > Everything worked fine. > Then I added "plugin radius.so" to pptp-options, startet the pptp-server > and tried to connect but > I get the following error: > > /usr/sbin/pppd: /usr/lib/pppd/2.4.2b3/radius.so: undefined symbol: > chap_auth_hook > /usr/sbin/pppd: Couldn't load plugin radius.so > > I installed pppd as a binary packet and compiled the right version of > the radius-plugin. > Has anyone an idea or solution? > > thxs > best regards > peda > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html >
I think a better question, would be how to build a debian package of your own that supports this. I took a stab at it, but I'm stuck shortly after: apt-get source ppp As a dry run, I did dpkg-buildpackage -d -uc -us -nc, but it fails on missing deps (not the least bit surprised on this box). but I did find plenty of references for radius by: grep -ril radius ./ from that deb-src directory... I'll keep an eye on this thread, hopefully we'll both learn something. BTW, I've had good luck with most packages before by apt-get source, and tweaking the rules and control files to trim the fat, or add features I need. There's still room for improvement myself, but I hope that helps. Thank you, Scott Edwards -- Daxal Communications - http://www.daxal.com Surf the USA - http://www.surfthe.us - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

