I'm currently trying to install WSF/PHP in Centos 5.2 to use a webservice.
I obtain this when I do a make
/var/www/vhosts/courtier-en-mutuelle.com/subdomains/admin2/httpdocs/wso2-wsf-php-src- 2.0.0/src/wsf.c:131: error: duplicate 'static'
make[2]: *** [wsf.lo] Erreur 1
make[2]: quittant le r?pertoire ? /var/www/vhosts/courtier-en-mutuelle.com/subdomains/admin2/httpdocs/wso2-wsf-php-src-2.0.0/src ?
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le r?pertoire ? /var/www/vhosts/courtier-en-mutuelle.com/subdomains/admin2/httpdocs/wso2-wsf-php-src-2.0.0 ?
make: *** [all] Erreur 2
And after the make install
/var/www/vhosts/courtier-en-mutuelle.com/subdomains/admin2/httpdocs/wso2-wsf-php-src-2.0.0/src/wsf.c:131: error: duplicate 'static'
make[1]: *** [wsf.lo] Erreur 1
make[1]: quittant le r?pertoire ? /var/www/vhosts/courtier-en-mutuelle.com/subdomains/admin2/httpdocs/wso2-wsf-php-src-2.0.0/src ?
make: *** [install-recursive] Erreur 1
To solve my problem by myself I've search over the web and I found this tutorial but it doesn't work, when I try a phpinfo() there is no wsl extension installed.