that is definitely better but now it fails in make test:

*** Testing     openssl-0.9.8k (can take a while) ..failed
*** Error: openssl-0.9.8k build error - make test failed

exec(): 0509-036 Cannot load program ./destest because of the following errors:
        0509-022 Cannot load module ../util/../libcrypto.so.
        0509-150   Dependent module libgcc_s.a(shr.o) could not be loaded.
        0509-022 Cannot load module libgcc_s.a(shr.o).
        0509-026 System error: A file or directory in the path name does not 
exist.
make[1]: *** [test_des] Error 255


Thanks
J



----- Original Message ----
From: Victor B. Wagner <vi...@cryptocom.ru>
To: openssl-users@openssl.org
Sent: Wednesday, May 20, 2009 11:58:14 AM
Subject: Re: When I want to build the openssl 0.9.8k version on aix it fails as 
follows:

On 2009.05.20 at 02:13:39 -0700, jo wrote:

> 
> When I want to build the openssl 0.9.8k version on aix it fails as follows:
> 
> 
> /usr/local/bin/gcc   -I../crypto -I.. -I../include  -DZLIB -DOPENSSL_THREADS 
> -qthreaded -DDSO_DLFCN -DHAVE_DLFCN_H -q32 -O -DB_ENDIAN -qmaxmem=16384 -qro -
> qroconst   -c -o ssl_err.o ssl_err.c
> gcc: unrecognized option '-qthreaded'
> gcc: unrecognized option '-q32'
> gcc: unrecognized option '-qmaxmem=16384'
> gcc: unrecognized option '-qro'
> gcc: unrecognized option '-qroconst'
> 
> 
> Any ideas on how to fix this?

It seems that you are trying to build with GCC OpenSSL source,
configured for AIX proprietary compiler

Try using

./Configure aix-gcc 

instead of just ./config
(all options you've given to config should be given to Configure
after platform specification)

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                          majord...@openssl.org



      
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to