Gareth Westwood wrote:
> 
> Hi everyone,
>         OK, I have tried just installing it and praying, that didn't seem to
> work, Clark Cooper suggested that there may be a problem with the versions
> of XML::DOM and XML::Parser, I have tried an earlier version of XML::Parser
> (2.23 rather than 2.3) and I am now using Apache::ASP 2.09 but to no avail.
> My machine should not be running short of any resources and I am confused.

Apache::ASP only needs XML::* stuff if you are using the XSLT config.
Don't worry about it otherwise.

>         When I try to look at /site/eg apache seems to show the file as raw
> text rather than compiling (or building it or what ever it does to it)it
> into ASP. The make test procedure still gives the same output as before (see
> bellow).

The site/eg files need to have the .htaccess present ( did you copy it with 
the rest? ), and active, with a httpd.conf config like:

<Directory />
    Options FollowSymLinks
    AllowOverride All
</Directory>

You wouldn't want to do this in a production server config, but just to 
get going it should be fine.

>         Does anyone have any other ideas that may help. I am using kernel
> version 2.2.5 I am going to try a newer kernel version next. Help,
> please......
> 

I don't know why "make test" fails for Apache::ASP with those bizarre
errors, but I don't think that's what is holding you back here.

--Josh

_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to