RE: Installing from scratch Apache + mod_perl + Apache::ASP (+maybe others) on unix

2002-02-26 Thread Jim Helm
When you copied the contents, did you get the .* files as well? If you didn't, that's most likely your problem... The examples need the .htaccess file (and maybe others) to function correctly. --Jim -Original Message- From: Cameron Clark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, Febru

ASP and @INC

2002-02-26 Thread ellers
Hello all Further to a message I posted last week about bizarre problems, I've corrected most things, partly by correcting the httpd.conf (adding around settings), etc. However I still have problems with Apache::ASP not finding modules - sometimes. I've figured that my problems oc

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 from scratch Apache + mod_perl + Apache::ASP (+maybe others) on unix

2002-02-26 Thread Cameron Clark
Hey there (Joshua), I noticed your mention of building a linux box and doing a scratch install of apache/mod_perl/Apache::ASP. I'm in the middle of just that and I'm having some issues I'm using a virgin install of RedHat on a VA linux server. I uninstalled the RPMed Apach

Re: Calling an Apache::ASP page from an Apache::Registry script

2002-02-26 Thread Perrin Harkins
Andrew Ho wrote: > I've been investigating other template systems to try to find similar > functionality in an existing package for a non-Tellme related project and > haven't been able to find any embedded-Perl solutions that can be called > from a .pl and still have the benefits of template cachi