First of all keep in mind and some platforms are pretty much community supported, meaning that it's seldomly tested by occasional users and platform support might end up being based on incomplete or inaccurate information. This in turn means that you might have some irrational impressions such as "how could they miss this [on AIX]."

----------------------------------------------------------------------
Options:          --openssldir=<home dir>/openssl enable-threads -D_REENTRANT 
enable-shared no-gmp no-krb5 no-mdc2 no-rc5 no-zlib no-zlib-dynamic
OS (uname):       AIX chi-ibm02 2 5 00CBD8CF4C00
OS (config):      00CBD8CF4C00-ibm-aix
Target (default): aix-cc
Target:           aix-cc

Problem description: When I install OpenSSL-0.9.8/0.9.8a on AIX with shared 
libraries,
after command "make" it builds but produces a number of error messages like:
-------------------------------------------------------------------------------------------------
exec(): 0509-036 Cannot load program <home 
dir>/openssl-0.9.8a/util/../apps/openssl because of the following errors:
        0509-150   Dependent module libc.a(shr.o) could not be loaded.
        0509-022 Cannot load module libc.a(shr.o).
        0509-026 System error: A file or directory in the path name does not 
exist.
-------------------------------------------------------------------------------------------------
It can be helped by explicitly adding the path for libc.a, e.g.
       env LIBPATH=/usr/lib <required command>
but it doesn't seem to be a good permanent solution.

Ouch! Verify http://cvs.openssl.org/chngview?cn=14612. Case is being dismissed. A.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to