I know this must have been answered elsewhere, but I have not found it:
How does one build and use gmp on powerpcc64 on debian?
I have done:
 543  ./Configure  --prefix=~gries/usr/local/ssl  
--openssldir=~gries/usr/local/ssl  gcc  -DUSE_TOD  threads  shared enable-idea 
enable-rc5 enable-mdc2  -L/usr/local/lib  -DOPENSSL_USE_GMP -lgmp
  544  make depend
  545  make
[EMAIL PROTECTED]:~/openssl-0.9.8g$ ls -ltr /usr/local/lib
total 3144
drwxrwsr-x 3 root staff    4096 2007-09-10 10:08 python2.4
drwxrwsr-x 3 root staff    4096 2007-09-12 03:50 perl
-rwxr-xr-x 1 root staff     890 2007-11-14 06:03 libbfd.la
-rw-r--r-- 1 root staff 1735436 2007-11-14 06:03 libbfd.a
-rwxr-xr-x 1 root staff     902 2007-11-14 06:03 libopcodes.la
-rw-r--r-- 1 root staff  232554 2007-11-14 06:04 libopcodes.a
-rwxr-xr-x 1 root staff  366279 2007-11-30 19:13 libgmp.so.3.4.1
lrwxrwxrwx 1 root staff      15 2007-11-30 19:13 libgmp.so.3 -> libgmp.so.3.4.1
lrwxrwxrwx 1 root staff      15 2007-11-30 19:13 libgmp.so -> libgmp.so.3.4.1
-rwxr-xr-x 1 root staff     783 2007-11-30 19:13 libgmp.la
-rw-r--r-- 1 root staff  840892 2007-11-30 19:13 libgmp.a
[EMAIL PROTECTED]:~/openssl-0.9.8g$

However:
[EMAIL PROTECTED]:~/openssl-0.9.8g/apps$ ./openssl speed rsa -engine gmp
invalid engine "gmp"
14054:error:260B6084:engine routines:DYNAMIC_LOAD:dso not found:eng_dyn.c:450:
14054:error:2606A074:engine routines:ENGINE_by_id:no such 
engine:eng_list.c:415:id=gmp
14054:error:2507006C:DSO support routines:DSO_load:functionality not 
supported:dso_lib.c:239:
14054:error:260B6084:engine routines:DYNAMIC_LOAD:dso not found:eng_dyn.c:450:

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to