RE: OpenSSL 0.9.8d with KRB5 1.6 on AIX 5.3

2007-02-08 Thread Lamar.Saxon
Well by changing the linker flags like we did for KRB5 1.6, I added the -brtl and then the -Wl,-brtl for the runtime linker shared library support. It now compiles openssl; but fails to run loading a Kerberos shared library: LDFLAGS="-DOPENSSL_THREADS -qthreaded -Wl,-brtl -DDSO_DLFCN -DH

OpenSSL 0.9.8d with KRB5 1.6 on AIX 5.3

2007-02-08 Thread Lamar.Saxon
Wondering if anyone has successfully built OpenSSL 0.9.8d on AIX using MIT Kerberos 1.6 ? As you know KRB5 1.5 and 1.6 build shared libraries only and this seems to cause problems with the building of OpenSSL. Everything builds up to the point it is actually building the openssl binary. From te

RE: OpenSSL 0.9.8 with AIX 5.2

2005-07-20 Thread Lamar.Saxon
/dev/random was not officially added to the OS until 5.2.    See the following from the AIX 5.2 Differences Guide:   Lamar   Quoted...   9.20 Cryptographically secure pseudo-random numbers AIX 5L Version 5.2 now supports a cryptographically secure pseudo-random number generator (PRNG). Rand

RE: OpenSSL 0.9.8 with AIX 5.2

2005-07-20 Thread Lamar.Saxon
Use EGD ( Entropy Gathering Daemon ) on AIX 5.1 and below...   http://egd.sourceforge.net/   HTH, Lamar From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom SpenceSent: Wednesday, July 20, 2005 10:42 AMTo: openssl-users@openssl.orgSubject: Re: OpenSSL 0.9.8 with AIX 5.2 I k