On Mon, 18 Oct 1999, Gerald Richter wrote:

> Your config looks ok to me, the result is strange! Did the "make test" of
> Embperl work for you without errors?
> 
> Gerald
> 

Here is my make test in embperl:

esip 27# make test
        PERL_DL_NONLAZY=0 /usr/sbin/perl -Iblib/arch -Iblib/lib
-I/usr/freeware/lib/perl5/5.00502/irix-n32
-I/usr/freeware/lib/perl5/5.00502 test.pl

loading...                    ok

Testing offline mode...

ascii...                      ok
pure.htm...                   ok
plain.htm...                  ok
plain.htm...                  ok
plain.htm...                  ok
plainblock.htm...             ok
plainblock.htm...             ok
error.htm...                  ok
error.htm...                  ok
error.htm...                  ok
unclosed.htm...               ok
notfound.htm...               ok
noerr/noerrpage.htm...        ok
errdoc/errdoc.htm...          ok
rawinput/rawinput.htm...      ok
var.htm...                    ok
varerr.htm...                 ok
varerr.htm...                 ok
escape.htm...                 ok
tagscan.htm...                ok
tagscan.htm-d 1 ...           ok
if.htm...                     ok
ifperl.htm...                 ok
loop.htm...                   ok
loopperl.htm...               ok
table.htm...                  ok
table.htm-d 1 ...             ok
lists.htm...                  ok
mix.htm...                    ok
nesting.htm...                ok
object.htm...                 ok
discard.htm...                ok
input.htm...                  ok
hidden.htm...                 ok
java.htm...                   ok
inputjava.htm...              ok
include.htm...                ok
includeerr1.htm...            ok
includeerr2.htm...            ok
callsub.htm...                ok
callsub.htm...                ok
importsub.htm...              ok
importsub.htm...              ok
importsub2.htm...             ok
importmodule.htm...           ok
recursexec.htm...             ok
nph/div.htm...                ok
nph/npherr.htm...             ok
nph/nphinc.htm...             ok
sub.htm...                    ok
sub.htm...                    ok
chdir.htm...                  ok
chdir.htm...                  ok
allform/allform.htm...        ok
stdout/stdout.htm...          ok
nochdir/nochdir.htm...        ok
div.htm...                    ok
ofunc/div.htm...              ok
safe/safe.htm...              ok
safe/safe.htm...              ok
safe/safe.htm...              ok
opmask/opmask.htm...          ok
opmask/opmasktrap.htm...      ok

Testing Execute function...

div.htm from file...          ok
div.htm from memory...        ok
div.htm to memory...          ok
div.htm from/to memory...     ok
error.htm to memory...        ok
Use of uninitialized value at (eval 1218) line 1.


Starting httpd...       pid = 8057  ok

Testing mod_perl mode...

ascii...                       8057:/usr/local/apache/bin/httpd: rld:
Fatal Error: attempted access to unresolvable symbol in
blib/arch/auto/HTML/Embperl/Embperl.so: mod_perl_sent_header
ERR:unexpected EOF before status line seen
Input:          test/html/ascii
Output:         test/tmp/out.htm
Compared to:    test/cmp/error.htm
Log:            test/tmp/test.log

 ERRORS detected! NOT all test have been passed successfully

Callback called exit.
END failed--cleanup aborted.
*** Error code 9 (bu21)
esip 28# 

--apple

> 
> 
> ---------------------------------------------------------------
> Gerald Richter      ecos electronic communication services gmbh
> Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl
> 
> E-Mail:     [EMAIL PROTECTED]         Tel:        +49-6133/925151
> WWW:        http://www.ecos.de      Fax:        +49-6133/925152
> ---------------------------------------------------------------
> 
> 
> > -----Original Message-----
> > From: Jearanai Vongsaard [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, October 18, 1999 2:14 AM
> > To: Gerald Richter
> > Cc: [EMAIL PROTECTED]
> > Subject: RE: new for embperl...
> >
> >
> > I did try http://esip.gmu.edu:8529/embperl/x/loop.htm and it still didn't
> > work. The netscape pop up a window that say "document contain no data".
> > The error_log file does not show any error until I typed
> > http://esip.gmu.edu:8529/emperl/x/loop.htm. ( I try to mispell the embperl
> > for checking error). The error_log will show -->
> >
> > [Sun Oct 17 20:04:01 1999] [error] [client 129.174.124.125] File does not
> > exist: /usr/local/apache/htdocs/emperl/x/loop.htm
> >
> > If you want to try, please go to look at the following url.
> >
> > http://esip.gmu.edu:8529/ --> it's work
> > http://esip.gmu.edu:8529/hello/siesip --> it's work
> > http://esip.gmu.edu:8529/embperl/x/loop.htm --> it doesn't work
> >
> > The file loop.htm is located in
> >
> > /usr/local/apache/HTML-Embperl-1.2b9/eg/x/loop.htm
> >
> > So, I did attach my startup.pl and httpd.conf within this mail.
> >
> > Sorry, for my dump question. I have no idea what did I do wrong? Please
> > give me some help...
> >
> > --apple
> >
> > > The error you getting is:
> > >
> > > >[Sun Oct 10 12:47:55 1999] [error] [client 129.174.124.121] File does
> > > >not exist: /usr/local/apache/htdocs/emperl/eg/x/loop.htm
> > >                                      ^^^^^^ should be embperl?
> > > and the config:
> > >
> > > ># Port: The port to which the standalone server listens. For
> > > ># ports < 1023, you will need httpd to be run as root initially.
> > > >#
> > > >#Port 80
> > > >#Port 123
> > > >Port 8529
> > > >....
> > > > #>>>>>>>>>>>>>>add example embperl by jearanai 10/8/99
> > > > Alias /embperl /usr/local/apache/HTML-Embperl-1.2b9/eg
> > > >
> > > >
> > > >     <Location /embperl/x>
> > > >     setHandler  perl-script
> > > >     PerlHandler HTML::Embperl
> > > >     Options     ExecCGI
> > > >     </Location>
> > > >
> > > > #<<<<<<<<<<<<<<<end  example embperl<<<<<<<<<
> > > >
> > >
> > > So how is the url with which you request the document?
> > >
> > > http://localhost:8529/embperl/x/loop.htm
> > >
> > > should work.
> > >
> > > Gerald
> > >
> > >
> > > ---------------------------------------------------------------
> > > Gerald Richter      ecos electronic communication services gmbh
> > > Internet - Infodatenbanken - Apache - Perl - mod_perl - Embperl
> > >
> > > E-Mail:     [EMAIL PROTECTED]         Tel:        +49-6133/925151
> > > WWW:        http://www.ecos.de      Fax:        +49-6133/925152
> > > ---------------------------------------------------------------
> > >
> > >
> >
> 

Reply via email to