RE: perl module installation

From: Larry Mullis (lmullis_at_robinsfcu.org)
Date: 06/25/04


Date: Fri, 25 Jun 2004 16:25:03 -0400
To: "Wiggins d Anconia" <wiggins@danconia.org>

I have an iPlanet web server installed. Based on what you say, I need to be sure it is configured correctly to run scripts before I worry about modules. The permissions are set correctly on the files. I will be out of the office until July 6th. I will work on this whe I get back.
I appreciate your help.

Larry Mullis

-----Original Message-----
From: Wiggins d Anconia [mailto:wiggins@danconia.org]
Sent: Friday, June 25, 2004 11:07 AM
To: Larry Mullis; beginners@perl.org
Subject: Re: perl module installation

>
> >
> > I have perl v5.6.0 installed on my AIX web server. I am not able to
run perl scripts from the browser on this box. I have download from CPAN
and attempted to load the modules that I think I need to be able to run
perl scripts. I am putting them in /usr/bin. Once I downloaded,
decompressed, unpacked these modules and go through the Build process, I
get errors. I don't know what is causing these errors, nor where to look
to determine what is causing them. I know this is a very general
description. I am not even absolutely sure I am downloading the correct
modules to enable the scripts to run.
> >
> > Any suggestions will be appreciated.

Does perl itself run ok? Aka as just a simple script, or even just:

perl -V

Technically you don't need any modules (especially from CPAN) to run a
simple CGI script, you only need a web server configured to run any kind
of script, the script to have execute permissions, and for it to print a
header and some content. Do you have a webserver installed and
configured? For instance, Apache.

Are you putting the modules or the scripts in /usr/bin? Modules built
with the standard process will not (likely) live in /usr/bin.

We are going to need more info to determine what the problem is with the
module installation, are your errors when you try to use them or install
them? In the case of installing them are you using the manual process
or using CPAN? In both cases can you run the build process up to the
point where you get errors and copy and paste the exact output (snip
anything you don't think we will need), this will help someone on the
list diagnose what your install problem is.

perldoc perlmodinstall

Has more extensive documentation on module installation.

Help us to help you, I am sure someone on the list can get to the bottom
of it....

http://danconia.org



Relevant Pages

  • Re: DTrace/FreeBSD source snapshot
    ... I'm guessing dtrace doesn't know what a uid_t is. ... of installation problem on my part? ... is actually referenced in our kernel. ... profiling scripts that I use on Solaris and MacOSX. ...
    (freebsd-current)
  • Re: How can this site get back to rowing topics
    ... IE7Pro which is similar to GreaseMonkey but for IE. Installation is ... available while IE restarts. ... Scripts from the list on the left, then click on the "Reload All ...
    (rec.sport.rowing)
  • Re: sun calendar & dsee6 on CentOS machine-- need to return to preinstall configuration
    ... previous configuration attempts made by the scripts on my ... that I can remove the previous installation attempts from this machine ... I'm pretty sure that won't even work anyway as the scripts surely ... eventually broke the rpm database on my target machine. ...
    (comp.sys.sun.apps)
  • Re: SP4 error running replsys.sql
    ... During the installation of SQL SP4 I also received the error: ... The application must have been trying to connect to the SQL database ... while the scripts were attempting to run. ...
    (microsoft.public.sqlserver.setup)
  • Re: perl module installation
    ... run perl scripts from the browser on this box. ... I have download from CPAN ... Has more extensive documentation on module installation. ...
    (perl.beginners)