我在安装wso2 php框架时遇到了问题。遵循他们网站http://wso2.org/project/wsf/php/2.0.0/docs/install_guide.html#1.Installing_and_Running_on_Linux的说明
运行opensuse 12.1
当我运行make时,我得到了以下错误,并且我不知道如何继续。任何帮助我们都将不胜感激。
cp: target `/usr/lib64/php5/extensions/wsf_c/lib/' is not a directory
make[6]: *** [install-data-hook] Error 1
make[6]: Leaving directory `/home/wso2/wso2-wsf-php-src-2.1.0/wsf_c/sandesha2c/s rc/core'
make[5]: *** [install-data-am] Error 2
make[5]: Leaving directory `/home/wso2/wso2-wsf-php-src-2.1.0/wsf_c/sandesha2c/s rc/core'
make[4]: *** [install-am] Error 2
make[4]: Leaving directory `/home/wso2/wso2-wsf-php-src-2.1.0/wsf_c/sandesha2c/s rc/core'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/home/wso2/wso2-wsf-php-src-2.1.0/wsf_c/sandesha2c/s rc'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/wso2/wso2-wsf-php-src-2.1.0/wsf_c/sandesha2c'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/wso2/wso2-wsf-php-src-2.1.0/wsf_c'
make: *** [install-recursive] Error 1发布于 2012-06-03 22:43:02
对于2.1.0的安装,您似乎正在遵循2.0.0文档。请按照文档1的相关版本进行操作。我最近在Ubuntu 10.04上安装了WSF/PHP 2.1.0。2解决了我面临的几个问题。
1- http://wso2.org/project/wsf/php/2.1.0/docs/install_guide.html 2- http://kkpradeeban.blogspot.com/2012/01/installing-wso2-wsfphp-on-ubuntu-1004.html
https://stackoverflow.com/questions/10717268
复制相似问题