autoreconf on suse does not seem to work and I commented it out in the specfile. otp.conf does not seem to exist any longer, /usr/sbin/raddebug must be applied. With these little modifications of the suse specfile 2.1.4 builds on suse 10.3. bugs.freeradius.org still seems to be unavailable, therefore I post the patch here. # diff -Nru freeradius.spec-org freeradius.spec --- freeradius.spec-org 2009-03-11 13:29:53.000000000 +0100 +++ freeradius.spec 2009-03-11 13:30:02.000000000 +0100 @@ -179,7 +179,7 @@ %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -DLDAP_DEPRECATED -fPIC -DPIC" #export CFLAGS="$CFLAGS -std=c99 -pedantic" -autoreconf +#autoreconf %configure \ --libdir=%{_libdir}/freeradius \ @@ -332,7 +332,7 @@ %attr(640,-,radiusd) %config(noreplace) /etc/raddb/sql/oracle/msqlippool.txt %attr(640,-,radiusd) %config(noreplace) /etc/raddb/users %attr(640,-,radiusd) %config(noreplace) /etc/raddb/experimental.conf -%attr(640,-,radiusd) %config(noreplace) /etc/raddb/otp.conf +#%attr(640,-,radiusd) %config(noreplace) /etc/raddb/otp.conf %dir %attr(750,-,radiusd) /etc/raddb/certs /etc/raddb/certs/Makefile /etc/raddb/certs/README @@ -355,6 +355,7 @@ /usr/sbin/radrelay /usr/sbin/radwatch /usr/sbin/radmin +/usr/sbin/raddebug # man-pages %doc %{_mandir}/man1/* %doc %{_mandir}/man5/* Norbert Wegener
Norbert Wegener wrote:
autoreconf on suse does not seem to work and I commented it out in the specfile.
I have no idea why it doesn't work. In any case, the "configure" scripts that are shipped with the server *work*. Why use "autoreconf"?
otp.conf does not seem to exist any longer,
It's been moved to raddb/modules/otp
/usr/sbin/raddebug must be applied.
Yes.
With these little modifications of the suse specfile 2.1.4 builds on suse 10.3.
I'll commit the fixes later today.
bugs.freeradius.org still seems to be unavailable, therefore I post the patch here.
Ok. We're looking at getting another bug tracking system set up. It appears that bugs.freeradius.org is down permanently, likely with all of the bugs lost. Alan DeKok.
If it's a help I've attached a unified diff for our spec file showing the changes I had to make going from 2.1.3 to 2.1.4 -- John Dennis <jdennis@redhat.com> Looking to carve out IT costs? www.redhat.com/carveoutcosts/
participants (3)
-
Alan DeKok -
John Dennis -
Norbert Wegener