Skip to content

Commit

Permalink
Include perl libs
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Mar 23, 2017
1 parent 24b5fb0 commit b8b32e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/installers/ubuntu-lts-1604-ixp-manager-v4.sh
Expand Up @@ -292,7 +292,9 @@ debconf-set-selections <<< "mysql-server mysql-server/root_password_again passwo
echo -n "Installing PHP, Apache, MySQL, etc. Please be very patient..."
log_break && apt-get install -qy apache2 php7.0 php7.0-intl php7.0-mysql php-rrd php7.0-cgi php7.0-cli php7.0-snmp php7.0-curl php7.0-mcrypt \
php-memcached libapache2-mod-php7.0 mysql-server mysql-client php-mysql memcached snmp nodejs nodejs-legacy npm \
php7.0-mbstring php7.0-xml php-gettext bgpq3 php-memcache unzip php-zip git &>> /tmp/ixp-manager-install.log
php7.0-mbstring php7.0-xml php-gettext bgpq3 php-memcache unzip php-zip git \
libconfig-general-perl libnetaddr-ip-perl mrtg libconfig-general-perl libnetaddr-ip-perl rrdtool librrds-perl \
&>> /tmp/ixp-manager-install.log
echo '[done]'

# First time you run PHP it may output some setup messages - bury these
Expand Down

0 comments on commit b8b32e6

Please sign in to comment.