----- Original Message -----
From: Andy Yiu <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 15, 2000 1:13 PM
Subject: RE: Apache::ASP problem, example index.html not working


> Hi, this is Andy again.
>
> It's about that, after I installed the ASP patch, all
> other *.asp are working but the index.html is not
> which claim that it couldn't find glocal.asa
>
> The .htaccess file I used is from your example folder,
> which is :
>
> ------------------------------------
> Debug Output
>
> > RUN ASP (v0.18) for /data/home/asp/eg/index.html
> > GlobalASA package Apache::ASP::Demo
> > ASP object created - GlobalASA:
> Apache::ASP::GlobalASA=HASH(0x83c5370); Request:
> Apache::ASP::Request=HASH(0x83947d0); Response:
> Apache::ASP::Response=HASH(0x83946d4); Server:
> Apache::ASP::Server=HASH(0x83945a8); basename:
> index.html; compile_includes: 1; dbg: 2;
> debugs_output: ARRAY(0x82834c0); filename:
> /data/home/asp/eg/index.html; global: /tmp;
> global_package: Apache::ASP::Demo; id: NoCache;
> includes_dir: ; init_packages: ARRAY(0x8302fe4);
> no_cache: 1; no_state: 1; package: Apache::ASP::Demo;
> pod_comments: 1; r: Apache=SCALAR(0x840ca70);
> sig_warn: ; stat_inc: ; stat_inc_match: ;
> stat_scripts: 1; unique_packages: ; use_strict: ;
> > parsing index.html
> > runtime exec of dynamic include header.inc args ()
> > parsing header.inc
> > undefing sub Apache::ASP::Demo::_tmp_header_inc code
> CODE(0x840ff20)
> > compile include header.inc sub _tmp_header_inc
> > runtime exec of dynamic include footer.inc args ()
> > parsing footer.inc
> > already failed to load Apache::Symbol

Check that both Apache::Symbol and and Devel::Symdump are installed and are
in the
lib path. I had a similar problem when I first installed Apache::ASP. My
Apache::Symbol
was installed but, Devel::Symdump (required by Apache::Symbol, not
Apache::Symdump)
was not, hence Apache::Symbol::undef did not load. After I installed
Devel::Symdump everything
worked.

-dmitri

Reply via email to