Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 57215 invoked from network); 16 Oct 2003 21:57:56 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Oct 2003 21:57:56 -0000 Received: (qmail 29946 invoked by uid 500); 16 Oct 2003 21:57:11 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 29920 invoked by uid 500); 16 Oct 2003 21:57:11 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 29851 invoked from network); 16 Oct 2003 21:57:10 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by daedalus.apache.org with SMTP; 16 Oct 2003 21:57:10 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AAG7Q-0001PS-00 for ; Thu, 16 Oct 2003 23:57:16 +0200 Mail-Followup-To: apreq-dev@httpd.apache.org X-Injected-Via-Gmane: http://gmane.org/ To: apreq-dev@httpd.apache.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AAG7Q-0001PK-00 for ; Thu, 16 Oct 2003 23:57:16 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AAG7P-0002CA-00 for ; Thu, 16 Oct 2003 23:57:15 +0200 From: Joe Schaefer Subject: Re: [aq2] configure warnings Date: 16 Oct 2003 17:57:15 -0400 Lines: 32 Message-ID: References: <3F8D8BF5.3080603@stason.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org Mail-Copies-To: never User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Sender: news X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Stas Bekman writes: [...] > % /usr/bin/perl-5.8.1-ithread Makefile.PL \ > --with-apache2-apxs=/home/stas/httpd/prefork/bin/apxs > /home/stas/apache.org/httpd-apreq-2/missing: Unknown `--run' option > Try `/home/stas/apache.org/httpd-apreq-2/missing --help' for more > information configure: WARNING: `missing' script is too old or missing > generating script t/TEST > Note (probably harmless): No library found for -lapreq2 > Note (probably harmless): No library found for -lapreq2 > Note (probably harmless): No library found for -lapreq2 > Note (probably harmless): No library found for -lapreq2 > > The latter seems to be quite important... Yes, but it's rather expected, since the library hasn't been compiled at this stage in the process. FWIW, I'm adding an --enable-perl-glue option to "configure" which will incorporate the perl glue into the build process, so it'll work like this % ./configure --enable-perl-glue --with-apache2-apxs=... % make (will also compile the perl glue) % make test (will also run the perl glue tests) % make install (will also install the perl glue) Then toplevel Makefile.PL just needs to add the --enable-perl-glue option and pass everything else along to ./configure. -- Joe Schaefer