Folks,

 

I am attempting to install openssl-0.9.7c on an OpenBSD3.1 server.  I’ve run config with the no-asm flag as suggested in the FAQs.  ./config no-asm gave no error messages.  However, when I run make, I get this error and make exits:
 

gcc -I.. -I../.. -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DOPENSSL_NO_ASM -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer  -c hw_cryptodev.c

hw_cryptodev.c: In function `ENGINE_load_cryptodev':

hw_cryptodev.c:1063: `CIOCASYMFEAT' undeclared (first use in this function)

hw_cryptodev.c:1063: (Each undeclared identifier is reported only once

hw_cryptodev.c:1063: for each function it appears in.)

hw_cryptodev.c:1088: `CRF_MOD_EXP' undeclared (first use in this function)

hw_cryptodev.c:1090: `CRF_MOD_EXP_CRT' undeclared (first use in this function)

hw_cryptodev.c:1103: `CRF_DSA_SIGN' undeclared (first use in this function)

hw_cryptodev.c:1109: `CRF_DSA_VERIFY' undeclared (first use in this function)

hw_cryptodev.c:1121: `CRF_DH_COMPUTE_KEY' undeclared (first use in this function)

*** Error code 1

 

Stop in /usr/local/openssl-0.9.7c/crypto/engine.

*** Error code 1

 

Stop in /usr/local/openssl-0.9.7c/crypto (line 73 of Makefile.ssl).

*** Error code 1

 

Stop in /usr/local/openssl-0.9.7c (line 235 of Makefile).

 

Suggestions?

 

Thanks

 

Mike O’Doherty

Reply via email to