hi,
libaxis2_parser.so and libaxis2_engine.so libraries failed to load from mozilla due to the errors in linking. Some modifications to 2 makefile.am is done to solve that. SVN diff files are attached with this.

Regards
Dimuthu
Index: Makefile.am
===================================================================
--- Makefile.am (revision 407159)
+++ Makefile.am (working copy)
@@ -1,11 +1,14 @@
 TESTS =
 lib_LTLIBRARIES = libaxis2_libxml2.la libaxis2_parser.la
+
 libaxis2_libxml2_la_SOURCES = libxml2_reader_wrapper.c \
                               libxml2_writer_wrapper.c
 
 libaxis2_parser_la_SOURCES = libxml2_reader_wrapper.c \
                               libxml2_writer_wrapper.c
 
+libaxis2_parser_la_LIBADD = -lxml2
+
 INCLUDES = -I$(top_builddir)/include \
             -I$(top_builddir)/modules/util \
             -I$(top_builddir)/modules/xml/parser \
Index: Makefile.am
===================================================================
--- Makefile.am (revision 407159)
+++ Makefile.am (working copy)
@@ -24,7 +24,7 @@
                                        
$(top_builddir)/modules/core/clientapi/libaxis2_clientapi.la \
                                        
$(top_builddir)/modules/core/phaseresolver/libaxis2_phaseresolver.la \
                                        
$(top_builddir)/modules/core/util/libaxis2_core_utils.la \
-                                       
$(top_builddir)/modules/core/transport/http/libaxis2_http.la
+                                       
$(top_builddir)/modules/core/transport/http/libaxis2_http.la -laxis2_util 
-laxis2_om -laxis2_soap
 
 INCLUDES = -I$(top_builddir)/include \
             -I$(top_builddir)/modules/util \

Reply via email to