Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 84039 invoked from network); 28 Aug 2006 15:19:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Aug 2006 15:19:00 -0000 Received: (qmail 20084 invoked by uid 500); 28 Aug 2006 15:19:00 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 19831 invoked by uid 500); 28 Aug 2006 15:18:59 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 19820 invoked by uid 99); 28 Aug 2006 15:18:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Aug 2006 08:18:59 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [164.164.72.2] (HELO india.altair.com) (164.164.72.2) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Aug 2006 08:18:56 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by india.altair.com (Postfix) with ESMTP id 9C21B8C015F for ; Mon, 28 Aug 2006 20:46:31 +0530 (IST) Received: from india.altair.com ([127.0.0.1]) by localhost (blrgate [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10693-10 for ; Mon, 28 Aug 2006 20:46:31 +0530 (IST) Received: from blrexch.prog.altair.com (blrexch [192.168.0.180]) by india.altair.com (Postfix) with ESMTP for ; Mon, 28 Aug 2006 20:46:31 +0530 (IST) Received: by BLREXCH with Internet Mail Service (5.5.2656.59) id ; Mon, 28 Aug 2006 20:49:06 +0530 Message-ID: From: Murali Konnipati To: axis-c-user@ws.apache.org Subject: Problem with installation of Axis C++ Date: Mon, 28 Aug 2006 20:49:05 +0530 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C6CAB5.4D2902E4" X-Virus-Scanned: by amavisd-new at india.altair.com X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C6CAB5.4D2902E4 Content-Type: text/plain Hi All, I am facing a problem with the installation of Axis C++ on RH 9 Linux O/S.. The error is... run configure with the options --prefix=/usr/local/axiscpp_deploy --with-apache2=/usr/local/apache2 --with-xercesc=/usr/local/xerces-c. If you need to configure with different/more options modify/add before run checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to use apache2 as server transport... yes checking whether to user apache as server transport.... no checking whether to build xercesc parser library.... yes checking whether to build tspp xml parser library... no checking whether to build axis2 client transport library... no checking whether to build test cases... no checking whether to build cppunit tests.... no checking whether to build samples... no checking whether write to log... no checking whether to build axis2 secure transport channel library.... no checking whether to axis3 build secure transport channel library.... no checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... none checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking for a BSD-compatible install... /usr/bin/install -c checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking for a sed that does not truncate output... /bin/sed checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking command to parse /usr/bin/nm -B output... ok checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... no creating libtool configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/common/Makefile config.status: creating src/soap/Makefile config.status: creating src/wsdd/Makefile config.status: creating src/xml/Makefile config.status: creating src/transport/Makefile config.status: creating src/transport/axis2/Makefile config.status: error: cannot find input file: src/transport/axis2/Makefile.in Can any body please help me in this regard, Thanks in advance, Murali Krishna K ------_=_NextPart_001_01C6CAB5.4D2902E4 Content-Type: text/html Message
Hi All,
 
     I am facing a problem with the installation of Axis C++ on RH 9 Linux O/S..
    The error is...
 
   

run configure with the options
--prefix=/usr/local/axiscpp_deploy
--with-apache2=/usr/local/apache2
--with-xercesc=/usr/local/xerces-c.
If you need to configure with different/more options modify/add before run

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to use apache2 as server transport... yes
checking whether to user apache as server transport.... no
checking whether to build xercesc parser library.... yes
checking whether to build tspp xml parser library... no
checking whether to build axis2 client transport library... no
checking whether to build test cases... no
checking whether to build cppunit tests.... no
checking whether to build samples... no
checking whether write to log... no
checking whether to build axis2 secure transport channel library.... no
checking whether to axis3 build secure transport channel library.... no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/common/Makefile
config.status: creating src/soap/Makefile
config.status: creating src/wsdd/Makefile
config.status: creating src/xml/Makefile
config.status: creating src/transport/Makefile
config.status: creating src/transport/axis2/Makefile
config.status: error: cannot find input file: src/transport/axis2/Makefile.in

 

 

Can any body please help me in this regard,

 

Thanks in advance,

 

Murali Krishna K

------_=_NextPart_001_01C6CAB5.4D2902E4--