sOAP and Curl installation

Discussion in 'ISPConfig 3 Priority Support' started by dontbanme, Jan 23, 2021.

  1. dontbanme

    dontbanme New Member HowtoForge Supporter

    Is it possible to install php-sOAP, and php-curl after ispconfig3.2 has been installed. What would the correct way of doing this be? yum install then restart apache?
    System is installed on Centos 7.9 (followed perfect server centos 7.6 guide) php 7.2 is installed.

    Thanks
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Yes, this is possible. This is the step from the Perfect Server guide:
    Code:
    yum -y install php php-devel php-gd php-imap php-ldap php-mysql php-odbc php-pear php-xml php-xmlrpc php-pecl-apc php-mbstring php-mcrypt php-mssql php-snmp php-soap php-tidy curl curl-devel perl-libwww-perl ImageMagick libxml2 libxml2-devel mod_fcgid php-cli httpd-devel php-fpm php-intl php-imagick php-pspell wget
    Restart apache after.
     
  3. dontbanme

    dontbanme New Member HowtoForge Supporter

    Thanks, would I just omit the modules already installed then I assume?
     
  4. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Yes, but it can't hurt to run the full command.
     
  5. dontbanme

    dontbanme New Member HowtoForge Supporter

    Thank you again. got it squared.
     
    Th0m likes this.

Share This Page