Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 33560 invoked from network); 6 May 2005 12:17:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 May 2005 12:17:29 -0000 Received: (qmail 3401 invoked by uid 500); 6 May 2005 12:19:52 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 3220 invoked by uid 500); 6 May 2005 12:19:50 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 3193 invoked by uid 99); 6 May 2005 12:19:50 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of trawick@gmail.com designates 64.233.162.196 as permitted sender) Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.196) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 06 May 2005 05:19:49 -0700 Received: by zproxy.gmail.com with SMTP id 13so1047525nzn for ; Fri, 06 May 2005 05:17:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=I7ChcyvOB6VDzT5AoVljSxWj5yrT9HwbPcAUzhHG762KsS2J6MJ4t5I7vlxOeO+l5jpHktpPpQZ19B/81u1Aobfyc1Uy57Vs8o/IznMCUyPJDZfyul0cg8y4D8cu5Aqvz7PhcgD2ia3Bz/Uym1ZL13JWLQVWeTMv7h4tQgippsU= Received: by 10.36.23.5 with SMTP id 5mr649570nzw; Fri, 06 May 2005 05:17:08 -0700 (PDT) Received: by 10.36.74.20 with HTTP; Fri, 6 May 2005 05:17:08 -0700 (PDT) Message-ID: Date: Fri, 6 May 2005 08:17:08 -0400 From: Jeff Trawick Reply-To: Jeff Trawick To: dev@httpd.apache.org Subject: Re: problem starting apache - __mcount runtime defn not found. In-Reply-To: <200505060016.DJJ99310@famarp01.firstam.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200505060016.DJJ99310@famarp01.firstam.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 5/5/05, Balaji wrote: > I have built an apache dso using the make system on AIX. But > when I do an "apachectl startssl", it throws the following error:=20 >=20 > =20 >=20 > Cannot load > /home/rbalaji/usr/local/apache2/modules/mod_dyso.so into > server: rtl=20 >=20 > d: 0712-001 Symbol __mcount was referenced\n from module > /home/rbalaji/usr/=20 Maybe that symbol will be familar to folks on the aix usenet group. > ... I am using makeC++SharedLib to link and xlC_r to compile my > sources.=20 Check how apxs+libtool will compile a plain C module, and take those commands and change as little as necessary to deal with C++ (maybe just change linker and compiler to xlC_r???) and see if that helps.=20 Set environment variable LTFLAGS to a space prior to invoking apxs so that you'll see the low-level commands which get issued.