> If you have gdb install please run
> 
> perl Makefile.PL debug
> make testgdb

I tried this and got:

# make testgdb
make: *** No rule to make target `testgdb'.  Stop.

I assume you mean `test gdb':

# make test gdb
PERL_DL_NONLAZY=0 /usr/bin/perl -Iblib/arch -Iblib/lib 
-I/usr/lib/perl5/5.6.0/i686-linux -I/usr/lib/perl5/5.6.0 test.pl

loading...                    ok

Testing offline mode...

ascii...                      make: *** [test_dynamic] Segmentation fault (core dumped)



> P.S. Which version of Embperl do you are using?

1.2.1


Then, figuring I had nothing to lose, I tried 1.3b7.  Success!  Almost
all tests passed and the segmentation fault disappeared.

FWIW, it was RedHat version 6.2, apache and mod_perl and Embperl built
with:

 1007  tar xzvf apache_1.3.14.tar.gz 
 1008  tar xzvf mod_perl-1.24_01.tar.gz 
 1009  cd mod_perl-1.24_01
 1010  perl Makefile.PL APACHE_SRC=../apache_1.3.14/src DO_HTTPD=1 USE_APACI=1 E
VERYTHING=1
 1011  make && make test && make install
 1012  cd ../apache_1.3.14
 1013  make install
 1014  cd ..
 1015  ls
 1016  tar xzvf HTML-Embperl-1.2.1.tar.gz 
 1017  cd HTML-Embperl-1.2.1
 1018  perl Makefile.PL debug
 1019  make test gdb

Failed as above.

 1032  cd ..
 1033  tar xzvf HTML-Embperl-1.3b7.tar.gz 
 1034  cd HTML-Embperl-1.3b7
 1035  perl Makefile.PL
 1036  make
 1037  make test

Success!

-- 
James Lee     ==  [EMAIL PROTECTED]                           Perl Training
Onsight Inc.  ==  http://www.onsight.com/                  Perl Development
        "Real programmers can write assembly code         Internet Training
         in any language."  --  Larry Wall             Internet Developmen

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

Reply via email to