Hi, I try to install axis2/c 1.6.0 in an ubuntu server 9.10 doing the following 
procedure:

1.- Install packages libxml2, libxml2-dev, openssl, libssl-dev

2.- Install apache server from source

3.- Configure axis2/c with the following parameters

./configure --prefix=/opt/axis2c-new 
--with-apache2=/usr/local/httpd-2.2.15/include \

  --enable-libxml2=yes --with-apr=/usr/local/apr-httpd/include_general \

  --enable-openssl=yes --enable-trace=yes

 

4.- But when a try to make the program I get the folwing error:

Making all in rmpolicy

make[5]: Entering directory `/home/banklot/axis2c-src-1.6.0/neethi/src/rmpolicy'

make[5]: Nothing to be done for `all'.

make[5]: Leaving directory `/home/banklot/axis2c-src-1.6.0/neethi/src/rmpolicy'

make[5]: Entering directory `/home/banklot/axis2c-src-1.6.0/neethi/src'

make[5]: Nothing to be done for `all-am'.

make[5]: Leaving directory `/home/banklot/axis2c-src-1.6.0/neethi/src'

make[4]: Leaving directory `/home/banklot/axis2c-src-1.6.0/neethi/src'

Making all in test

make[4]: Entering directory `/home/banklot/axis2c-src-1.6.0/neethi/test'

/bin/bash ../libtool --tag=CC   --mode=link gcc -g -O2 -pthread -g -O2 
-D_LARGEFILE64_SOURCE -ansi -Wall -Werror -Wno-implicit-function-declaration   
-lpthread -o test test.o ../src/libneethi.la 
../../axiom/src/om/libaxis2_axiom.la ../../util/src/libaxutil.la 
../src/libneethi.la -ldl

gcc -g -O2 -pthread -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Werror 
-Wno-implicit-function-declaration -o .libs/test test.o  -lpthread 
../../axiom/src/om/.libs/libaxis2_axiom.so ../../util/src/.libs/libaxutil.so 
../src/.libs/libneethi.so -ldl  -Wl,--rpath -Wl,/opt/axis2c-new/lib

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextwriterfl...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextwriterwritecomm...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmlcleanuppar...@libxml2_2.4.30'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextreaderconstencod...@libxml2_2.6.15'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmlnewtextwriter...@libxml2_2.6.3'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextreaderseterrorhand...@libxml2_2.5.2'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextreaderva...@libxml2_2.4.30'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextreadermovetoelem...@libxml2_2.5.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextwriterwritestr...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextreadernodet...@libxml2_2.4.30'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmlbufferf...@libxml2_2.4.30'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextreadern...@libxml2_2.4.30'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmlreaderforf...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmlreaderwal...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextreadercl...@libxml2_2.5.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextwriterstart...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmlfreetextwri...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmlinitpar...@libxml2_2.4.30'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextreaderisemptyelem...@libxml2_2.4.30'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmlf...@libxml2_2.4.30'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextreaderr...@libxml2_2.4.30'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmlnewtextwriterfilen...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmlnewtextwritermem...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmlfreetextrea...@libxml2_2.4.30'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextwriterstartdocum...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextwriterwriteattrib...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextwriterstar...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextreadermovetoattribut...@libxml2_2.5.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextreadernamespace...@libxml2_2.4.30'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextreaderpre...@libxml2_2.4.30'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmlreaderfo...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextreaderlocaln...@libxml2_2.4.30'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextwriterwritecd...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextwriterwrit...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmlbuffercre...@libxml2_2.4.30'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextreaderlookupnamesp...@libxml2_2.5.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextwriterendelem...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmlreaderformem...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextwriterstartelem...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextwriterwriteattribut...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextwriterenddocum...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextwriterstartelemen...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextwriterwrite...@libxml2_2.6.0'

/home/banklot/axis2c-src-1.6.0/axiom/src/parser/libxml2/.libs/libaxis2_parser.so.0:
 undefined reference to `xmltextreaderattributeco...@libxml2_2.4.30'

collect2: ld returned 1 exit status

make[4]: *** [test] Error 1

make[4]: Leaving directory `/home/banklot/axis2c-src-1.6.0/neethi/test'

make[3]: *** [all-recursive] Error 1

make[3]: Leaving directory `/home/banklot/axis2c-src-1.6.0/neethi'

make[2]: *** [all] Error 2

make[2]: Leaving directory `/home/banklot/axis2c-src-1.6.0/neethi'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/home/banklot/axis2c-src-1.6.0'

make: *** [all] Error 2

 

Any ideas to solve the problem?

Regards

------------------------------------------------------------
José M. Medina V.
Wesam Consulting
[email protected]
Mobile: +58(416)613-3302 +58(414)019-0580
Ofc:     +58(212)959-4155 Ext. 204
BB pin: 214C03ED
Caracas - Venezuela







Reply via email to