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"
Did you install the i386 or i686 package?
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)
doah again.
Ok, verified that this is NOTABUG.