mod_php_install.sh: add support for xmlrpc extension.
This commit is contained in:
parent
bd0808bbff
commit
25e8857013
@ -199,7 +199,8 @@ _required_base_packages="$_required_base_packages
|
|||||||
libsctp-dev
|
libsctp-dev
|
||||||
libcrypto++-dev
|
libcrypto++-dev
|
||||||
libzip-dev
|
libzip-dev
|
||||||
libharfbuzz-dev"
|
libharfbuzz-dev
|
||||||
|
libxmlrpc-epi-dev"
|
||||||
|
|
||||||
# - Package libgraphicsmagick++3 is not available at ubunru 18.04"
|
# - Package libgraphicsmagick++3 is not available at ubunru 18.04"
|
||||||
# -
|
# -
|
||||||
@ -2085,7 +2086,8 @@ config_params="
|
|||||||
--with-ldap=shared
|
--with-ldap=shared
|
||||||
--with-xsl
|
--with-xsl
|
||||||
--with-mhash
|
--with-mhash
|
||||||
--enable-cgi"
|
--enable-cgi
|
||||||
|
--with-xmlrpc"
|
||||||
|
|
||||||
# --with-t1lib \
|
# --with-t1lib \
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user