On Wed, 14 Sep 2005 16:30:52 -0500 Boysenberry Payne <[EMAIL PROTECTED]> wrote:
> 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 It can't seem to find libexpat, which is an XML library. I'm not a Mac guy, but I would wager you can get it and install it from the following URL without any issues: http://www.libexpat.org/ Hope this helps! --------------------------------- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org ---------------------------------