From: lgazis <[EMAIL PROTECTED]>

lgazis> Results of testing OpenSSL 0.9.6 beta2 engine version:
lgazis> 
lgazis> On AIX 4.3 (aix-gcc):  As before.  If config is run with -DDSO_DLFCN
lgazis> -DHAVE_DLFCN_H, and a link is made from /usr/lib/libswift.a to
lgazis> /usr/lib/libswift.so, this runs correctly with CryptoSwift; both steps are
lgazis> still required.

Please try the following patch to config:

diff -u -u -r1.79 -r1.80
--- config      2001/03/08 19:14:45     1.79
+++ config      2001/03/15 20:23:22     1.80
@@ -104,6 +104,14 @@
        echo "m68k-apple-aux3"; exit 0
        ;;
 
+    AIX:[3456789]:4:*)
+       echo "${MACHINE}-ibm-aix43"; exit 0
+       ;;
+
+    AIX:*:[56789]:*)
+       echo "${MACHINE}-ibm-aix43"; exit 0
+       ;;
+
     AIX:*)
        echo "${MACHINE}-ibm-aix"; exit 0
        ;;


If it works, I'll be happy to include it for the next beta.

lgazis> On BSDI 4.0.1 (bsdi-elf-gcc): This now runs correctly with CryptoSwift
lgazis> without any need to add options to config.

Thanks.

lgazis> On HPUX 11.0, 32 bit (hpux-parisc-gcc): Got error in dso_dl.c already
lgazis> reported to list. Made fix to line 126 of dso_dl.c advised on list.  openssl
lgazis> speed test now correctly loads CryptoSwift engine, provided I place
lgazis> libswift.sl in the same directory (I no 
lgazis> longer need to rename libswift.sl to libswift.so, but do need to have the
lgazis> library in the directory from which I am running the executable).

Thanks.

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
Redakteur@Stacken   \      SWEDEN       \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.com/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to