On Tue, 20 Feb 2007 11:41:41 -0500, Moon, John wrote:
> Looking for help installing modules to a "local" library...
You've got multiple problems below.
> Below are several attempts.
>
> Any suggestions or links to "How to..." will be greatly appreciated.
>
> SUN83-PRODWEB>pwd
> /opt/common/htm
On 02/20/2007 04:17 PM, Moon, John wrote:
Thank you, Mumia W.
The following "ran"... I would have preferred to have installed at
~/cgi-bin/Library _not_ at
~/cgi-bin/Library/lib/perl5/site_perl/5.8.5... following is the results.
Now when I try to install Ajax it still says it can't find
Class
Thank you, Mumia W.
The following "ran"... I would have preferred to have installed at
~/cgi-bin/Library _not_ at
~/cgi-bin/Library/lib/perl5/site_perl/5.8.5... following is the results.
Now when I try to install Ajax it still says it can't find
Class::Accessor
I tried perl -I ~/cgi-bin/Library
On 02/20/2007 10:41 AM, Moon, John wrote:
Looking for help installing modules to a "local" library...
http://search.cpan.org/~jhi/perl-5.8.0/pod/perlmodinstall.pod says to do
the install one way while README for the module gives other
instructions. CPAN says a) Decompress, b) Unpack, c) Build,
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Lin
Sent: Tuesday, February 20, 2007 1:09 PM
To: beginners@perl.org
Subject: Re: Installing modules locally, how to
Hi John,
> SUN83-PRODWEB>perl Makefile.PL
> SUN83-PRODWEB>/usr/ccs/bin/make
You have to
Hi John,
SUN83-PRODWEB>perl Makefile.PL
SUN83-PRODWEB>/usr/ccs/bin/make
You have to be root (or user with similar rights) to do this.
So try (if you have the sudo package installed):
$ SUN83-PRODWEB>sudo perl Makefile.PL
$ SUN83-PRODWEB>sudo /usr/ccs/bin/make
Or get root (superuser) prior to
Mumia W. wrote:
> On 12/21/2006 10:53 PM, Mathew Snyder wrote:
>> I have a script which will determine which modules need to be
>> installed for a
>> certain application. It will take all of the module names and iterate
>> through
>> them installing each as such:
>> system "perl -MCPAN -e 'ins
On 12/21/2006 10:53 PM, Mathew Snyder wrote:
I have a script which will determine which modules need to be installed for a
certain application. It will take all of the module names and iterate through
them installing each as such:
system "perl -MCPAN -e 'install $module'";
I'd rather do
On Jul 20, Octavian Rasnita said:
cpan
cpan> install [a_certain_module]
It gives the following errors:
Subroutine Compress::Zlib::deflateStream::msg redefined at
Subroutine Compress::Zlib::inflateStream::DispStream redefined at
Subroutine Compress::Zlib::inflateStream::__unc_inflate redefined
James Kearney wrote:
Hi there,
I hope someone out there can help me, I am trying to install some perl
modules - but when i try downloading the modules and compiling them -
or using the cpan shell, then I keep receiving the errors detailed at
the end of this email.
I am specifically attempting to in
I just installed the client package and devel package,
and now i get another error :
DBD-mysql-2.9003/Makefile.PL
/bin/tar: DBD-mysql-2.9003/Makefile.PL: time stamp
2003-10-17 13:20:50 is 17961752 s in the future
DBD-mysql-2.9003/ChangeLog
/bin/tar: DBD-mysql-2.9003/ChangeLog: time stamp
2003-10-2
Please bottom post.
> Wiggins,
>
>
> This is the error i get trying installing the package
> :
>
>
> [EMAIL PROTECTED] root]# perl -MCPAN -e shell
>
> cpan shell -- CPAN exploration and modules
> installation (v1.61)
> ReadLine support available (try 'install
> Bundle::CPAN')
>
> cpan> inst
Wiggins,
This is the error i get trying installing the package
:
[EMAIL PROTECTED] root]# perl -MCPAN -e shell
cpan shell -- CPAN exploration and modules
installation (v1.61)
ReadLine support available (try 'install
Bundle::CPAN')
cpan> install DBD::mysql
CPAN: Storable loaded ok
CPAN: LWP::
Please bottom post...
> Hi there,
>
> Theses are the messages i get when i try to install
> dbd::mysql. How can i solve this problems ?, Thanks.
>
> cpan> install DBD::mysql
> Running install for module DBD::mysql
> Running make for R/RU/RUDY/DBD-mysql-2.9003.tar.gz
> Is already unwrapped
Hi there,
Theses are the messages i get when i try to install
dbd::mysql. How can i solve this problems ?, Thanks.
cpan> install DBD::mysql
Running install for module DBD::mysql
Running make for R/RU/RUDY/DBD-mysql-2.9003.tar.gz
Is already unwrapped into directory
/root/.cpan/build/DBD-mysq
> Hi there,
>
> I need to install the modules in order to work with
> mysql database. I have red hat 9 and have already
> installed the Mysql database. How can i install the
> all the modules i need from cpan using my red hat
> command line ? Which modules i need ?, How i install
> each modu
>
> Hi there,
Howdy.
>
> I need to install the modules in order to work with
> mysql database. I have red hat 9 and have already
> installed the Mysql database. How can i install the
> all the modules i need from cpan using my red hat
> command line ? Which modules i need ?, How i install
sc0017 wrote at Mon, 11 Aug 2003 13:04:12 +0300:
> Hi all i am newbie in perl!
>
> How could i install any module i want?
Read
perldoc -q install
and
perldoc perlmodinstall
Greetings,
Janek
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For installations on Windows, read
http://aspn.activestate.com/ASPN/docs/ActivePerl/faq/ActivePerl-faq2.html
José.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, August 11, 2003 12:04 PM
To: [EMAIL PROTECTED]
Subject: Installing Modules
Hi all i am n
On Mon, 23 Jun 2003 03:40:03 +, [EMAIL PROTECTED] (Mario Kulka)
wrote:
>Could anyone give me step by tep instructions on how to install a perl
>module (MD5) on my host server. How come they don't have it installed? Isn't
>popular enough?
>
>Sorry if I sent the same message for the second tim
Mario Kulka wrote at Mon, 23 Jun 2003 03:40:03 +:
> Could anyone give me step by tep instructions on how to install a perl
> module (MD5) on my host server. How come they don't have it installed? Isn't
> popular enough?
BTW, the MD5 module is deprecated. It is recommended to install
Digest:
It WORKS!!!
Thanks Again
Marco Centemeri
---
[EMAIL PROTECTED] wrote:
>
> From: Marco Centemeri <[EMAIL PROTECTED]>
> > I'm trying to install on win2000 the following modules:
> >
> > IO::Stringy
> > MailTools
> >
> > The command 'perl ma
From: Marco Centemeri <[EMAIL PROTECTED]>
> I'm trying to install on win2000 the following modules:
>
> IO::Stringy
> MailTools
>
> The command 'perl makefile.pl' works but then when I run dmake
> I always get the following error:
>
> 'Expecting macro or rule defn, found neither'
You have to te
Hi ,
I get dmake from here:
http://cpan.perl.org/authors/id/GSAR/dmake-4.1pl1-win32.zip
I didn't modify anything, set up and so on, I only copied the file and added
the folder to path variable.
Here a snippet of makefile (attached the whole file):
---
# --- MakeMaker pm_to_blib section:
Hi Marco,
1) which dmake are you using, where did you get it?
2) can you post a snippet of your makefile (around the
offending line?
Will try to reproduce your problem here...
Aloha => Beau.
-Original Message-
From: Marco Centemeri [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December
On Tue, Oct 01, 2002 at 12:33:34PM -0400, Balint, Jess wrote:
> Hi all. I have most of the perl modules that I use installed into my home
> directory. I am trying to install some that depend on others. This is simple
> enough to add a "use lib" into the Makefile.PL , but I can't seem to figure
>
Craig Moynes/Markham/IBM [[EMAIL PROTECTED]] quoth:
*>
*>
*>Ok that seems to do the trick, the only thing I am worried about is during
*>the installation to the real directory some data is appended to
*>perllocal.pod. The documentation for MakeMaker say you can disable this
*>with pure_install, bu
cc: [EMAIL PROTECTED]
Subject: Re: Installing modules
without a C compiler
05/13/02 03:
On Mon, 2002-05-13 at 15:01, Craig Moynes/Markham/IBM wrote:
> Hi all,
> Our servers are set up with a single development box, that contains
> all the compilers and what not. All the modules I need to install have to
> be compiled on the development box, and then installed on each server (m
That did the trick thankyou!
From: [EMAIL PROTECTED]
> I was reading and came across this code:
> I put the contents of Image-Size-2.98 under the Image directory.
>
> use lib qw(/home/yrkylady/www/cgi-bin/perl/Image);
> eval("use Image::Size 2.98;");
> (print("Error: $@"), exit(-1)) if $@;
>
> And when I
On Tue, 13 Nov 2001, Rahul Garg wrote:
> i have actually got the solution.
> if i have the module Bar.pm in directory '/usr/home/rahul/myMod'
> then in the perl script that uses this module i have to include the
> statement
>
> use lib '/usr/home/rahul/myMod' ;
> use Bar ;
>
> Thanks,
> Rahul
ternalLifeThereAfter <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 13, 2001 2:28 PM
Subject: Re: installing modules
> - Original Message -
> From: "Rahul Garg" <[EMAIL PROTECTED]>
> To: "Dave Storrs" <[EMAIL PROTECTE
- Original Message -
From: "Rahul Garg" <[EMAIL PROTECTED]>
To: "Dave Storrs" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
"eventualdeath" <[EMAIL PROTECTED]>
Sent: Monday, November 12, 2001 2:49 PM
Subject: Re: installing modules
>
---
From: Dave Storrs <[EMAIL PROTECTED]>
To: Martin Pfeffer <[EMAIL PROTECTED]>
Cc: Rahul Garg <[EMAIL PROTECTED]>; Perl 6 Beginners list
<[EMAIL PROTECTED]>
Sent: Saturday, November 10, 2001 2:03 AM
Subject: Re: installing modules
>
>
> Since I suspect your next
Since I suspect your next question would be "Ok, then how do I install the
CPAN module?" let me head this one off.
The CPAN module (CPAN.pm) comes with the basic distro of Perl, so you
should already have it. Say you want to install the "CGI.pm" module from
CPAN. At your command line, you typ
Install the CPAN Module
Then type install Modulname
Hope it helps
martin
Rahul Garg wrote:
> well,
>
> i want to install modules on my system(linux) that i have made.
> what i know is they are to be installed at @INC.
> but exactly how.any suggestions
> any sources for reading...
>
>
> Is there any way of installing modules under
> Windows 2000 without having access to the
> command line.
Some modules monkey around during install.
You might be able to get non-privileged monkeying
around done somehow, by firing off the install
process as a cgi, for example. But that will stil
Mark Ross [[EMAIL PROTECTED]] quoth:
*>Hi all,
*>
*>I was wondering if someone could point me in the direction where I could
*>find out how, if even possible, to install Perl modules in a different
*>directory (like /cgi/module_library/). I don't have root access to the
*>server. Is there a way ar
39 matches
Mail list logo