RE: libcrypto names
- From: "Chris St. Pierre" <stpierre@xxxxxxxxxxxxxxxx>
- Date: Thu, 29 Jun 2006 16:21:37 -0500 (CDT)
Yes, I have tried it. It fails because libcrypto.so.0.9.7 isn't in
the RPM database, even though it exists.
It appears that rebuilding this RPM (and any others like it) from
source will be my best option.
Chris St. Pierre
Unix Systems Administrator
Nebraska Wesleyan University
On Thu, 29 Jun 2006, McDougall, Marshall (FSH) wrote:
Why do you say your rpm install would fail? It should find the library
and carry on accordingly. Have you tried it?
-----Original Message-----
From: redhat-list-bounces@xxxxxxxxxx
[mailto:redhat-list-bounces@xxxxxxxxxx] On Behalf Of Chris St. Pierre
Sent: Thursday, June 29, 2006 1:54 PM
To: General Red Hat Linux discussion list
Subject: RE: libcrypto names
While that would functionally work, my RPM install would still fail --
unless I use --force, I suppose. That's ugly, though, as we don't
have --force written into any of our scripts, crontabs, Cfengine
rules, etc., and don't want to. I'm looking for a way to do this
"politely," I guess.
Chris St. Pierre
Unix Systems Administrator
Nebraska Wesleyan University
On Thu, 29 Jun 2006, McDougall, Marshall (FSH) wrote:
If they are indeed the same package, just create a soft link to your
currently installed lib but name it with the other naming standard ala:
cd /lib
ln -s ./libcrypto.so.0.9.7 ./libcrypto.so.4
Regards, Marshall
-----Original Message-----
From: redhat-list-bounces@xxxxxxxxxx
[mailto:redhat-list-bounces@xxxxxxxxxx] On Behalf Of Chris St. Pierre
Sent: Thursday, June 29, 2006 1:04 PM
To: redhat-list@xxxxxxxxxx
Subject: libcrypto names
I've got an RPM that requires libcrypto.so.0.9.7. The problem is that
RHEL's OpenSSL package provides libcrypto.so.4. Some googling
suggests that these are, in fact, the same library, just named
differently: the .4 is an RHEL thing, while the .0.9.7 is the OpenSSL
version. (The RPM is packaged without a specific distro in mind.)
How can I solve this dependency, preferably without installing a
non-RHEL OpenSSL package?
The only thing I can think of is to create an RPM package that just
installs a symlink to libcrypto.so.4 under libcrypto.so.0.9.7, and
reports to the RPM database that this package provides
libcrypto.so.0.9.7. This seems like overkill, and I'm also a total
noob when it comes to making my own RPMs. Other ideas?
Chris St. Pierre
Unix Systems Administrator
Nebraska Wesleyan University
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
- References:
- RE: libcrypto names
- From: McDougall, Marshall (FSH)
- RE: libcrypto names
- Prev by Date: RE: libcrypto names
- Next by Date: "Package is not signed..."
- Previous by thread: RE: libcrypto names
- Next by thread: "Package is not signed..."
- Index(es):
Relevant Pages
- Re: [SLE] deCSS
... >> Anyone know of a reasonably easy decss program to copy DVDs to my hard ...
This let's you compile from source but converts it to an rpm ... Then instead of make install
you type checkinstall. ... package to meet the dependencies it may not be recognized by
the other ... (SuSE) - Re: RH 9.0, Putting Samba on Linux with RPM?
... I need to install Samba with RPM. ... downloading the various manuals
in the package forms. ... (linux.redhat.misc) - Re: NOKEY Error When Installing Samba
... > As for the rpm-build package, I will have to look for that because I ...
As a new Linux ... BTW, usually when you go to the trouble of "installing" a source
rpm, it's ... binary rpm is already at your current system level, you'd just install
the ... (comp.os.linux.misc) - Re: ./configure command
... you are telling him he should find an RPM which may or may ... can install
software that someone else produced on his machine. ... The package is not available.
... We are talking about Fedora here. ... (Fedora) - [PATCH 1/2] kbuil: add deb-pkg target
... # To prepare kbuild for more kernel packaging formats move all packaging ...
# In top-level Makefile introduce generic support for all package ... Included the old
rpm target for backward ... # and builddeb scripts. ... (Linux-Kernel)