Steve Brown wrote:
After doing the "rm -rf *" in the /tmp/asp statedir, I get the following when I run my Hello World test.asp:

Can't call method "lock" on an undefined value at /usr/lib/perl5/site_perl/5.6.0/Apache/ASP/State.pm line 310. Apache::ASP::State::AUTOLOAD('Apache::ASP::Application=HASH(0x83435a8)') called at /home/webadmin/ptoc.org/register/global.asa line 14 Apache::ASP::Compiles::__ASP__home_webadmin_ptoc_org_registerx::Session_OnStart() called at /usr/lib/perl5/site_perl/5.6.0/Apache/ASP.pm line 1510 require 0 called at /usr/lib/perl5/site_perl/5.6.0/Apache/ASP.pm line 1510 Apache::ASP::Execute('Apache::ASP=HASH(0x8177c9c)', 'Session_OnStart') called at /usr/lib/perl5/site_perl/5.6.0/Apache/ASP/GlobalASA.pm line 163 Apache::ASP::GlobalASA::ExecuteEvent('Apache::ASP::GlobalASA=HASH(0x816e08c)', 'Session_OnStart') called at /usr/lib/perl5/site_perl/5.6.0/Apache/ASP/GlobalASA.pm line 193 Apache::ASP::GlobalASA::SessionOnStart('Apache::ASP::GlobalASA=HASH(0x816e08c)') called at /usr/lib/perl5/site_perl/5.6.0/Apache/ASP/StateManager.pm line 142 Apache::ASP::InitState('Apache::ASP=HASH(0x81
77c9c)') called at /usr/lib/perl5/site_perl/5.6.0/Apache/ASP.pm line 414 Apache::ASP::new('Apache::ASP', 'Apache=SCALAR(0x8177fc0)', '/home/webadmin/ptoc.org/register/test.asp') called at /usr/lib/perl5/site_perl/5.6.0/Apache/ASP.pm line 181 Apache::ASP::handler('Apache=SCALAR(0x8177fc0)') called at /dev/null line 0 require 0 called at /dev/null line 0 , /usr/lib/perl5/site_perl/5.6.0/Apache/ASP.pm line 1514

Since I'm on a virtual server hosted by globalservers.com, I'm limited as to what I can do. I do have su password, but, for example, I can't just reload and start over from a CD. If I mess up, then the globalserver people have to go in a reinitalize my viritural server back to square one. This puts me back with perl 5.6 and mod_perl installed using perl 5.6. Then it seems when I try to upgrade using CPAN I end up with a mess. Is my project doomed?



Your prior errors suggest that there is something pretty wrong with the default mod_perl / perl build on your system, so I would suggest rebuilding the apache / mod_perl combo against your new installed perl 5.8.x

Also, if you want to get something working quicker than that, you can
consider running Apache::ASP in CGI mode. Please see this for more info:

http://www.apache-asp.org/cgi.html#Standalone%20Cbddd74cc

Regards,

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


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to