How to install SOAP?

Fixed by fantastic guy at www.PoundHost.co.uk (RZ) :)

Not sure how it happened but:

1) mv /usr/local/bin/perl /usr/local/bin/perl.old
2) ln -s /usr/bin/perl /usr/local/bin/perl

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

Thanks for your help scsi - hopefully above may help someone looking in, cheers.
 
That was php5.3, however seems that all 'Makefiles' are failing with the same "Missing separator" error albeit on different lines:

suPHP
/usr/local/directamin/custombuild/suphp-0.7.1/Makefile

Trying to make suPHP...
Makefile:98: *** missing separator. Stop.

Code:
[B]98[/B] require 5.004;
99 use strict;
100 package apxs;
Does anyone work commerically that would be able to fix this on the forums?
 
That was php5.3, however seems that all 'Makefiles' are failing with the same "Missing separator" error albeit on different lines:

suPHP
/usr/local/directamin/custombuild/suphp-0.7.1/Makefile

Trying to make suPHP...
Makefile:98: *** missing separator. Stop.

Code:
[B]98[/B] require 5.004;
99 use strict;
100 package apxs;
Does anyone work commerically that would be able to fix this on the forums?
_________________
download 5000 backlinks
 
Back
Top