On Tue,  2 Nov 2004, 20:00 GMT+01 (20:00 local time) Rainer Perske via
RT wrote:

[...]
> "make install" fails, complaining about an invalid semicolon while
> running "make install" in fips/sha1.

> Reason: The target "install:" in fips/sha1/Makefile (as in other
> Makefiles in the fips directory tree) contains this shell command:

>   if test -n "$(EXHEADER)"; then for i in $(EXHEADER) ; do ...
[...]

I also encountered problems caused by the fips directory tree
introduced in OpenSSL 0.9.7e, as reported at
http://marc.theaimsgroup.com/?l=openssl-dev&m=109909229102872&w=2

I am wondering why this new stuff is even there since it is not
mentioned in the CHANGES files, "Changes between 0.9.7d and 0.9.7e
[25 Oct 2004]". I noticed that there is now a Configure option
'no-fips', which should disable making the fips stuff, I guess,
however it has been ignored on my tests. I succeeded to build OpenSSL
0.9.7e on several platforms only by disabling the fips stuff manually
through the Makefile.org file:

#DIRS=   crypto fips ssl $(SHLIB_MARK) sigs apps test tools
 DIRS=   crypto      ssl $(SHLIB_MARK) sigs apps test tools

#SHLIBDIRS= fips crypto ssl
 SHLIBDIRS=      crypto ssl

rob.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to