Thanks Andre...
 
I know that this may not be the place to ask this, but here it goes.  My legacy cgi scripts work great currently in production using Netscape Web Server.  I ported all cgi scripts locally to Apache and JRun under Red Hat 6.2 and they work great.  Now I want to use Orion so I shut down Apache and JRun and installed Orion on the same Red Hat 6.2 machine and my cgi scripts now do not work.
 
Unfortunately, I have inherited these scripts and am a Java guy, not a Perl guy.  I get the following error:
Cannot locate ./Library/auth-lib.pl in @INC (@INC contains: /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 . )
 
The scripts will work if I look for /fully-qualified-path-to-my-scripts/Library/auth-lib.pl
 
Like I said, this may not be the place to ask, but since I ported on the same machine using Apache and JRun and it worked fine and now it doesn't under Orion I thought I would through it out there.
 
My pertenent directory structure looks like this:
orion
orion/my-web-app
orion/my-web-app/cgi-bin/ {base cgi scripts here}
orion/my-web-app/cgi/bin/my-scripts/ {my specific scripts here}
orion/my-web-app/cgi/bin/my-scripts/Library/ {my auth-lib.pl}
 
Thanks for any help I may get.
Dale
 
----- Original Message -----
Sent: Friday, March 17, 2000 3:14 PM
Subject: RE: Perl CGI

The global-web-application file in orion/config contains a mapping so that any *.pl file is executed through Orion's CGI servlet (which in turn invokes perl).  All you need to do is make sure the perl executable is in your path.
 
Hope this helps,
Andre V.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dale Bronk
Sent: Tuesday, March 14, 2000 7:01 PM
To: Orion-Interest
Subject: Perl CGI

Can someone give me some help on settings to allow my web-app to do Perl cgi?  I have some legacy scripts that I need to use and can't seem to find anything in the documentation.
 
On that note, any news on when we will have real documentation as far as a full user manual with getting started (hand holding) sections through advanced topics like clustering, jsm, etc?

Dale Bronk
[EMAIL PROTECTED]
Windscape Consulting, Inc.
http://www.windscape.com

Reply via email to