I've configured for solaris64-sparcv9-gcc and shared libs; the build chokes looking for something called fips_premain.c; I feel like I'm not passing it some LIBDIR it needs (from the Makefile):

: hera:/usr/cs/src/openssl-1.0.1f ; find ./ -name Makefile -a -exec grep fips_premain.c {} \;
                $(FIPSLIBDIR)fips_premain.c $(FIPSLIBDIR)fipscanister.o \
: hera:/usr/cs/src/openssl-1.0.1f ; grep FIPSLIBDIR Makefile
FIPSLIBDIR=
                FIPSLIBDIR='${FIPSLIBDIR}'                      \
                $(FIPSLIBDIR)fips_premain.c $(FIPSLIBDIR)fipscanister.o \

There is also no such file in the distro:

: hera:/usr/cs/src/openssl-1.0.1f ; find ./ -name fips_premain.c
: hera:/usr/cs/src/openssl-1.0.1f ; gzcat ../openssl-1.0.1f.tar.gz | gtar -tvf 
- | grep fips_premain.c
: hera:/usr/cs/src/openssl-1.0.1f ;

Am I supposed to be unpacking the fips source first?

I couldn't find anything in my (admittedly quick) search of the openssl docs.

Best,

Scott

==================================================================
Scott Ruffner
Computer Systems Senior Engineer       Computer Science Department
ruff...@cs.virginia.spam.edu                University of Virginia
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to