Re: OpenSSL 0.9.8 with AIX 5.2

2005-07-20 Thread Tom Spence
I kept researched why it stopped at aix_ppc32.o aix_ppc32.s... Now I found the problem... My AIX 5.1 doesn't have /dev/random and /dev/urandom!!! So where can I get /dev/random and /dev/urandom? Or How can I install them? I appreciate your help. Thanks. TomTom Spence [EMAIL PROTECTED] wrote:

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

RE: OpenSSL 0.9.8 with AIX 5.2

2005-07-20 Thread Lamar.Saxon
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom SpenceSent: Wednesday, July 20, 2005 12:38 PMTo: openssl-users@openssl.orgSubject: RE: OpenSSL 0.9.8 with AIX 5.2 Yes you are right but in my office, they said "NO EGD"... So they prefer to use /dev/random and /d

Re: OpenSSL 0.9.8 with AIX 5.2

2005-07-20 Thread Stewart Dean
*Subject:* Re: OpenSSL 0.9.8 with AIX 5.2 I kept researched why it stopped at aix_ppc32.o aix_ppc32.s... Now I found the problem... My AIX 5.1 doesn't have /dev/random and /dev/urandom!!! So where can I get /dev/random and /dev/urandom? Or How can I install them

Re: OpenSSL 0.9.8 with AIX 5.2

2005-07-18 Thread Jacques Lebastard
Tom Spence a écrit : Hello, I have very small problem but it won't running... Please help me... Here is what I got: # ./Configure aix-gcc (no problem) # make gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -D_THREAD_SAFE -DDSO_DLFCN -DHAVE_DLFCN_H -O -DB_ENDIAN -c -o

Re: OpenSSL 0.9.8 with AIX 5.2

2005-07-18 Thread Franz, Paul
available last time I checked 4 months ago. Paul Franz -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jacques Lebastard Sent: Monday, July 18, 2005 3:07 AM To: openssl-users@openssl.org Subject: [Glog_SPAM]Re: OpenSSL 0.9.8 with AIX 5.2 Tom Spence a écrit

Re: OpenSSL 0.9.8 with AIX 5.2

2005-07-18 Thread Tom Spence
Excatly!!! That's why, I can't use OpenSSL 0.9.8 so I have to stay with 0.9.7g for now. But I don't understand this one... I have 21 servers... Only one server (AIX 5.2 with GCC) accepted with OpenSSL 0.9.8 but 20 servers can't... Isn't strange? :-( TomJacques Lebastard [EMAIL PROTECTED] wrote:

RE: OpenSSL 0.9.8 with AIX 5.2

2005-07-18 Thread Franz, Paul
BTW, that was for compiling 0.9.7e -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Franz, Paul Sent: Monday, July 18, 2005 6:16 AM To: openssl-users@openssl.org Subject: Re: OpenSSL 0.9.8 with AIX 5.2 I have but, it has been awhile. I was able to do

Re: OpenSSL 0.9.8 with AIX 5.2

2005-07-12 Thread Stewart Dean
why not take the binary IBM supplies and supports? Tom Spence wrote: Hello, I have very small problem but it won't running... Please help me... Here is what I got: # ./Configure aix-gcc (no problem) # make gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -D_THREAD_SAFE

Re: OpenSSL 0.9.8 with AIX 5.2

2005-07-12 Thread Tom Spence
Good idea and where can I find? BULL GROUP Website?Stewart Dean [EMAIL PROTECTED] wrote: why not take the binary IBM supplies and supports?Tom Spence wrote: Hello, I have very small problem but it won't running... Please help me... Here is what I got: # ./Configure aix-gcc (no problem) #