Hello,

I'm running make test on openssl-0.9.8e built under linux and getting an
illegal instruction in the tx509 test, both with and without the no-sse2
build option:
$ bash -x ./tx509
+ cmd='../util/shlib_wrap.sh ../apps/openssl x509'
+ '[' x '!=' x ']'
+ t=testx509.pem
+ echo testing X509 conversions
testing X509 conversions
+ cp testx509.pem fff.p
+ echo 'p -> d'
p -> d
+ ../util/shlib_wrap.sh ../apps/openssl x509 -in fff.p -inform p
-outform d
./tx509: line 15: 26320 Illegal instruction     $cmd -in fff.p -inform p
-outform d > f.d
+ '[' 132 '!=' 0 ']'
+ exit 1

My CPU has these flags:
$ cat /proc/cpuinfo 
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 44
model name      : AMD Sempron(tm) Processor 3000+
stepping        : 2
cpu MHz         : 1808.372
cache size      : 128 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt
lm 3dnowext 3dnow up pni lahf_lm ts fid vid ttp tm stc
bogomips        : 3620.08
clflush size    : 64

My build configure line is:
./Configure no-idea no-rc5 enable-camellia shared linux-elf

Any hints?


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to