How to install soap service direct admin
Installing the soap service is a relatively easy affair in theory, however there are always pitfalls to rebuilding php especially on a live environment. Check out what to look out for after the break.
First of all let’s find which configuration files are used by your system, navigate to:
cd /usr/local/directadmin/custombuild/
then enter:
./build used_configs
This will show both your Apache configuration file location and your PHP5 config file
e.g:
Apache configuration file: /usr/local/directadmin/custombuild/custom/ap2/configure.apache
PHP5 configuration file: /usr/local/directadmin/custombuild/configure/ap2/configure.php5
Open:
vi /usr/local/directadmin/custombuild/configure/ap2/configure.php5
and add this tag as the last line, noting that the last line doesn’t have a backslash :
“–enable-soap”
Then run:
./build clean
./build update
./build php n
/sbin/service httpd restart
That should be it. PHP should now be compiled with soap service.
—
Notes: troubleshooting
mv /usr/local/bin/perl /usr/local/bin/perl.old
ln -s /usr/bin/perl /usr/local/bin/perl
Upgraded PCRE to the latest with UTF-8 support.
PCRE version 8.20 2011-10-21
Compiled with
UTF-8 support
Unicode properties support
No just-in-time compiler support
Newline sequence is LF
R matches all Unicode newlines
Internal link size = 2
POSIX malloc threshold = 10
Default match limit = 10000000
Default recursion depth limit = 10000000
Match recursion uses stack
Related Articles
- 14.02.12: Best Business Broadband 2012 (2)
- 19.03.12: Fatal error: "no default carrier" FIX (0)
- 23.05.11: yum install php-soap not working (1)
- 09.09.11: PayPal Email crashing Outlook [FIX] (0)
- 29.08.11: Alexa page rank showing Private in Firefox 6 (2)









Comments RSS Feed





Leave a comment