You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Michael Sutter <Mi...@ipe.fzk.de> on 2007/09/11 15:50:34 UTC

Server from source

Hello list,

I have a problem. I want to compile the axis2c (vers. 1.0) server with 
apache module on a older Linux (Suse 9.1). I have done as described in 
the manual
- export AXIS2C_HOME
- cd src folder
- ./configure --with-apache2=/usr/include/apache2
- make

During the make I always got an error:

../../../../../../axiom/src/parser/libxml2/.libs/libaxis2_parser.so: 
undefined reference to `xmlTextReaderConstEncoding'  

I think all needed tools are installed, but in old versions:
- libxml2-2.6.7-28.7
- apache2-2.0.49-27.45 and the devel package for the header files

Have I missed anything? Or are my versions to old for compiling from 
source? I found nothing what the minimum versions are.
On a newer Version of Suse everything works fine.

Regards Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


Re: Server from source

Posted by Dinesh Premalal <xy...@gmail.com>.
Dinesh Premalal <xy...@gmail.com> writes:

> Hi Michael,
>
> Michael Sutter <Mi...@ipe.fzk.de> writes:
>> ../../../../../../axiom/src/parser/libxml2/.libs/libaxis2_parser.so:
>> undefined reference to `xmlTextReaderConstEncoding'  
>>
>> I think all needed tools are installed, but in old versions:
>> - libxml2-2.6.7-28.7
>> - apache2-2.0.49-27.45 and the devel package for the header files
>>
>> Have I missed anything? Or are my versions to old for compiling from
>> source? I found nothing what the minimum versions are.
>> On a newer Version of Suse everything works fine.
> For me, it seems like this `xmlTextReaderConstEncoding'
> defined in the libxml2-2.6.7-28.7 and we use it in our
It should be "not defined in the libxml2-2.6.7" :)

thanks,
Dinesh


-- 
Dinesh Premalal
http://xydinesh.wordpress.com/
GPG ID : A255955C
GPG Key Finger Print : C481 E5D4 C27E DC34 9257  0229 4F44 266E A255 955C

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


Re: Server from source

Posted by Dinesh Premalal <xy...@gmail.com>.
Hi Michael,

Michael Sutter <Mi...@ipe.fzk.de> writes:
> ../../../../../../axiom/src/parser/libxml2/.libs/libaxis2_parser.so:
> undefined reference to `xmlTextReaderConstEncoding'  
>
> I think all needed tools are installed, but in old versions:
> - libxml2-2.6.7-28.7
> - apache2-2.0.49-27.45 and the devel package for the header files
>
> Have I missed anything? Or are my versions to old for compiling from
> source? I found nothing what the minimum versions are.
> On a newer Version of Suse everything works fine.
For me, it seems like this `xmlTextReaderConstEncoding'
defined in the libxml2-2.6.7-28.7 and we use it in our
libxml2_reader_wrapper.c:769 If you could upgrade the libxml2, that
might resolve the problem.

thanks,
Dinesh
-- 
Dinesh Premalal
http://xydinesh.wordpress.com/
GPG ID : A255955C
GPG Key Finger Print : C481 E5D4 C27E DC34 9257  0229 4F44 266E A255 955C

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org