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 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