Sergio Belkin wrote:
> I can't compile freeradius-2.0.2 on Centos 5.1 x86_64. It outputs:
> /usr/lib/libltdl.so: could not read symbols: File in wrong format
> collect2: ld returned 1 exit status
You might try using your system's own libtool. Try these
configure options:
--with-system-libtool --disable-ltdl-install
It might not help, but it's probably worth a shot.