Bug 613290 - no libcrypto.so.7 !
Summary: no libcrypto.so.7 !
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: git
Version: 12
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Todd Zullinger
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-07-10 13:54 UTC by Jason Vas Dias
Modified: 2013-01-10 10:42 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-07-11 07:25:37 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jason Vas Dias 2010-07-10 13:54:44 UTC
Description of problem:

$ git-push
git-push: error while loading shared libraries: libcrypto.so.7: cannot open shared object file: No such file or directory

The OpenSSL RPM openssl-1.0.0a-1.fc12.x86_64 no longer provides 
/usr/lib{,64}/libcrypto.so.7 - 
please relink next release's git-push to /usr/lib{,64}/libcrypto.so .

Version-Release number of selected component (if applicable):
git-1.6.6.1-1.fc12.x86_64
openssl-1.0.0a-1.fc12.x86_64

How reproducible:
100%

Steps to Reproduce:
Try to push anything with git-push
  
Actual results:
link failure

Expected results:
push OK

Additional info:

Comment 1 Todd Zullinger 2010-07-10 18:33:19 UTC
git-push is not in the default path on Fedora 12.  Are you sure that you're not running an older version of git-push which is not from the 1.6.6.1-1.fc12 package?

Checking the binaries in git --exec-path (/usr/libexec/git-core) I don't see any that are linked with libcrypto.so.7.

Please show the output of 'which git-push' and 'ldd $(which git-push) | grep libcrypto'

Comment 2 Jason Vas Dias 2010-07-11 07:25:37 UTC
Oops, sorry, you are right - that git-push was from an old manual installation.
Thanks!


Note You need to log in before you can comment on or make changes to this bug.