Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 54883 invoked by uid 500); 15 Aug 2003 14:55:17 -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 54870 invoked from network); 15 Aug 2003 14:55:17 -0000 Date: Fri, 15 Aug 2003 10:55:16 -0400 Subject: Re: C++ module compile with apxs Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) From: John K. Sterling To: dev@httpd.apache.org Content-Transfer-Encoding: 7bit In-Reply-To: <20030815125150.63002.qmail@web40606.mail.yahoo.com> Message-Id: <7B1F3AC6-CF30-11D7-8451-000393D6052E@sterls.com> X-Mailer: Apple Mail (2.552) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Friday, August 15, 2003, at 08:51 AM, Farheen Jafri wrote: > apxs -L /usr/include/c++/ -L > /usr/include/c++/3.2/i386-redhat-linux/ -I/usr/lib/ -i > -c mod_replace.cpp Hi Farheen - 1) what version of apache? 2) are any of your symbols defined in the so (use 'nm' and grep for them)? 3) is your code defining the c portions in an 'extern "C"' block? (maybe you could send a snippet) 4) what does your module definition look like. sterling