libssl.so.6 required by git

Sashan Govender sashang at gmail.com
Thu Nov 6 13:23:33 UTC 2008


On Thu, Nov 6, 2008 at 11:49 PM, Bryn M. Reeves <bmr at redhat.com> wrote:
> Sashan Govender wrote:
>>
>> Why are my dependecies broken?
>>
>> I upgraded Fed 8 to Fed 9 yesterday and have noticed this:
>>
>> git: error while loading shared libraries: libssl.so.6: cannot open
>> shared object file: No such file or directory
>
> Where did the git package come from? Can you post the output of "rpm -qi
> git"?
>
> The git I have installed (f9, clean install, 64-bit) is:
>
> git-1.5.6.5-1.fc9.x86_64
>
> It depends on libssl.so.7 and libssl3.so:
>
> $ ldd `which git` | grep ssl
>        libssl3.so => /lib64/libssl3.so (0x00000033eb600000)
>        libssl.so.7 => /lib64/libssl.so.7 (0x00000033e4e00000)
>
> These are provided by openssl-0.9.8g-9.fc9.
>

[root at grendel downloads]# rpm -qi git
Name        : git                          Relocations: (not relocatable)
Version     : 1.5.6.5                           Vendor: Fedora Project
Release     : 1.fc9                         Build Date: Wed 22 Oct
2008 11:42:24 PM EST
Install Date: Fri 07 Nov 2008 12:10:50 AM EST      Build Host:
x86-3.fedora.phx.redhat.com
Group       : Development/Tools             Source RPM:
git-1.5.6.5-1.fc9.src.rpm
Size        : 9568901                          License: GPLv2
Signature   : DSA/SHA1, Thu 23 Oct 2008 11:42:36 AM EST, Key ID 62aec3dc6df2196f
Packager    : Fedora Project
URL         : http://kernel.org/pub/software/scm/git/
Summary     : Core git tools
Description :
Git is a fast, scalable, distributed revision control system with an
unusually rich command set that provides both high-level operations
and full access to internals.

The git rpm installs the core tools with minimal dependencies.  To
install all git packages, including tools for integrating with other
SCMs, install the git-all meta-package.
[root at grendel downloads]#


[root at grendel downloads]# ldd `which git` | grep ssl
	libssl3.so => /lib/libssl3.so (0x049b6000)
	libssl.so.7 => /lib/libssl.so.7 (0x03c15000)
[root at grendel downloads]#

[root at grendel downloads]# rpm -qi openssl
Name        : openssl                      Relocations: (not relocatable)
Version     : 0.9.8g                            Vendor: Fedora Project
Release     : 9.fc9                         Build Date: Thu 29 May
2008 04:15:22 AM EST
Install Date: Thu 06 Nov 2008 10:21:02 PM EST      Build Host:
xenbuilder1.fedora.redhat.com
Group       : System Environment/Libraries   Source RPM:
openssl-0.9.8g-9.fc9.src.rpm
Size        : 3680629                          License: OpenSSL
Signature   : DSA/SHA1, Fri 29 Aug 2008 08:18:11 AM EST, Key ID 62aec3dc6df2196f
Packager    : Fedora Project
URL         : http://www.openssl.org/
Summary     : The OpenSSL toolkit
Description :
The OpenSSL toolkit provides support for secure communications between
machines. OpenSSL includes a certificate management tool and shared
libraries which provide various cryptographic algorithms and
protocols.
[root at grendel downloads]#




More information about the fedora-list mailing list