简体   繁体   中英

How to install WSO2 for PHP

I'm trying to install ws02/wsf for PHP. In the installation guide it says that:

Go to the directory where you have extracted the source distribution. Run the following:

./configure
make
make install

But when I go to php folder I can't find the configure file. Can you give me details about installation?

Thanks

Download autoconf

 sudo apt-get install autoconf

run autoconf on php folder. then try ./configure

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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