RE: Embperl Installtion Problem

2005-08-04 Thread Gerald Richter
> cat test.err.log > > /usr/bin/perl: symbol lookup error: > /.../Embperl-2.0rc4/blib/arch/auto/Embperl/Embperl.so: > undefined symbol: ap_strchr > > I tried to find something useful and there was a similar > report from a SuSE 9.3 system, but no useful answer... > Amazingly SuSE has compil

RE: Embperl Installtion Problem

2005-07-28 Thread Gerald Richter
Hi, > > PERL_DL_NONLAZY is set to zero in the Makefile, but in the > following files it was set to 1: > This shouldn't matter. > > I changed that to 0 everywhere, ran make and make test again > (of course without running perl Makefile.PL again), but the > result is the same! > > Do you ha

RE: Embperl Installtion Problem

2005-07-27 Thread Gerald Richter
> > > > 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 sym

RE: Embperl Installtion Problem

2005-07-21 Thread Gerald Richter
Hi, > > On a SUSE Linux 9.3 machine with Apache2 I downloaded > Embperl-2.0rc4, and after finishing perl Makefile.PL as well > as make, make test produced the following output: > > > loading...ok > > Testing offline mode... > > #0 ascii... make: ***