>>2. See ./config script line 663 and below and speculate why do you think
>>it doesn't recognize your system as ELF? Maybe shared libraries reside
>>in /shlib?
>
>
> Hmm, file(1) doesn't follow symlinks by default.
> How about to use -L option?
>
> % file /usr/lib/libc.so.12.129
> /usr/lib/libc.so.12.129: symbolic link to `../../lib/libc.so.12.129'
> % file -L /usr/lib/libc.so.12.129
> /usr/lib/libc.so.12.129: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped
But note that it uses 'ls /usr/lib/libc.so.* /lib/libc.so.* | tail -1',
which in your case should result in /lib/libc.so.12.129. Is
/lib/libc.so.12.129 symbolic link too and if so where does it point? A.
______________________________________________________________________
OpenSSL Project
http://www.openssl.orgDevelopment Mailing List
openssl-dev@...
Automated List Manager
majordomo@...