Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 48491 invoked from network); 7 Oct 2005 02:13:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Oct 2005 02:13:24 -0000 Received: (qmail 46699 invoked by uid 500); 7 Oct 2005 02:13:23 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 46687 invoked by uid 500); 7 Oct 2005 02:13:23 -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 46676 invoked by uid 99); 7 Oct 2005 02:13:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2005 19:13:22 -0700 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [206.190.37.209] (HELO web88108.mail.re2.yahoo.com) (206.190.37.209) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 06 Oct 2005 19:12:50 -0700 Received: (qmail 39223 invoked by uid 60001); 7 Oct 2005 02:12:24 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=OGrfSG1sKHRu1oFn8UJB9KOAjfUnXS9pLp4/+2uqnLZ6SjglCjSn8tdRuRzRzZ5qksVwOvt2WHUSlEuqnsXEkdaVMVb0rFtdnieS1ucZ3pMixzh/UU3plo4pDLgFXZHscPvBGheJcoloW/gaSJvr4nl/eW2VAtEIeFz5y/Bt8LM= ; Message-ID: <20051007021224.39221.qmail@web88108.mail.re2.yahoo.com> Received: from [24.109.195.51] by web88108.mail.re2.yahoo.com via HTTP; Thu, 06 Oct 2005 22:12:24 EDT Date: Thu, 6 Oct 2005 22:12:24 -0400 (EDT) From: Michael Kipper Subject: Need Help Installing axis-c for Linux To: axis-c-user@ws.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I am installing Apache axis-c for a school project. I'm having some major issues getting it running. I'm using LinuxFromScratch, kernel 2.6.12, on an amd64. I've built apache httpd, xerces-c and axis-c from cvs-source, all in /opt. Everything builds fine, up until I start apache, and get the following in /var/log/apache/error_log: Thu Oct 06 19:36:55 2005] [notice] Digest: generating secret for digest authentication ... [Thu Oct 06 19:36:55 2005] [notice] Digest: done [Thu Oct 06 19:36:56 2005] [notice] Apache/2.0.54 (Unix) DAV/2 configured -- resuming normal operations terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct NULL not valid terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct NULL not valid terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct NULL not valid terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct NULL not valid terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct NULL not valid [Thu Oct 06 19:36:57 2005] [notice] child pid 18946 exit signal Aborted (6) [Thu Oct 06 19:36:57 2005] [notice] child pid 18947 exit signal Aborted (6) [Thu Oct 06 19:36:57 2005] [notice] child pid 18948 exit signal Aborted (6) [Thu Oct 06 19:36:57 2005] [notice] child pid 18949 exit signal Aborted (6) [Thu Oct 06 19:36:57 2005] [notice] child pid 18950 exit signal Aborted (6) terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct NULL not valid And so on, forever. Some info: [root@lfs ~]# uname -a Linux lfs 2.6.12 #1 Thu Sep 15 00:55:24 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux [root@lfs ~]# file /opt/apache/modules/libaxiscpp_mod2.so /opt/apache/modules/libaxiscpp_mod2.so: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), not stripped [root@lfs ~]# file /opt/apache/modules/libaxis_xmlparser.so /opt/apache/modules/libaxis_xmlparser.so: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), not stripped Please help! Thanks, Michael