On Sat, 21 Apr 2001, Stas Bekman wrote:
> I get the same trace without -Duseshrplib.
thats not possible. you stacktrace was trying to load:
/home/stas/perl-5.6.1/lib/5.6.1/i686-linux-thread-multi/CORE/libperl.so
which does not happen without -Duseshrplib
unless it has somehow become the default, in which case you should
-Uuseshrplib
> It still builds libmodperl.so,
> because of: MP_USE_DSO=1. I probably miss something.
>
> If I build with
> MP_GENERATE_XS=1 MP_STATIC_EXTS=1 MP_DEBUG=1
> or
> MP_GENERATE_XS=1 MP_USE_DSO=0 MP_DEBUG=1
stick with DSO for now. if there's a bug on your system, lets fix it.
> I get:
>
> Can't locate Apache/ConstantsTable.pm in @INC (@INC contains: ../lib
> ../../lib lib Apache-Test/lib
> /home/stas/perl-5.6.1/lib/5.6.1/i686-linux-thread-multi
> /home/stas/perl-5.6.1/lib/5.6.1
> /home/stas/perl-5.6.1/lib/site_perl/5.6.1/i686-linux-thread-multi
> /home/stas/perl-5.6.1/lib/site_perl/5.6.1
> /home/stas/perl-5.6.1/lib/site_perl .) at lib/ModPerl/Code.pm line 689.
>
> fixed by adding
>
> use lib '../xs/tables/current';
>
> not sure whether this it the right fix though.
should be fixed now.
> note that I've seen this error with DSO as well, I think I get it every
> time I change the build options.
i wonder if your picking up a bogus Apache::BuildConfig. make sure you
don't have one installed in site_perl and rm lib/Apache/BuildConfig.pm
blib/lib/Apache/BuildConfig.pm
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]