Markus Krause wrote:
* mac os x 10.4.7:
[...]
ok, i did a "cvs update", then "./configure" and "make" there were no errors and after "make install" i had a running freeradius server !
That's nice. If a "./configure" with no option works out of the box, we shouldn't get too many questions on the mailing list after the release.
./configure --disable-shared --without-rlm-perl make
the build was successful.
Ok, but it isn't really satisfying as we don't have the rlm_perl module linked to the server.
$ perl -MExtUtils::Embed -e ldopts -L/usr/local/lib /System/Library/Perl/5.8.6/darwin-thread-multi-2level/auto/DynaLoader/DynaLoader.a -L/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE -lperl -ldl -lm -lc
Nothing unusual here... It seems to me it isn't trivial to fix this problem. (need to dig in autotools mechanisms again) I don't know what Alan thinks about this bug, but perhaps we could leave this in 1.1.3: there's a lot of more important problems already solved, so it's better to release it soon.
maybe i should mention that no sql-modules (sqlcounter, mysql, postgresql, oracle, unixODBC) were build due to missing libraries (maybe i can test it at least with mysql next time ...)
I don't worry too much: they have not been changed between 1.1.2 and 1.1.3.
so, what else is there to test? ;-)
You have already done a great job :) -- Nicolas Baradakis