Bug 480348

Summary: No module named _sha256
Product: [Fedora] Fedora Reporter: Jóhann B. Guðmundsson <johannbg>
Component: opensslAssignee: Tomas Mraz <tmraz>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: high    
Version: rawhideCC: ffesti, james.antill, katzj, pmatilai, tim.lauridsen, tmraz
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-01-16 16:59:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jóhann B. Guðmundsson 2009-01-16 16:01:38 UTC
Description of problem:

After updating to today's rawhide yum fails with this.. 

There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:

   No module named _sha256

Please install a package which provides this module, or
verify that the module is installed correctly.

It's possible that the above module doesn't match the
current version of Python, which is:
2.5.2 (r252:60911, Sep 30 2008, 15:42:03) 
[GCC 4.3.2 20080917 (Red Hat 4.3.2-4)]

If you cannot solve this problem yourself, please go to 
the yum faq at:
  http://wiki.linux.duke.edu/YumFaq
  


Version-Release number of selected component (if applicable):

20-5

How reproducible:

Always

Steps to Reproduce:
1. yum <enter>
2.
3.
  
Actual results:

The above 

Expected results:

Yum being functional..

Additional info:

Comment 1 James Antill 2009-01-16 16:03:02 UTC
openssl updated and broke ABI ... do the symlink thing to work around it (see f-d-l).

Comment 2 seth vidal 2009-01-16 16:18:43 UTC
reassigning to openssl and reopening.

Comment 3 Jóhann B. Guðmundsson 2009-01-16 16:45:55 UTC
The symbolic link for libcrypto.so.7 was missing

Simple ln -s /lib64/libcrypto.so.8 /lib64/libcrypto.so.7 Fixed this for me

There where other things that broke as well for like cups sendmail  and more

Did not keep track of it all fixed after creating the symbolic link..

Comment 4 Tomas Mraz 2009-01-16 16:59:06 UTC

*** This bug has been marked as a duplicate of bug 480312 ***