|
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
|
- Perl CGI Dale Bronk
- RE: Perl CGI Andre Vanha
- Dale Bronk
