Hi, 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 I tried with no success with export CFLAGS=-m64 any idea? thanks in advance!! -- -- Open Kairos http://www.openkairos.com Watch More TV http://sebelk.blogspot.com Sergio Belkin -
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.
2008/3/5, Matt Garretson <mattg@assembly.state.ny.us>:
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. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
I uninstalled i386 development ltdl package, and no more pain :) -- -- Open Kairos http://www.openkairos.com Watch More TV http://sebelk.blogspot.com Sergio Belkin -
That because its a 32bit file; change the libs to /usr/lib64 On 3/5/08, Sergio Belkin <sebelk@gmail.com> wrote:
Hi, 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
I tried with no success with export CFLAGS=-m64
any idea?
thanks in advance!! -- -- Open Kairos http://www.openkairos.com Watch More TV http://sebelk.blogspot.com Sergio Belkin - - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Sent from Gmail for mobile | mobile.google.com
participants (3)
-
Donny Jekels -
Matt Garretson -
Sergio Belkin