Thanks to those that provided the following answer. Within the <openssl src root>/fips subdirectories there are several Makefiles that use a syntax construction that confuses the compiler. Look for Makefiles where EXHEADER is not assigned a value: EXHEADER= and the following line appears: for i in $(EXHEADER) ; Change this line to: for i in "$(EXHEADER)" ; I had to do this to about 5 Makefiles. -Steve Stephen Buckmelter wrote: > I'm having the same issue, but could not find a solution in the > archives. Can anyone help out? > > Thanks, > > -Steve > > -------------------ORIGINAL POST------------------------- > Hi all, > > While trying to install v0.9.7e of openssl on a Solaris 9 machines , the > build completes fine, but it bombs out during make install and display > followin error : > > installing fips... making install in fips/sha1... sh: syntax error at > line 2: `;' unexpected *** Error code 2 make: Fatal error: Command > failed for target `install' Current working directory > /usr/local/openssl/fips/sha1 *** Error code 1 make: Fatal error: Command > failed for target `install' Current working directory > /usr/local/openssl/fips *** Error code 1 make: Fatal error: Command > failed for target `install_sw' > > The compiler is the Sun Workshop compiler and make as installed in > /usr/ccs/bin/make. > > Regards > jimi > _______________________________________________ > sunmanagers mailing list > sunmanagers@sunmanagers.org > http://www.sunmanagers.org/mailman/listinfo/sunmanagers -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NOTICE: This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _______________________________________________ sunmanagers mailing list sunmanagers@sunmanagers.org http://www.sunmanagers.org/mailman/listinfo/sunmanagersReceived on Mon Feb 7 20:10:10 2005
This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:43:43 EST