diff --git a/BUILD/install_build_deps.sh b/BUILD/install_build_deps.sh index 3db61a326..a600ce372 100755 --- a/BUILD/install_build_deps.sh +++ b/BUILD/install_build_deps.sh @@ -16,7 +16,11 @@ then build-essential libssl-dev ncurses-dev bison flex \ perl libtool libpcre3-dev tcl tcl-dev uuid \ uuid-dev libsqlite3-dev liblzma-dev libpam0g-dev pkg-config \ - libedit-dev libsystemd-dev + libedit-dev + + # One of these will work, older systems use libsystemd-daemon-dev + sudo apt-get install -y libsystemd-dev || \ + sudo apt-get install -y libsystemd-daemon-dev ## separatelibgnutls installation process for Ubuntu Trusty cat /etc/*release | grep -E "Trusty|wheezy"