[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: openssl upgrade issue



>>I just recently tried to upgrade openssl on my openbsd 2.9 system. I did a
>>default compile of openssl-engine-0.9.6g which seemed to go according to
>>plan. However afterwards when I typed `openssl version`, it responded
>>"OpenSSL 0.9.6 [engine] 24 Sep 2000". That doesn't strike me as correct.

Did you overwrite the OBSD OpenSSL or install in a
different location?  'which openssl' and 'find / -name openssl -ls'
will help you if you're not sure.

I'd personally recommend installing in a
different location and linking your apps to
the new one explictly.  Doesn't help openssh
though, unless you install the portable version
and tell it where to look for openssl, or
hack the makefile.  :)

Carl