Bug 62379

Summary: openssl compiled for i686
Product: [Retired] Red Hat Public Beta Reporter: Matthew Galgoci <mgalgoci>
Component: opensslAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: skipjack-beta1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-04-01 21:38:36 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 Matthew Galgoci 2002-03-30 20:51:20 UTC
Description of Problem:

openssl is compiled with i686 specific instructions and won't run on any of
my older hardware (various i586 chips). An illegal instruction exception is 
generated.

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

Tried current beta and current rawhide.

How Reproducible:

Try and run openssl on a non 686 machine and it should happen every
time.

Additional Information:

I recompiled openssl with the following flags and it works now:

sslarch=linux-elf
sslflags="no-asm 386"

Comment 1 Bill Nottingham 2002-04-01 21:16:21 UTC
Did you install the i386 or i686 package?

Comment 2 Matthew Galgoci 2002-04-01 21:38:14 UTC
doah.

I didn't realize that openssl had been broken out into i386 and i686 packages.

The machine was installed on an i686 and I rolled back the kernel and libc by 
hand before dropping the drive into the i586 machine.

I AssuMed there was only one openssl package.

Let me double check on this tonight before closing this bug as NOTABUG (or 
rather PEBKAC)

Comment 3 Matthew Galgoci 2002-04-01 21:38:32 UTC
doah again.

Comment 4 Matthew Galgoci 2002-04-08 05:22:47 UTC
Ok, verified that this is NOTABUG.