Re: APACHE::ASP Error

2005-05-03 Thread Warren Young
sangeethvs wrote: suggestions of installing BerkeleyDB. But isn't that overkill. Do we really need to install the DB_File and BerkleyDB modules to work with Apache::ASP? There are alternate state storage models, but BDB is certainly a good choice. I seem to recall that one of the options is a

Re: Apache::ASP Error: "need id for includes"

2001-06-13 Thread Carl Lipo
Ah! The version of ASP is 2.11 -- and the error cropped up beginning with the installation of the new version. We will definitely try the DynamicIncludes flag. Thanks. Carl replied to Joshua Chamas on 06/13/01: > Carl Lipo wrote: > > > > Hi, > > > > Has anyone encountered the error message l

Re: Apache::ASP Error: "need id for includes"

2001-06-13 Thread Joshua Chamas
Carl Lipo wrote: > > Hi, > > Has anyone encountered the error message list below "need id for includes"? > What does it mean? > This might be a bug that has been recently introduced as of perl 2.11 ? What version do you have installed? It would be triggered possibly by old style inline includ

Re: Apache::ASP error re: subroutines

2001-05-22 Thread Joshua Chamas
Andrew Koebrick wrote: > > Howdy, > > I am attempting to move a few subroutines from my Apache::ASP pages into a central >module, but get the error: > > Undefined subroutine &Apache::ASP::Demo::date_swap called at (eval 6) line 67. , >/usr/lib/perl5/site_perl/5.6.0/Apache/ASP.pm line 1506 Pe