mod_php_install.sh: add support for xmlrpc extension.

This commit is contained in:
Christoph 2020-04-09 00:02:12 +02:00
parent bd0808bbff
commit 25e8857013

View File

@ -199,7 +199,8 @@ _required_base_packages="$_required_base_packages
libsctp-dev
libcrypto++-dev
libzip-dev
libharfbuzz-dev"
libharfbuzz-dev
libxmlrpc-epi-dev"
# - Package libgraphicsmagick++3 is not available at ubunru 18.04"
# -
@ -2085,7 +2086,8 @@ config_params="
--with-ldap=shared
--with-xsl
--with-mhash
--enable-cgi"
--enable-cgi
--with-xmlrpc"
# --with-t1lib \