HP3000-L Archives

June 2002, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Ken Hirsch <[log in to unmask]>
Reply To:
Ken Hirsch <[log in to unmask]>
Date:
Wed, 26 Jun 2002 15:18:52 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (70 lines)
If you installed the MPE::CIvar module while you were logged on as MGR.PERL,
then you should not have to change anything, but there may be a problem with
file or directory permissions.

You can check the permissions with these commands:
ls -l /PERL/PUB/lib/perl5/site_perl/5.6.0/PA-RISC1.1/MPE/CIvar
ls -ld /PERL/PUB/lib/perl5/site_perl/5.6.0/PA-RISC1.1/MPE/CIvar
ls -l /PERL/PUB/lib/perl5/site_perl/5.6.0/PA-RISC1.1/auto/MPE/CIvar
ls -ld /PERL/PUB/lib/perl5/site_perl/5.6.0/PA-RISC1.1/auto/MPE/CIvar

(Change the version number if you have a version other than 5.6.0).

You can change the permissions with the shell chmod command or the CI
:ALTSEC command

In the future,  you can make sure the files are readable if you do
  umask 022
in the shell before you install the modules.


If you installed it somewhere else, you can tell Perl where by saying
use lib '/ACCOUNT/GROUP/dir/whatever';
Then Perl will search that directory, too.

(You can also set an environment variable or use the -I flag, but "use lib"
is the easiest way from within Apache.)



----- Original Message -----
From: "Ronald R Horner" <[log in to unmask]>
To: <[log in to unmask]>
Sent: Wednesday, June 26, 2002 2:56 PM
Subject: [HP3000-L] Perl w/ MPE mods and Apache


> I'm creating some CGI scripts using Perl.  With in these scripts, I'm
> calling on the MPE CIvar mod.  When I run the script from inside Apache, I
> get an error that says that MPE/CIvar.pm is not in @INC.  What do I do to
> change the @INC or move MPE/CIvar.pm to be part of the @INC?
>
> Thanks!
>
> Ron Horner
> HP3000 Systems Administrator
> JCPenney Logistics
> [log in to unmask]
> (414) 259-2274
> AIM: hornerrr
>
>


----------------------------------------------------------------------------
----


> The information transmitted is intended only for the person or entity to
> which it is addressed and may contain confidential and/or privileged
> material.  If the reader of this message is not the intended recipient,
> you are hereby notified that you have received this message in error and
> that any review, dissemination, distribution or copying of this message
> including any attachments is strictly prohibited.   If you received this
> in error, please contact the sender and delete the material from any
> computer.
>

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2