A solution to the problem of libcrypto.so.7 and libssl.so.7 cannot be found

Source: Internet
Author: User
Tags openssl openssl version

Shortly after using Linux, there was a problem installing the program using the F9 system:

Error Rpm_check_debug and Depsolve:
Perl (Gbf::make) is needed by anjuta-2.25.901-2.fc11.i386
Libcrypto.so.7 is needed by libflashsupport-000-0.5.svn20070904.i386
Libssl.so.7 is needed by libflashsupport-000-0.5.svn20070904.i386
Please report this error to Bugzilla.

After the internet search to see someone say yes
Because there may is dependencies on specific library soname versions,
such as libcrypto.so.6 and not libcrypto.so.7
First try to clear the cache, upgrade the system

#yum-y Update
There were files that failed to fully load the test several times
But when it's over, it prompts the same question.
Use rpm-q OpenSSL check to find presence openssl-0.9.8g-fc9.i686
Tried to delete it, found too many dependent files, and then dropped it.
Check found usr/lib/libssl.so.0.9.8g libcrypto.so.1
Use rpm-ql OpenSSL check to find/lib/libssl.so.7 and/lib/libcrypto.so.7
That is, the file exists, but the version is wrong.
This is the reason for the problem: should be installed OpenSSL version error, should be installed. i386 instead of. i686
Someone on the internet to analyze
Kevin Kofler:
The Postuninstall scriptlet from the ' old package ' is run during upgrades.
(It's run after the Postinstall scriptlet of the new one.) RPM installs the
New package, then removes the old one. Of course only the files which are
Not in the new package are removed. But the Postun scriptlet is run.)

Tomas Mraz:

That's could make sense. In case the "old" package uninstalled is the 0.9.8g
Version it'll probably cause the%postun ldconfig to remove the
Symlink. I ' ve added a Triggerpostun scriptlet to reinstate the symlinks
If they are missing to openssl-0.9.8j-5.fc11. The version of the old package is 0.9.8g, which may have caused%postun ldconfig to

Remove Thesymlink.

Really helpless to consider unloading loading OpenSSL
Uninstall Step:
1.1 Stop Service Sshd
1.2 Uninstall OpenSSH
#rpm-E openssh-*--nodeps (* representative version)
#rpm-E openssh-server-*--nodeps
#rpm-E openssh-clients-*--nodeps
#rpm-E openssh-askpass-*
1.3 Uninstall OpenSSL
#rpm-E openssl-devel-*
#rpm-E openssl-*
And then found that most of the applications weren't available.
Re-install
#rpm-IVH openssl-0.9.8j-7.fc11.i386.rpm
#rpm-IVH openssl-devel-0.9.8j-7.fc11.i386.rpm
Found that the file is libcrypto.so.8, does not match.
So instead of installing openssl-0.9.8g-9.12.fc9.i386, openssh-5.1p1-3.fc9.i386
The previous application was available. But

#yum Update or a problem

So I continued my network search.

Found the reason is Libflashsupport, Anjuta and file system conflict

All OK after deletion.

Summary: There seems to be a lot of things to learn ah, such a simple problem so long to get it done.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.