> > ----
> > loading...                    ok
> > 
> > Testing offline mode...
> > 
> > #0 ascii...                   make: *** [test_dynamic] Error 127
> > ----
> 
> cat test.err.log
> 
> /usr/bin/perl: symbol lookup error: 
> /.../Embperl-2.0rc4/blib/arch/auto/Embperl/Embperl.so: 
> undefined symbol: ap_strchr 
> 

That means that dynamic loader tries to resolve all symbols while loading
and when they are needed (which is the default).

This might be a incompatibility with Perl's MakeMaker 

You should search your Makefile for "PERL_DL_NONLAZY=" and make sure they
are always set to zero.

Please let me know if this helps

Gerald



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to