libc.so.6: ELF file OS ABI invalid

2009-04-07 Thread David Banning
I get this error when I attempt to run acroread8; /compat/linux/bin/sh: error while loading shared libraries: /usr/local/lib/libc.so.6: ELF file OS ABI invalid I get the impression maybe acroread is attempting run a linux binary using a freebsd library - but I am not sure if this is so, or how

Re: libc.so.6: ELF file OS ABI invalid

2009-04-07 Thread Tim Judd
On Tue, Apr 7, 2009 at 10:18 AM, David Banning < david+dated+1239553110.eb1...@skytracker.ca > wrote: > I get this error when I attempt to run acroread8; > > /compat/linux/bin/sh: error while loading shared libraries: > /usr/local/lib/libc.so.6: ELF file OS ABI invalid > &

Re: libc.so.6: ELF file OS ABI invalid

2009-04-07 Thread Boris Samorodov
On Tue, 7 Apr 2009 12:18:30 -0400 David Banning wrote: > I get this error when I attempt to run acroread8; > /compat/linux/bin/sh: error while loading shared libraries: > /usr/local/lib/libc.so.6: ELF file OS ABI invalid > I get the impression maybe acroread is attempting run a

Re: libc.so.6: ELF file OS ABI invalid

2009-04-07 Thread David Banning
Boris Samorodov wrote: On Tue, 7 Apr 2009 12:18:30 -0400 David Banning wrote: I get this error when I attempt to run acroread8; /compat/linux/bin/sh: error while loading shared libraries: /usr/local/lib/libc.so.6: ELF file OS ABI invalid I get the impression maybe

Re: libc.so.6: ELF file OS ABI invalid

2009-04-07 Thread David Banning
Tim Judd wrote: On Tue, Apr 7, 2009 at 10:18 AM, David Banning <mailto:david%2bdated%2b1239553110.eb1...@skytracker.ca>> wrote: I get this error when I attempt to run acroread8; /compat/linux/bin/sh: error while loading shared libraries: /usr/local/lib/libc.so.6: ELF fi

Re: libc.so.6: ELF file OS ABI invalid

2009-04-07 Thread Boris Samorodov
shared libraries: > >> /usr/local/lib/libc.so.6: ELF file OS ABI invalid > >> > >> I get the impression maybe acroread is attempting run a linux binary > >> using a freebsd library - but I am not sure if this is so, or how to fix > >> it. Any pointers

Re: libc.so.6: ELF file OS ABI invalid

2009-04-07 Thread David Banning
You shoudn't see it with native ktrace. Seems that you rewrote your linux(?) ldconfig database. It's not so hard to restore. Remove /compat/linux/etc/ld.so.cache and rebuild it by "sudo /compat/linux/sbin/ldconfig -r /compat/linux". That worked. Thanks Boris. _