Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38550 - PPPD does not compile/install radius.so plugin
Summary: PPPD does not compile/install radius.so plugin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-17 15:34 UTC by Martin Schipany
Modified: 2004-01-17 16:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schipany 2004-01-17 15:34:08 UTC
emerging ppp-2.4.2_beta3-r1.ebuild does not compile the radius.so plugin - but configures radiusclient before.

Reproducible: Always
Steps to Reproduce:
1.emerge /usr/portage/net-dialup/ppp-2.4.2_beta3-r1.ebuild
2.
3.




1. patch ppp-2.4.2b3/pppd/plugins/Makefile line 6 from
SUBDIRS := rp-pppoe
to
SUBDIRS := rp-pppoe radius

2. add dolib.so pppd/plugins/radius/radius.so as line 94 in the ebuild

then the radius.so plugin emerges properly
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2004-01-17 16:42:10 UTC
thx for pointing that out, fixed :)