Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 90294 invoked from network); 24 Aug 2004 00:56:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Aug 2004 00:56:58 -0000 Received: (qmail 57848 invoked by uid 500); 24 Aug 2004 00:56:58 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 57818 invoked by uid 500); 24 Aug 2004 00:56:57 -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 57803 invoked by uid 99); 24 Aug 2004 00:56:57 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [216.12.86.21] (HELO cd-crafters.com) (216.12.86.21) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 23 Aug 2004 17:56:57 -0700 Received: from workstation (workstation [192.168.100.40]) by cd-crafters.com (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) with SMTP id i7O0uuM32605 for ; Mon, 23 Aug 2004 20:56:56 -0400 From: "Anthony Wells" To: Subject: configure problems Date: Mon, 23 Aug 2004 20:54:26 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi All, As some on this group may already be aware, I'm trying to create a specialized module for sending POST data to the subrequests on mod_include. Bill Rowe had suggested that I use apreq as the building block for this project and I am inclined to agree. However, I seem to be encountering more than my fair share of problems with many of the apache package downloads. When I go to "./configure --with-apxs=[path to apxs]" on SuSE Linux 9.1, I get the following error message: "build/version_check.pl failed: no version string found in ''. configure: error: Bad apache 2 version" I have run ./buildconf before hand. I am using Apache 2.0.49. (I believe I have upgraded it to 2.0.50 at this stage/) I can get around this problem by using configure pointing to untared Apache source. However, after running "make install", the libapreq2 binaries are installed out in the middle of no where among other strange behavior. I went ahead and copied them to /usr/lib with the other ap/apr binaries. Also, I have no problems using apxs to build mo_apreq.so (as well as other modules I might add). I did go ahead and install this module but on LoadModule, I get the following error message: "/usr/lib/apache2/mod_apreq.so: undefined symbol: apreq_brigade_copy" This makes me think that the libapreq2 binaries are not functional. Does anyone know what's going wrong with this? Thanks in advance, Anthony