While trying to install APR::Request::Apache2 I got the following
error(s):
gcc -g -O2 -o .libs/test_cgi test_cgi.o
/Users/boysie/.cpan/build/libapreq2-2.06-dev/library/.libs/
libapreq2.dylib -lexpat
-L/Users/boysie/src/httpd-2.0.54/srclib/apr-util/xml/expat/lib
/Users/boysie/src/httpd-2.0.54/srclib/apr-util/xml/expat/lib/.libs/
libexpat.dylib /usr/local/httpd/lib/libaprutil-0.dylib
/usr/local/httpd/lib/libexpat.dylib /usr/lib/libiconv.dylib
/usr/local/httpd/lib/libapr-0.dylib -lresolv -lpthread
ld: can't locate file for: -lexpat
make[2]: *** [test_cgi] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
Any ideas on how to get it installed?
I did the following before make:
perl Makefile.PL --with-apache2-apxs=/usr/local/httpd/bin/apxs
I'm trying to build on OS X 10.3.9
Thanks,
Boysenberry
boysenberrys.com | habitatlife.com | selfgnosis.com
On Sep 14, 2005, at 2:30 PM, Joe Schaefer wrote:
Boysenberry Payne <[EMAIL PROTECTED]> writes:
What is the difference between:
APR::Request::Apache2
and
Apache2::RequestRec
Apache2::RequestRec is the perl module representing httpd's request_rec
struct. APR::Request::Apache2 is the perl module for interfacing with
mod_apreq2, which is part of libapreq2. Basically
APR::Request::Apache2
is a plugin for Apache2::RequestRec, that is responsible for parsing
form
data.
--
Joe Schaefer