galiyosha
09-06-2008, 05:26 AM
install.sh and functions.sh have /bin/sh specified as an interpreter. However, on systems, where /bin/sh is a plain Bourne shell (like Solaris 10), installation fails with the message of install.sh: test: argument expected because of line 972 in function.sh: if [ -e "$LSINSTALL_DIR/bin/lshttpd.dbg" ]; then
All runs fine if installation is invoked by bash install.sh.
Please correct the shebang line in your install scripts to point explicitly to bash.
OS: Solaris 10, 64-bit
LSWS 3.3.17 Standard
All runs fine if installation is invoked by bash install.sh.
Please correct the shebang line in your install scripts to point explicitly to bash.
OS: Solaris 10, 64-bit
LSWS 3.3.17 Standard