I'm having an odd library issue on my opensolaris machine: -bash-3.2# w ld.so.1: w: fatal: /lib/libc.so.1: wrong ELF class: ELFCLASS32 Killed -bash-3.2# prstat ld.so.1: prstat: fatal: /lib/libc.so.1: wrong ELF class: ELFCLASS32 Killed
I'm not familiar enough with linking and such to understand quite what's going on here. Here's the output of crle: -bash-3.2# crle Configuration file [version 4]: /var/ld/ld.config Platform: 32-bit LSB 80386 Default Library Path (ELF): /lib:/usr/lib:/opt/csw/lib Trusted Directories (ELF): /lib/secure:/usr/lib/secure (system default) Command line: crle -c /var/ld/ld.config -l /lib:/usr/lib:/opt/csw/lib -bash-3.2# crle -64 Configuration file [version 4]: /var/ld/64/ld.config Platform: 64-bit LSB AMD64 Default Library Path (ELF): /lib:/usr/lib:/opt/csw/lib Trusted Directories (ELF): /lib/secure/64:/usr/lib/secure/64 (system default) Command line: crle -64 -c /var/ld/64/ld.config -l /lib:/usr/lib:/opt/csw/lib Anybody have any ideas? Thanks, -Aaron
