Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8940 - freeradius-0.7.1.ebuild (new)
Summary: freeradius-0.7.1.ebuild (new)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-09 12:50 UTC by Ernesto
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
freeradius-0.7.1.ebuild (new) (freeradius-0.7.1.ebuild,810 bytes, text/plain)
2002-10-09 12:54 UTC, Ernesto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ernesto 2002-10-09 12:50:23 UTC
Here's an ebuild for the FreeRADIUS server (www.freeradius.org).

Although it works, I've had one problem. I must ./configure with
--disable-shared because it won't work if compiled with plug-in modules as
shared libraries.

If anyone is willing to debug this, follow this steps:
1) Edit the ebuild to remove the --disable-shared flag.
2) Emerge.
3) $ radiusd -X #(-X == full debug)
4) Read the error msg
5) Refer to section 4.14 of http://www.freeradius.org/faq/

Regards
Comment 1 Ernesto 2002-10-09 12:54:01 UTC
Created attachment 4544 [details]
freeradius-0.7.1.ebuild (new)
Comment 2 David Mallwitz 2002-11-08 10:14:21 UTC
There's no need to use --disable-shared, try --with-gnu-ld instead and
everything works. I'd also recommend --with-snmp=no for the time being as it
seems to be causing problems for some people on the mailing list.
Comment 3 Ryan Phillips (RETIRED) gentoo-dev 2002-12-11 18:22:37 UTC
committed