I’m currently trying to install the wso2 php extension on an Ubuntu 18.04 server. When I do the ‘make’ command, I’m getting the following error:
make[4]: Leaving directory '/home/mat/wso2-wsf-php-src-2.1.0/wsf_c/rampartc'
Making all in savanc
/bin/bash: line 17: cd: savanc: No such file or directory
Makefile:325: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/mat/wso2-wsf-php-src-2.1.0/wsf_c'
Makefile:221: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/mat/wso2-wsf-php-src-2.1.0/wsf_c'
Makefile:276: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/mat/wso2-wsf-php-src-2.1.0'
Makefile:206: recipe for target 'all' failed
make: *** [all] Error 2
I really need to install this extension. Thanks for help.