Return-Path: Delivered-To: apmail-axis-c-dev-archive@www.apache.org Received: (qmail 6939 invoked from network); 23 Dec 2010 17:01:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Dec 2010 17:01:30 -0000 Received: (qmail 74783 invoked by uid 500); 23 Dec 2010 17:01:30 -0000 Delivered-To: apmail-axis-c-dev-archive@axis.apache.org Received: (qmail 74588 invoked by uid 500); 23 Dec 2010 17:01:28 -0000 Mailing-List: contact c-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list c-dev@axis.apache.org Received: (qmail 74580 invoked by uid 99); 23 Dec 2010 17:01:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Dec 2010 17:01:28 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of p-gabriel@gmx.de designates 213.165.64.22 as permitted sender) Received: from [213.165.64.22] (HELO mail.gmx.net) (213.165.64.22) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 23 Dec 2010 17:01:23 +0000 Received: (qmail invoked by alias); 23 Dec 2010 17:01:01 -0000 Received: from p54857EC2.dip.t-dialin.net (EHLO [192.168.2.101]) [84.133.126.194] by mail.gmx.net (mp044) with SMTP; 23 Dec 2010 18:01:01 +0100 X-Authenticated: #24762338 X-Provags-ID: V01U2FsdGVkX1+fETsvUGqfnXFUdIuxx3PlMxWgMFrNU315111fVF y+HI2I1859WJxa Message-ID: <4D138050.7060700@gmx.de> Date: Thu, 23 Dec 2010 18:01:04 +0100 From: Paul Gabriel Reply-To: p-gabriel@gmx.de User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Thunderbird/3.1.7 MIME-Version: 1.0 To: c-dev@axis.apache.org Subject: Re: axis2c 1.6.0 source compile error on Fedora 14 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Hi Damitha, I am currently facing the same problem with Fedora 14. I solved it like this: ./configure --enable-libxml2=yes --enable-guththila=no (I don't know if the last parameter is necessary) After that I edited the Makefile.in ./axis2c-src-1.6.0/neethi/test/: test_LDADD = $(top_builddir)/src/libneethi.la \ ../../axiom/src/om/libaxis2_axiom.la \ ../../util/src/libaxutil.la \ ../src/libneethi.la \ /home/paul/code/axiom/src/parser/libxml2/.libs/libaxis2_parser.so Invoking make and make install after that worked for me. Paul --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org For additional commands, e-mail: c-dev-help@axis.apache.org