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',
$self->perl_config('libperl'));
But at least on my debian system there is no libperl.so at that location.
It's in /usr/lib instead.
Is this a problem with the assumptions in the Apache::Build code or is it
a Debian problem?
-dave
/*==================
www.urth.org
we await the New Sun
==================*/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
|