On Mon, Mar 02, 2009, Claus Assmann wrote: > Out of the box OpenSSL 0.9.8j fails to install on SunOS 5.10 ( cp: > cannot access fipscanister.o). I found a mail in the archives about > this and applied the patch to disable FIPS (see below). However, > after doing that compilation fails because fips.h is missing: > > cc -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN > -DHAVE_DLFCN_H -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa > -DB_ENDIAN -DBN_DIV2W -c o_init.c > cc: Warning: -xarch=v8plus is deprecated, use -m32 -xarch=sparc instead > make: Fatal error: Don't know how to make target `../include/openssl/fips.h' > Current working directory /home/ca/pd/security/openssl-0.9.8j+/crypto > *** Error code 1 > make: Fatal error: Command failed for target `build_crypto' > > That's because openssl/fips.h is listed as dependency in the Makefile. > > What's the "correct" way to fix this? For now I "hacked" the Makefile > to ignore the result of the cp command. >
Please try a recent 0.9.8 snapshot, for example: ftp://ftp.openssl.org/snapshot/openssl-0.9.8-stable-SNAP-20090303.tar.gz Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org