Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.6.0
-
Linux
Description
/usr/bin/ld: note: 'axiom_xml_writer_get_xml' is defined in DSO /home/alexmantaut/tmp/axis-trunk/trunk2/axiom/src/parser/guththila/.libs/libaxis2_parser.so.0 so try adding it to the linker command line
/home/alexmantaut/tmp/axis-trunk/trunk2/axiom/src/parser/guththila/.libs/libaxis2_parser.so.0: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
Run ./configure --enable-tests=yes
libaxis2_parser seems to be missing from the linkers options for those tests...
Attached patch takes care of that.