Problem about the installing wso2-wsf-php-src-1.3.2 on ManDriva
Hi everybody,
I have downloaded wso2-wsf-php-src-1.3.2 on a ManDriva Linux 2006.0 system and extracted it. In the INSTALL file following steps are given to install.
./configure
make
make install
When I ran make command as root. I am getting below given errors.
gcc -shared .libs/sequence_report.o .libs/report.o .libs/client.o -lpthread -lsqlite3 -ldl -Wl,-soname -Wl,libsandesha2_client.so.0 -o .libs/libsandesha2_client.so.0.0.0
/usr/bin/ld: cannot find -lsqlite3
collect2: ld returned 1 exit status
make[7]: *** [libsandesha2_client.la] Error 1
make[7]: Leaving directory `/home/wanxing/Download/wso2-wsf-php-src-1.3.2/wsf_c/sandesha2c/src/client'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/home/wanxing/Download/wso2-wsf-php-src-1.3.2/wsf_c/sandesha2c/src'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/wanxing/Download/wso2-wsf-php-src-1.3.2/wsf_c/sandesha2c'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/wanxing/Download/wso2-wsf-php-src-1.3.2/wsf_c/sandesha2c'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/wanxing/Download/wso2-wsf-php-src-1.3.2/wsf_c'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/wanxing/Download/wso2-wsf-php-src-1.3.2/wsf_c'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/wanxing/Download/wso2-wsf-php-src-1.3.2'
make: *** [all] Error 2
Thank you for your reply in advance.
- Login or register to post comments
- Printer friendly version
- 153 reads











Re:Problem about the installing wso2-wsf-php-src-1.3.2
Hi,
Please install sqlite dev and it should fix your problem.
This is a issue in the build system. Even though we have sqlite embeded in the code, it still looks for sqlite lib.
We will fix this issue in next release
Regards
Nandika
Thanks, Nandika After I
Thanks, Nandika
After I re-installed the sqlite, the problem is gone.
Dan