RE: libcrypto.so.2 problem

2009-02-06 Thread Saju
George what you have is openssh; what you need is openssl.

 

HTH

  _  

From: owner-openssl-us...@openssl.org
[mailto:owner-openssl-us...@openssl.org] On Behalf Of George Ping
Sent: Thursday, February 05, 2009 11:09 PM
To: openssl-users@openssl.org
Subject: libcrypto.so.2 problem

 

Hi, All,

I am installing pvktool to convert .p12 certificate file into p7b and then
the private key file pvk.

I am following the paper of
http://www.jacco2.dds.nl/networking/crtimprt-org.html
http://www.jacco2.dds.nl/networking/crtimprt-org.html

On the Fedora 7 or 10 and even SuSeLinux, I tried to install pvktool, but
always got the problem as,

rpm -i pvk-0.12-3jdl.i386.rpm

warning: pvk-0.12-3jdl.i386.rpm: Header V3 DSA signature: NOKEY, key ID
fd37b537

error: Failed dependencies:

libcrypto.so.2 is needed by pvk-0.12-3jdl.i386

I definitely have openssl installed on the linux box, 

rpm -qa | grep ssh

libssh2-0.18-7.fc9.i386

openssh-5.1p1-3.fc10.i386

openssh-server-5.1p1-3.fc10.i386

openssh-askpass-5.1p1-3.fc10.i386

ganymed-ssh2-210-6.fc9.i386

openssh-clients-5.1p1-3.fc10.i386

-   just could not figure out why the system complained about libcrypto.

Could you please give me some information on fix the problem?

Thank you very much,

Kind regards,

George Ping 

 

No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.0.233 / Virus Database: 270.10.18/1936 - Release Date: 02/05/09
11:34:00




RE: libcrypto.so.2 problem

2003-06-26 Thread David Schwartz

 Hello!
 I try to install rpm package but i need libcrypto.so.2 and libssl.so.2.
 I install openssl (last version) but i get the same errors.
 Can U tell me what i need to do?
 My workstation is a suse linux 7.3.

Talk to whoever gave you the RPM you're trying to install. RPMs general
look for specific capabilities as registered in the RPM database. They won't
know about OpenSSL if you installed it yourself from a non-RPM distribution
or an RPM distribution other than the one they were expecting.

DS


__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


Re: libcrypto.so.2

2002-02-12 Thread Gerd Schering

Daniel Northam wrote:

 Hello,
 
 I am trying to install a VPN software package that requires 
 libcrypto.so.2 and I having problems locating it... I have upgraded my 
 openssl package to openssl.0.9.6.c and apparently libcrypto.so.2 did not 
 come with that package.  Does anyone know where I can get the 
 libcrypto.so.2.  ???
 
 I am using Linux Mandrake 8.1
 

libcrypto.so.x is included in the libopenssl0-0.9.6c-2mdk rpm-package.

Gerd

-- 
--
-- Gerd Schering, Email: [EMAIL PROTECTED]  --
--

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: libcrypto.so.2

2002-02-12 Thread Keary Suska

on 2/11/02 9:13 PM, [EMAIL PROTECTED] purportedly said:

 I am trying to install a VPN software package that requires
 libcrypto.so.2 and I having problems locating it... I have upgraded my
 openssl package to openssl.0.9.6.c and apparently libcrypto.so.2 did not
 come with that package.  Does anyone know where I can get the
 libcrypto.so.2.  ???

Did you build one yourself? I could never find an up to date RPM. I had to
roll my own, and force RPM to recognize legacy .so files. But of course, you
can get the kaboom mentioned, but it's really just a matter of getting the
source rpm's of the problem apps and rebuilding. That generally forces the
app to re-link to the new libs, and I haven't had any problems doing this.

Keary Suska
Esoteritech, Inc.
Leveraging Open Source for a better Internet

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: libcrypto.so.2

2002-02-11 Thread Duke Ionescu

-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

On Monday, February 11, 2002 11:13 PM, Daniel Northam
[EMAIL PROTECTED] wrote:
 I am trying to install a VPN software package that requires
 libcrypto.so.2 and I having problems locating it... I have upgraded
 my openssl package to openssl.0.9.6.c and apparently libcrypto.so.2
 did not come with that package.  Does anyone know where I can get
 the libcrypto.so.2.  ???

cd /usr/lib  ln -s -f libcrypto.so.0.9.6 libcrypto.so.2

-BEGIN PGP SIGNATURE-

iEYEAREDAAYFAjxotAEACgkQxYudVOIJPHtmZACgvBt78EFM9m0MOIhWwt7nGie2
2PYAoIbhrvv+sMyyFzn/Iixgim/I4Btq
=FS6r
-END PGP SIGNATURE-

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: libcrypto.so.2

2002-02-11 Thread Richard Levitte - VMS Whacker

From: Duke Ionescu [EMAIL PROTECTED]

duke On Monday, February 11, 2002 11:13 PM, Daniel Northam
duke [EMAIL PROTECTED] wrote:
duke  I am trying to install a VPN software package that requires
duke  libcrypto.so.2 and I having problems locating it...

Do you have the source to that package?  In that case, the best thing
would probably be to recompile it against whatever libcrypto you
happen to have installed.

duke  I have upgraded
duke  my openssl package to openssl.0.9.6.c and apparently libcrypto.so.2
duke  did not come with that package.  Does anyone know where I can get
duke  the libcrypto.so.2.  ???
duke 
duke cd /usr/lib  ln -s -f libcrypto.so.0.9.6 libcrypto.so.2

Unless libcrypto.so.2 is supposed to be in the 0.9.6 series, expect a
big KABOOOM...  or something like that.

If you get a big KABOOOM, I'd recommend getting libcrypto.so.2 through
the proper RPM.  I can't tell you what RPM has it, however.

If you can, you should check exactly which OpenSSL your VPN software
requires and see if it matches something you have, and then make the
appropriate softlinks.

It bears repeating: until OpenSSL 1.0 is out, we give NO GUARANTEE of
binary compatibility between versions.  And no, we haven't reached a
stage where we can even talk about 1.0 yet...  Therefore, trying to
replace one version's .so with another is bound to be a bad experience
(see big KABOOOM above).

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
\  SWEDEN   \ or +46-733-72 88 11
Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, GemPlus: http://www.gemplus.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
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



RE: libcrypto.so.2 libssl.so.2

2001-09-05 Thread Shea Janet B CRBE

Hi! Did you get all of the openssl packages from Red Hat? I can't verify right now 
because I am booted into the Windows side of my machine, but I suspect that those 2 
libraries are probably in openssl-devel... or possibly one of the sources rpms.

Janet Shea

-Original Message-
From: Ola Persson [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 03, 2001 10:02 PM
To: [EMAIL PROTECTED]
Subject: libcrypto.so.2  libssl.so.2


Hi I have a question which I haven't been able to answer myself,

I tried to update my current Kde 2.1 to Kde 2.2 and then kdebase-2.2-3 asks 
for libcrypto.so.2  libssl.so.2 which I have been able to locate in 
openssl-0.9.6b-6.i386.rpm. The problem is that I have a newer (I think, 
becouse when trying install 0.9.6b-6 it says it is older than current) 
version of opensll namely openssl-0.9.6-9. In openssl-0.9.6-9 I can't locate 
libcrypto.so.2  libssl.so.2.
If I remember correctly openssl-0.9.6-9 is an update from RH.
Currently using RH 7.1 kernelversion 2.4.

How do I install libcrypto.so.2   libssl.so.2 so that RPM understands that 
they are there?

With regards
//Ola P. O.

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: libcrypto.so.2 libssl.so.2

2001-09-05 Thread NONAKA Akira
There is a openssl rpm in the Roswell(Red Hat 7.1 beta?) relaese from Red Hat
and its so version is 2.

--
NONAKA Akira
Miraclelinux
Tokyo, Japan

- Original Message -
From: "Ola Persson" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, September 04, 2001 11:01 AM
Subject: libcrypto.so.2  libssl.so.2


 Hi I have a question which I haven't been able to answer myself,

 I tried to update my current Kde 2.1 to Kde 2.2 and then kdebase-2.2-3 asks
 for libcrypto.so.2  libssl.so.2 which I have been able to locate in
 openssl-0.9.6b-6.i386.rpm. The problem is that I have a newer (I think,
 becouse when trying install 0.9.6b-6 it says it is older than current)
 version of opensll namely openssl-0.9.6-9. In openssl-0.9.6-9 I can't locate
 libcrypto.so.2  libssl.so.2.
 If I remember correctly openssl-0.9.6-9 is an update from RH.
 Currently using RH 7.1 kernelversion 2.4.

 How do I install libcrypto.so.2   libssl.so.2 so that RPM understands that
 they are there?

 With regards
 //Ola P. O.

 _
 Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

 __
 OpenSSL Project http://www.openssl.org
 User Support Mailing List[EMAIL PROTECTED]
 Automated List Manager   [EMAIL PROTECTED]

__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]