You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-dev@httpd.apache.org by Anthony Wells <aw...@cd-crafters.com> on 2004/08/24 03:44:37 UTC

RE: configure problems

Follow-up on the configure problem...

I gave up on using the configure --with-apxs.

However, after investigation, I realized I had left out the -l library
option when I used apxs to create mod_apreq.  I added -l apreq2 and at least
the server starts without throwing it's guts out in the middle of the floor.

Now I have to figure out if it's actually working.  I think I'll wait until
tommorrow for that.

At this rate, I could have mod_include_post up and running by the end of the
week.

Anthony

-----Original Message-----
From: Anthony Wells [mailto:awells@cd-crafters.com]
Sent: Monday, August 23, 2004 8:54 PM
To: apreq-dev@httpd.apache.org
Subject: configure problems


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