hi, I want to upgrade openssl on my centos5 machine, that has default installation as openssl-0.9.5b. when i try to compile code i get error.
[EMAIL PROTECTED] openssl-0.9.8g]# make[2]: Entering directory `/usr/local/openssl-0.9.8g.tar/openssl-0.9.8g/test' > ( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto }"; > LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--O3}"; LIBPATH=`for x in > $LIBDEPS; do if echo $x | grep '^ *-L' > /dev/null 2>&1; then echo $x | > sed -e 's/^ *-L//'; fi; done | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ > /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o > ${APPNAME:=rc5test} rc5test.o ${LIBDEPS} ) -bash: syntax error near unexpected token `do' [EMAIL PROTECTED] openssl-0.9.8g]# /usr/lib/gcc/i386-redhat-linux/3.4.6/../../../crt1.o(.text+0x18): In function `_start': -bash: syntax error near unexpected token `.text+0x18' [EMAIL PROTECTED] openssl-0.9.8g]# : undefined reference to `main' > collect2: ld returned 1 exit status Please help me to find out the problem Yogesh -- View this message in context: http://www.nabble.com/compilation-error-openssl-0.9.8g-on-CentOS5-tp17488119p17488119.html Sent from the OpenSSL - User mailing list archive at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]