21 Nov
2011
21 Nov
'11
7:38 a.m.
Wegener, Norbert wrote:
According to http://wiki.freeradius.org/Build#Building+Debian+packages a debian package can be compiled from freeradius sources. On squeeze it fails. Mabe it has to do with libtool? Is there a known workaround?
Arg... the system has lt_dladvise_init(), but not lt_dladvise(). What are the "configure" flags? You may need: --with-system-libtool \ --with-system-libltdl The latest git version of debian/rules has this change. Alan DeKok.