diff -r ac0bbc1e5d79 -r 8dd670a9f34f sbsv2/raptor/bin/install_raptor.sh --- a/sbsv2/raptor/bin/install_raptor.sh Mon Sep 13 13:11:19 2010 +0800 +++ b/sbsv2/raptor/bin/install_raptor.sh Mon Sep 13 14:04:04 2010 +0100 @@ -50,6 +50,12 @@ echo "You DON'T appear to have the ncurses dev libraries - please install them (ncurses-dev or ncurses-devel)" fi +if [ -f "/usr/include/bzlib.h" ]; then + echo "You appear to have the bzip2 dev libraries" +else + echo "You DON'T appear to have the bzip2 dev libraries - please install them (bzip2-dev or bzip2-devel)" +fi + echo "Do you wish to continue (Y or y for 'yes' anything else for no)?" read X