One issue is:
Solution is remove "-Werror" in all configure scripts
/usr/local/axis2c/lib/libaxis2_parser.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[4]: *** [test] Error 1
make[4]: Leaving directory `/home/miaoyachun/softwares/test/axis2c-src-1.6.0/neethi/test'
As suggested in https://code.google.com/p/staff/issues/detail?id=198, the solution is disable neethi/test in following files:
- neethi/configure, remove all "test/Makefile"
- neethi/Makefile.am, update "SUBDIRS = src test" with "SUBDIRS = src"
- neethi/Makefile.in, update "SUBDIRS = src test" with "SUBDIRS = src"
Finally, you could run "make; sudo make install"" successfully. Last thing should be paid attention to is you may need copy all head files of neethi/include into /usr/local/axis2c/include/axis2-1.6.0/ which needed when you compile customized web service.
Enjoining it!!
posted @ 2015-08-21 11:00 Milo的海域 閱讀(533) | 評論 (0) | 編輯 收藏