Re: /usr/local/lib/rlm_pam.a: invalid ELF header [SOLVED]

2006-04-10 Thread Aaron Paetznick
After further testing, I seem to have discovered a fix/workaround. The key was to define --with-system-libtool. I don't know if this affects other 64-bit systems, but if other systems will also need to use the system libtool in this way, I suggest adding something in the documentation. What

/usr/local/lib/rlm_pam.a: invalid ELF header

2006-04-09 Thread Aaron Paetznick
I'm trying to build FreeRADIUS v1.1.1 on CentOS 4.3 x86_64. I'm not passing configure any special arguments. When I start the server, here's what I get in the log: Sun Apr 9 03:51:28 2006 : Error: radiusd.conf[589] Failed to link to module 'rlm_pam': /usr/local/lib/rlm_pam.a: invalid ELF

Re: /usr/local/lib/rlm_pam.a: invalid ELF header

2006-04-09 Thread Alan DeKok
Aaron Paetznick [EMAIL PROTECTED] wrote: Is rlm_pam compatible with 64-bit systems? Thanks in advance. It's not an issue with rlm_pam. It's probably a 32/64-bit compatibility problem. If your compiler produces 64-bit libraries, the system should be able to load 64-bit libraries. Not