Re: [openssl.org #1239] OpenSSL-0.9.8 executable fails to load when compiled with shared libraries on AIX

2005-11-09 Thread Andy Polyakov
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

[openssl.org #1239] OpenSSL-0.9.8 executable fails to load when compiled with shared libraries on AIX

2005-11-09 Thread Andy Polyakov via RT
See http://marc.theaimsgroup.com/?l=openssl-devm=113155776813084w=2 for resolution. A. __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #1239] OpenSSL-0.9.8 executable fails to load when compiled with shared libraries on AIX

2005-11-07 Thread Shklover, Vladimir via RT
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

Shared libraries on AIX...

2001-04-27 Thread Richard Levitte - VMS Whacker
I'm looking a bit at building shared libraries on AIX, and would like to know if there is a way at all to just tell ld to extract everything from a static library (libcrypto.a), put it in a shared library (libcrypto.a) and export all available global symbols? I know it's possible to create

RE: Shared libraries on AIX...

2001-04-27 Thread Howard Chu
libraries on AIX... I'm looking a bit at building shared libraries on AIX, and would like to know if there is a way at all to just tell ld to extract everything from a static library (libcrypto.a), put it in a shared library (libcrypto.a) and export all available global symbols? I know it's

Re: Shared libraries on AIX...

2001-04-27 Thread Richard Levitte - VMS Whacker
From: Howard Chu [EMAIL PROTECTED] hyc $(SHRSSL): lib/$(LIBSSL).a $(SHRCRYPTO) hyc ld -r -o $(LIBSSL).o $(ALLSYMSFLAG) lib/$(LIBSSL).a hyc -nm -Pg $(LIBSSL).o | grep ' [BD] ' | cut -f1 -d' ' $(LIBSSL).exp hyc $(CC) $(SHAREDFLAG) -o $@ $(LIBSSL).o $(SHRCRYPTO) hyc hyc

RE: Shared libraries on AIX...

2001-04-27 Thread Howard Chu
://www.symas.com http://highlandsun.com/hyc -Original Message- From: Richard Levitte - VMS Whacker [mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 2:20 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Shared libraries on AIX... From: Howard Chu [EMAIL

RE: Shared libraries on AIX...

2001-04-27 Thread Jamshid Shoghli
Hello, I am trying to generate a certificate using the openSSL 9.5a (windows 98, 800Mhz, 128MBRAM. When I use rsa public key of 3 or 5, it takes a few seconds, but when I use higher numbers such as 244, it takes forever (in fact it has not come back yet after 3 hrs). Is this expected? Am I doing