Ok,

This will be my last attempt (for today i guess ;-))

I know to get the latest openssl version and i did
from openssl.org (that's where we're all from right?)

I'll show a part of the finished test and make
messages:

OpenSSL 0.9.6c 21 dec 2001
built on: Tue Mar 12 19:12:19 PST 2002
platform: FreeBSD-elf
options:  bn(64,32) md2(int) rc4(idx,int)
des(ptr,risc1,16,long) idea(int) blowfish(idx) 
compiler: gcc -fPIC -DDSO_DLFCN -DHAVE_DLFCN_H
-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486
-Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM
`test' is up to date.
ns1# make install
+ rm -f libcrypto.so.0
+ rm -f libcrypto.so
+ rm -f libcrypto.so.0.9.6
+ rm -f libssl.so.0
+ rm -f libssl.so
+ rm -f libssl.so.0.9.6
making all in crypto...
making all in crypto/md2...
making all in crypto/md4...
making all in crypto/md5...
making all in crypto/sha...
making all in crypto/mdc2...
making all in crypto/hmac...
making all in crypto/ripemd...
making all in crypto/des...
making all in crypto/rc2...
making all in crypto/rc4...
making all in crypto/rc5...
making all in crypto/idea...
making all in crypto/bf...
making all in crypto/cast...
making all in crypto/bn...
making all in crypto/rsa...
making all in crypto/dsa...
making all in crypto/dh...
making all in crypto/dso...
making all in crypto/buffer...
making all in crypto/bio...
making all in crypto/stack...
making all in crypto/lhash...
making all in crypto/rand...
making all in crypto/err...
making all in crypto/objects...
making all in crypto/evp...
making all in crypto/asn1...
making all in crypto/pem...
making all in crypto/x509...
making all in crypto/x509v3...
making all in crypto/conf...
making all in crypto/txt_db...
making all in crypto/pkcs7...
making all in crypto/pkcs12...
making all in crypto/comp...
making all in ssl...
make: don't know how to make rsaref. Stop
*** Error code 2

The only way to make sure (for me) that it doesn't
install this rsaref, was for me to delete it from the
unzipped/tarred directory before installing.

Probably not the way but i really can't seem to find
another way to bypass it when installing.

That probably seems something obvious to you guys but
i can't find anyway to configure it so that you can
properly install without installing rsaref.

I do configure non-threaded and noshared libraries, in
the hope it would do something for me ;-(

Even though i might end with multiple installations of
openssl on my system i might conclude that it all
depends on which openssl.cnf file one use in order to
get the proper settings right?

If you know a way to uninstall aal them i'd be happy
to do so. Or is deleting all de openssl directories
good enough?

Bon Tardi,

Dirk


--- Michael Sierchio <[EMAIL PROTECTED]> wrote:
> dirk van der Giesen wrote:
> 
> > But... what has the fact that freeBSD has openSSl
> > build in to do with this errormessage?
> 
> The one in the base system is built properly ;-) 
> Meaning
> that it doesn't use any of the rsaglue crud that we
> used
> to use in order to circumvent patent restrictions.
> 
> > Do you mean it has already a CRS file generated
> > somewhere for somebody to sign, and generated my
> own
> > private key at installing
> 
> No, I mean that the version you are trying to
> execute is
> looking for a shared library librsaref.so or some
> such.
> 
> > Every openssl (even the one in usr/bin) version
> gives
> > me the errormessage, when i run "openssl req -new
> > -nodes -keyout private.key -out public.csr"
> 
> Okay, so make sure you have the latest port, and
> make sure
> that RSAref is not defined when you run make.
> 
>
______________________________________________________________________
> OpenSSL Project                                
> http://www.openssl.org
> User Support Mailing List                   
> [EMAIL PROTECTED]
> Automated List Manager                          
> [EMAIL PROTECTED]
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to