Re: Installing Apache::ASP Problems

2002-02-27 Thread Joshua Chamas
Richard The Goalie wrote: > > trying to install apache::asp. perl Makefile.PL, make, make install went > fine, but ASP is still not useable. i put the instructions > in, and it still doesn't work. the error i recieve is Can't locate > Apache/ASP.pm in @INC. First, it's looking in perl5.6.0 libs,

Installing Apache::ASP Problems

2002-02-26 Thread Richard The Goalie
trying to install apache::asp. perl Makefile.PL, make, make install went fine, but ASP is still not useable. i put the instructions in, and it still doesn't work. the error i recieve is Can't locate Apache/ASP.pm in @INC. First, it's looking in perl5.6.0 libs, not the 5.6.1 libs that i've ins

Re: Installing Apache::ASP Problems

2002-02-25 Thread Ruggero Manzoni
Hi, You can try to copy Apache::ASP in the directory where your perl5.6.0 libs are located. You must pay attention that all the libs that Apapache::ASP requires are also installed in your perl5.6.0 libs (ex MLDBM::Sync) Hope this can help you. Ruggero _

Re: Installing Apache::ASP Problems

2002-02-24 Thread Maurice Aubrey
On Sun, Feb 24, 2002 at 05:38:18PM -0500, Richard The Goalie wrote: > trying to install apache::asp. perl Makefile.PL, make, make install went > fine, but ASP is still not useable. i put the instructions > in, and it still doesn't work. the error i recieve is Can't locate > Apache/ASP.pm in @I

Installing Apache::ASP Problems

2002-02-24 Thread Richard The Goalie
trying to install apache::asp. perl Makefile.PL, make, make install went fine, but ASP is still not useable. i put the instructions in, and it still doesn't work. the error i recieve is Can't locate Apache/ASP.pm in @INC. First, it's looking in perl5.6.0 libs, not the 5.6.1 libs that i've ins