Howto compile 1.1.6 on Fedora 6
    Jacob Jarick 
    mem.namefix at gmail.com
       
    Mon Apr 16 07:34:34 CEST 2007
    
    
  
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
That should also put everything where the rpm normally does (yuck) so
should u upgrade later you wont have lib conflicts.
All the best.
    
    
More information about the Freeradius-Users
mailing list