Re: MODPERL_LIBPERL

2002-05-17 Thread Dave Rolsky
On Fri, 17 May 2002, Doug MacEachern wrote: > > It's in /usr/lib instead. > > that is bogus. why do they do that? I dunno. I can file a bug against the package. > > Is this a problem with the assumptions in the Apache::Build code or is it > > a Debian problem? > > debian. we could probably a

Re: MODPERL_LIBPERL

2002-05-17 Thread Doug MacEachern
On Fri, 17 May 2002, Dave Rolsky wrote: > I noticed that this is set via this code in Apache::Build ... > > > print $fh $self->canon_make_attr('libperl', > join '/', > $self->perl_config('archlibexp'), >

MODPERL_LIBPERL

2002-05-17 Thread Dave Rolsky
I noticed that this is set via this code in Apache::Build ... print $fh $self->canon_make_attr('libperl', join '/', $self->perl_config('archlibexp'), 'CORE',