16 Apr
2007
16 Apr
'07
2 a.m.
Hi,
Thanks to the people who helped me figure this out (big thanks to Alan), this works perfectly on a fresh Fedora system.
Download, compile and install openssl
download freeradius 1.1.6 unpack in usr/src cd freeradius-1.1.6
./configure --prefix=/usr --with-openssl-includes=/usr/local/ssl/include --with-openssl-libraries=/usr/local/ssl/lib/ --disable-libtool-lock --with-system-libtool --sysconfdir=/etc (^all one line)
make make install
you SHOULD be able to simply use the redhat spec file that is shipped as part of the contrib sources in that 1.1.6 tarball to make an RPM exactly as the distro should/would supply if they were doing 1.1.6 did you try this? alan