On Mon, 8 Apr 2002 15:34, Andrew Tait wrote: > The radiusd-freeradius packages have been REMOVED from Debian testing/woody, > because of the severe bugs > (http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=radiusd-freeradius&repeatm > erged=yes) outstanding, and the fact that the debian package is outdated > (0.4) ...
Yikes, not good. I mananged to build a cvs-snapshot after a fair amount of mucking around but I'm not sure I'd want to run the end result :) FWIW... my notes on how... wget ftp://ftp.freeradius.org/pub/radius/CVS-snapshots/freeradius-snapshot-20020408.tar.gz apt-get install debhelper libgdbmg1-dev libssl-dev libkrb5-dev libssl-dev libsasl-dev libldap2-dev libpam0g-dev libltdl3-dev libmysqlclient10-dev edit debian/rules and add these to the configure line (~30) --without-rlm_ippool --without-rlm_x99_token --without-rlm_sql_postgresql --without-rlm_python --without-rlm_pam --without-rlm_krb5 --without-rlm_dbm and on line ~40 I made this horrible change. # for modname in krb5 ldap mysql postgresql python; do \ for modname in mysql; do \ mv src/modules/rlm_ippool . Finally do a debian/rules binary and maybe end up with a current MySQL enabled FR at least. --markc - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
