简体   繁体   English

wso2 php使错误

[英]wso2 php make errors

Im having issue installing the wso2 php framework. 我在安装wso2 php框架时遇到问题。 Folliwng the instructions from their website http://wso2.org/project/wsf/php/2.0.0/docs/install_guide.html#1.Installing_and_Running_on_Linux 请从其网站http://wso2.org/project/wsf/php/2.0.0/docs/install_guide.html#1.Installing_and_Running_on_Linux中获取说明

Running opensuse 12.1 运行opensuse 12.1

When I run make, i get the following errors and i have no idea how to proceed. 运行make时,出现以下错误,我不知道如何进行。 any help will be appreciated 任何帮助将不胜感激

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

Seems you are following the 2.0.0 doc, for the installation of 2.1.0. 似乎您正在遵循2.0.0文档,以进行2.1.0的安装。 Pls follow the document [1] for the relevant version. 请遵循文档[1]中的相关版本。 I have recently installed WSF/PHP 2.1.0, on Ubuntu 10.04. 我最近在Ubuntu 10.04上安装了WSF / PHP 2.1.0。 [2] addresses a few issues I faced. [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 [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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM