Re: make error

2006-02-23 Thread Jonathan Vanasco
On Feb 23, 2006, at 7:08 PM, Boysenberry Payne wrote: I downloaded Expat-2.0, which got rid of the first error. thats probably because you're building against the new expat. i think you need to build apreq against the expat that apache built against (which is in /usr/local/etc) - i'm no

Re: make error

2006-02-23 Thread Boysenberry Payne
it looks like its trying to mod_apreq from your build dir with a non installed /usr/local/apache2/lib/libapreq2.2.dylib ( you haven't installed it there yet ) my guess is that you set a prefix ( or didn't set one when you should have) I used: ./configure --with-apache2-apxs=/usr/local/apac

Re: make error

2006-02-23 Thread Boysenberry Payne
Did you invoke /usr/local/apache2/bin/envvars to set up your environment? No I didn't. I didn't even know about it. Otherwise I'm a little confused if ld considers this an input or a target binding error. Also, why -lexpat, is that an apreq binding we consume? If so, it seems apu-config sh

Re: make error

2006-02-23 Thread Boysenberry Payne
cd LIBAPREQ2.0.7 ./configure --with-expat=/usr/local/apr --with-apache2-apxs=/usr/local/apache2/bin/apxs --enable-perl-glue make make test make install I downloaded Expat-2.0, which got rid of the first error. Then after I added "--enable-perl-glue" I realized I neede

Re: make error

2006-02-23 Thread William A. Rowe, Jr.
Boysenberry Payne wrote: Sorry I'm trying to build libapreq2-2.07 :-0 Thanks, Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Feb 23, 2006, at 4:44 PM, Boysenberry Payne wrote: I'm getting: ld: can't locate file for: -lexpat /usr/local/apache2/lib/libexpat.dylib Did yo

Re: make error

2006-02-23 Thread Jonathan Vanasco
cd LIBAPREQ2.0.7 ./configure --with-expat=/usr/local/apr --with-apache2-apxs=/usr/ local/apache2/bin/apxs --enable-perl-glue make make test make install note: if you're running any of the perl xml stuff on osx, you'll also need to download and install expat from so

Re: make error

2006-02-23 Thread Boysenberry Payne
Sorry I'm trying to build libapreq2-2.07 :-0 Thanks, Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Feb 23, 2006, at 4:44 PM, Boysenberry Payne wrote: I'm getting: ld: can't locate file for: -lexpat While trying to build on OS X 10.3.9 / Apache 2.0.55 When I 'find /usr

Re: [RT] what's the roadmap?

2006-02-23 Thread Randy Kobes
On Thu, 23 Feb 2006, Ryan Perry wrote: On Feb 23, 2006, at 6:38 AM, Nikolay Ananiev wrote: I'd like to see the APR::* into a separate package on CPAN and apreq to stay as it is now. Why? Because it can be used on different environments and different servers. For example I want to use apreq w

Re: [RT] what's the roadmap?

2006-02-23 Thread Ryan Perry
On Feb 23, 2006, at 6:38 AM, Nikolay Ananiev wrote: I'd like to see the APR::* into a separate package on CPAN and apreq to stay as it is now. Why? Because it can be used on different environments and different servers. For example I want to use apreq with ActiveState's PerlEx on IIS with

Re: [RT] what's the roadmap?

2006-02-23 Thread Nikolay Ananiev
I'd like to see the APR::* into a separate package on CPAN and apreq to stay as it is now. Why? Because it can be used on different environments and different servers. For example I want to use apreq with ActiveState's PerlEx on IIS without the need to install Apache and mod_perl. "Joe Schaefer"