| 6 |
# ANY KIND, either express or implied. See the file COPYRIGHT for |
# ANY KIND, either express or implied. See the file COPYRIGHT for |
| 7 |
# details. |
# details. |
| 8 |
|
|
| 9 |
# $Id: Install,v 1.4 2002/07/11 02:39:33 rabbi Exp $ |
# $Id: Install,v 1.5 2002/07/24 06:50:53 rabbi Exp $ |
| 10 |
|
|
| 11 |
#whereis program default-path |
#whereis program default-path |
| 12 |
whereis() |
whereis() |
| 372 |
readln "Continue anyway?" n |
readln "Continue anyway?" n |
| 373 |
if [ "$ans" = "n" ] |
if [ "$ans" = "n" ] |
| 374 |
then |
then |
| 375 |
echo "Please install zlib now." |
echo "Please install zlib 1.1.4 or greater now." |
| 376 |
exit 1 |
exit 1 |
| 377 |
fi |
fi |
| 378 |
else |
else |
| 460 |
fi |
fi |
| 461 |
elif [ "16#$version" = "16#90581f" ] |
elif [ "16#$version" = "16#90581f" ] |
| 462 |
then |
then |
| 463 |
|
echo "Compiling with OpenSSL 0.9.5a." |
| 464 |
|
elif [ "16#$version" = "16#90601f" ] |
| 465 |
|
then |
| 466 |
echo "Compiling with OpenSSL 0.9.6a." |
echo "Compiling with OpenSSL 0.9.6a." |
| 467 |
elif [ "16#$version" = "16#90602f" ] |
elif [ "16#$version" = "16#90602f" ] |
| 468 |
then |
then |