I am attempting to install openssl-0.9.7e on a Solaris 8 U60.
When I "make install", I get:

    making install in fips/sha1...
    sh: syntax error at line 2: `;' unexpected
    *** Error code 2
    make: Fatal error: Command failed for target `install'

Examining fips/sha1/Makefile I see:

    EXHEADER=

install:
@if test -n "$(EXHEADER)"; then \
for i in $(EXHEADER) ; \
do \
(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
done; \
fi


Is this where the error is coming from?

-- Larry Breyer --
Unix/Linux/Windows System Administrator
Computer Science and Engineering Department
University of California, San Diego
9500 Gilman Drive, MC 0114, La Jolla, CA 92093-0114

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

Reply via email to