RE: embperl make test problem

1999-10-01 Thread Gerald Richter
> > Syntax error on line 41 of > /opt/local/download/perlmodule/HTML-Embperl-1.2b9/test/conf/httpd.conf: > "use" not allowed in expression at > /opt/local/download/perlmodule/HTML-Embperl-1.2b9/test/conf/startup.pl > line 13, at end of line > BEGIN not safe after errors--compilation aborted at > /

Re: embperl make test problem

1999-10-01 Thread Mark Mills
> > This may seem obvious but try `which perl` as the make process user, from > > that directory. > > > > Does IRIX still hide perl in /usr/sbin? the old 5.003 might still be first > > in the path. It bit me before on a origin... > > apple 14# which perl > /usr/sbin/perl > esip 15# whereis per

RE: embperl make test problem

1999-10-01 Thread Jearanai Vongsaard
On Fri, 1 Oct 1999, Mark Mills wrote: > >- The following addresses had permanent fatal errors - > > modeperl > doh, that was dumb of me =) > > This may seem obvious but try `which perl` as the make process user, from > that directory. > > Does IRIX still hide perl in /usr/sbin? th

RE: embperl make test problem

1999-10-01 Thread Mark Mills
>- The following addresses had permanent fatal errors - > modeperl doh, that was dumb of me =) This may seem obvious but try `which perl` as the make process user, from that directory. Does IRIX still hide perl in /usr/sbin? the old 5.003 might still be first in the path. It bit m

embperl make test problem

1999-10-01 Thread Jearanai Vongsaard
My machine is origin200 run on IRIX6.4. I did install apache 1.3.9 and modperl 1.21. Now I try to install embperl which I can pass all makefile but I get an error in make test process. I don't know why it cannot start my httpd which I can run it in the apache directoty. Here is the details: Than