Hi all, Although I haven't had any trouble compiling 1.0.4, it seems almost impossible to do the same with 1.0.5. I extract the oficial tarball to my debian system, edit debian/rules to fit my requirements (disable-shared, with-experimental-modules) and run "dpkg-buildpackage", nut I get the following error: "cannot find -lrlm_eap_tls" I've searching for this issue, but the only thing I found were several patches, already included on debian/patches Any help?? With the same config. I'm able to compile 1.0.4 Thanks!
Joseba Beltrán wrote:
Although I haven't had any trouble compiling 1.0.4, it seems almost impossible to do the same with 1.0.5. I extract the oficial tarball to my debian system, edit debian/rules to fit my requirements (disable-shared, with-experimental-modules) and run "dpkg-buildpackage", nut I get the following error:
"cannot find -lrlm_eap_tls"
FreeRADIUS uses an old version of autotools, so there're many problems with the libltdl version in Debian. http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=freeradius
I've searching for this issue, but the only thing I found were several patches, already included on debian/patches
Any help?? With the same config. I'm able to compile 1.0.4
I'd suggest to get the sources directly from Debian, with the command "apt-get source freeradius" for example. You'll find more patches there than in the tarball from freeradius.org. -- Nicolas Baradakis
Nicolas Baradakis wrote:
Joseba Beltrán wrote:
I've searching for this issue, but the only thing I found were several patches, already included on debian/patches
Any help?? With the same config. I'm able to compile 1.0.4
I'd suggest to get the sources directly from Debian, with the command "apt-get source freeradius" for example. You'll find more patches there than in the tarball from freeradius.org.
On second thought, version 1.1.0 will be released very soon and I think you should get it from the CVS. I've pulled the latest Debian patches in the CVS today, so it should work around the problems about libtool 1.4 in SID. $ cvs -d :pserver:anoncvs@cvs.freeradius.org:/source login CVS password: anoncvs $ cvs -d :pserver:anoncvs@cvs.freeradius.org:/source checkout -r branch_1_1 radiusd -- Nicolas Baradakis
participants (3)
-
André Lemos -
Joseba Beltrán -
Nicolas Baradakis