soap in php

Discussion in 'Installation/Configuration' started by bigger_travis, Jul 18, 2007.

  1. bigger_travis

    bigger_travis New Member

    hi, i've installed ispconfig with fedora 5 following your perfect installation steps. everything works great. but now i find myself having a script that requires soap to be installed. during the installation at
    http://www.howtoforge.com/perfect_setup_fedora_core_5_p2
    i installed php

    [​IMG]

    i've read some of your threads regarding soap and it seems like i have to recompile php with --enable-soap

    but to be honest, i've never done a recompile of anything, much less PHP

    so i was wondering if you have any expirience in recompiling PHP with soap so that my ISPConfig will not be affected by recompiling PHP or maybe have a tutorial that shows you how to enable soap in php in a linux machine.

    fyi, one of your threads says to send this command to check for soap:

    php -m

    and this is what i get:
    Code:
    [PHP Modules]
    bz2
    calendar
    ctype
    curl
    date
    dom
    exif
    ftp
    gd
    gettext
    gmp
    hash
    iconv
    imap
    ldap
    libxml
    mime_magic
    mysql
    mysqli
    odbc
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    PDO_ODBC
    pdo_sqlite
    posix
    pspell
    Reflection
    session
    shmop
    SimpleXML
    sockets
    SPL
    standard
    sysvmsg
    sysvsem
    sysvshm
    tokenizer
    wddx
    xml
    xmlreader
    xmlrpc
    xmlwriter
    xsl
    zlib
    
    i don't see soap anywhere.

    btw, this is the error im getting on my script that leads me to believe that i don't have soap installed on my server:

    Fatal error: Class 'SoapClient' not found in /var/www/web3/web/shop/paypal_base.php on line 401

    thanks
     
    Last edited: Jul 18, 2007
  2. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    yum search soap
    ?
     
  3. bigger_travis

    bigger_travis New Member

    yum search soap

    here's the output of

    yum search soap

    in the attachement
     

    Attached Files:

  4. falko

    falko Super Moderator Howtoforge Staff

    Please run
    Code:
    yum install php-soap
    and restart Apache.
     
  5. bigger_travis

    bigger_travis New Member

    thanks

    thankk you sir!
     

Share This Page