You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by "Jeffrey L. Edgett <edgettj@yahoo.com>" <ed...@yahoo.com> on 2003/01/08 00:26:58 UTC

Error When Trying To Display ASP script.

I am running Red Hat 8.0, Apache 2.0.40, mod_perl, and Apache::ASP.

I installed Apache::ASP using make and it compiled successfully with 
no errors.

However, when I try to view any web page in ASP I receive an error 
similar to that one:

Undefined subroutine 
&Apache::ASP::Compiles::__ASP__inetpub_wwwroot__x::Write called 
at /inetpub/wwwroot/default.asp line 
1. , /usr/lib/perl5/site_perl/5.8.0/Apache/ASP.pm line 1489




---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org


Re: Error When Trying To Display ASP script.

Posted by Josh Chamas <jo...@chamas.com>.
Jeffrey L. Edgett  wrote:
> I am running Red Hat 8.0, Apache 2.0.40, mod_perl, and Apache::ASP.
> 
> I installed Apache::ASP using make and it compiled successfully with 
> no errors.
> 
> However, when I try to view any web page in ASP I receive an error 
> similar to that one:
> 
> Undefined subroutine 
> &Apache::ASP::Compiles::__ASP__inetpub_wwwroot__x::Write called 
> at /inetpub/wwwroot/default.asp line 
> 1. , /usr/lib/perl5/site_perl/5.8.0/Apache/ASP.pm line 1489
> 

This implies to me that the Write() function is not defined.
Is this VBScript you are trying to do?

What does this script look like?

--Josh
________________________________________________________________
Josh Chamas, Founder                   phone:925-552-0128
Chamas Enterprises Inc.                http://www.chamas.com
NodeWorks Link Checking                http://www.nodeworks.com


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org