Configure WSo2
Hi,
I'm configuring ws02 for PHP and I have problems.
My opearting system is Red Hat Enterprise Linux 5.2 and my version of PHP is 5.0
I downloaded since http://wso2.org/downloads/wsf/php the file tgz and I copied in /tmp and I descompress here.
Following the guide http://wso2.org/project/wsf/php/1.3.2/docs/install_guide.html. I've make this:
1. ./configure --> All Ok
The result is
configure: creating ./config.status
config.status: creating config.h
config.status: config.h is unchanged
2. I've installed
yum install php-devel
yum install libxml2-devel
3. I've installed yum install sqlite-devel
4. Make
The result is:
make[8]: *** [token_encrypted_data.lo] Error 1
make[8]: Leaving directory `/tmp/wso2/wsf_c/rampartc/src/omxmlsec/tokens'
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory `/tmp/wso2/wsf_c/rampartc/src/omxmlsec'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/tmp/wso2/wsf_c/rampartc/src'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/tmp/wso2/wsf_c/rampartc'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/tmp/wso2/wsf_c/rampartc'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/wso2/wsf_c'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/wso2/wsf_c'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/wso2'
make: *** [all] Error 2
5. If I have make install
make[5]: *** [token_encrypted_data.lo] Error 1
make[5]: Leaving directory `/tmp/wso2/wsf_c/rampartc/src/omxmlsec/tokens'
make[4]: *** [install-recursive] Error 1
make[4]: Leaving directory `/tmp/wso2/wsf_c/rampartc/src/omxmlsec'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/tmp/wso2/wsf_c/rampartc/src'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/tmp/wso2/wsf_c/rampartc'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/tmp/wso2/wsf_c'
make: *** [install-recursive] Error 1
I don't know how to resolve these errors
I wait answer for help me
Thank you very much
- Login or register to post comments
- Printer friendly version
- 185 reads











you need to install openssl
you need to install openssl development package as well. That should fix your problem.
openssl is already installed
Hi,
I've executed
yum install openssl
And the answer of the system has been
Package openssl - 0.9.8b-10.el5.i686 is already installed.
The package openssl seems to be already installed, so I still have the same problem.
Thank you very much
regards
Fixed!
I fixed my problem installing openssl-devel.
As if anyone would help in future
Thany you for your help nandika
Regards