Jenn G. asked:
> We have a project which has 30+ perl/modperl modules.
> Installing those modules by hand on each host is wasting time.
> So can we just copy the directory "/usr/lib/perl5/" from the already
> installed host to any other not installed hosts?
>
> We use Linux OS, perl version is 5.
Hello,
We have a project which has 30+ perl/modperl modules.
Installing those modules by hand on each host is wasting time.
So can we just copy the directory "/usr/lib/perl5/" from the already
installed host to any other not installed hosts?
We use Linux OS, perl version is 5.8.8.
Thanks.
--
T
Done.
Thanks!
On Jan 9, 2008 5:11 PM, Tom Phoenix <[EMAIL PROTECTED]> wrote:
> On Jan 9, 2008 1:38 PM, yitzle <[EMAIL PROTECTED]> wrote:
>
> > I installed LWP manually into a local directory (~/perl)
> > When I try to install WWW::Mechanize, it finds the old version - not
> > the new local version
On Jan 9, 2008 1:38 PM, yitzle <[EMAIL PROTECTED]> wrote:
> I installed LWP manually into a local directory (~/perl)
> When I try to install WWW::Mechanize, it finds the old version - not
> the new local version - and fails.
The new version needs to be the first one found by looking in the @INC
d
I installed LWP manually into a local directory (~/perl)
When I try to install WWW::Mechanize, it finds the old version - not
the new local version - and fails.
> perl Makefile.PL
-snip-
> Warning: prerequisite LWP 5.802 not found. We have 5.79.
The make test fails miserably.
How do I modify the
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.
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
-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
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, and d)
Install. The Build step is
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
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 this without a system call and instead do it w
Hi,
I'm trying to install a perl module XML-RegExp-0.03 (downloaded from
cpan.org) to a cygwin setup on Windows 2000
The first step is to create a make file by running "perl Makefile.pl"
The next step is to run make. But when I run make I get the following error
c:\WINNT\make.exe: *** No rule to
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
Hi,
Please tell me what it could be the problem with cpan on my computer.
Each time I try:
> cpan
> cpan> install [a_certain_module]
It gives the following errors:
Subroutine Compress::Zlib::deflateStream::msg redefined at
E:/usr/site/lib/Compr
ess\Zlib.pm line 94, line 2.
Subroutine Compress
Hi,
If I run ActivePerl under Windows 2000, could I face problems if I install
modules using both ppm and cpan and compiling the tar balls?
Could there be any binary incompatibilities?
Thanks.
Teddy
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED
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
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 install Unicode::St
Hi,
I am trying to install a module "Template::Extract"
through this command
C:> perl -MCPAN -e shell "install Template::Extract"
Since I can't find that(latest) modules in ActivePerl's PPM.
But somehow, I still fail to make install the module,
this are the error message I encontered:
C:\Program
> - Original Message -
> From: "JR Miller" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, July 25, 2004 6:28 AM
> Subject: Errors installing modules on Solaris 9
>
>
>
>>New to loading PERL modules and can't fig
- Original Message -
From: "JR Miller" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 25, 2004 6:28 AM
Subject: Errors installing modules on Solaris 9
New to loading PERL modules and can't figure this one out. Running
Solaris
9 with current pa
Yes, I am running as root. gmake and gcc are in the path, tested this
before trying the install.
Thanks,
-JR Miller
-Original Message-
From: Eliezer Ramm [mailto:[EMAIL PROTECTED]
Sent: Sunday, July 25, 2004 06:00
To: JR Miller
Subject: Re: Errors installing modules on Solaris 9
a
New to loading PERL modules and can't figure this one out. Running Solaris
9 with current patches, PERL is v5.6.1 built for sun4-solaris-64int. Most
modules I try to install bomb out with the same errors as the following
ERROR TEXT. Using gmake and have installed gcc as well (both are in my
PATH
In looking for a good Perl SSH module, I came across Net::SSH::Perl,
which has a ton of dependencies. While looking into this, I stumbled
across CPAN::shell, which I figured would make installing Net::SSH::Perl
a lot easier. So, I installed CPAN::shell, but am unable to get all the
dependencies f
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
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 module ?
Thanks.
_
er on your problems, unfortunately.
I've had a lot of success installing modules on my Mac OS X box, but
it's not Server.
What I did want to offer though, is to make sure you know there is a
Mac OS X Perl mailing list where I bet they could fix you right up.
You can find it here:
h
Hello list!
I am starting to dig deeper into Perl, after having successfully
written my first working script :-)
I am trying to install modules on my Mac OS X 10.3 Server machine, but
I usually end up getting errors like this for the GD package (1) or
this for the Bundle::LWP (2). I did inst
Hi All,
I have just installed Perl 5.8.1 and am trying to install some modules via
CPAN.
When I install the module, it always says that it has installed it
correctly.
But when I come to use it, it can not be found.
There is also no sign of module on the hard drive.
In perl 5.8.0 it would insta
Hi,
I reinstalled Perl and it all seems to work fine now..
Thanks,
Adam
- Original Message -
From: "Tristram Nefzger" <[EMAIL PROTECTED]>
To: "'Adam Gent'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, October 14, 2003 8:17 P
Hi,
Sorry I don't have 5.8.1 yet. Someone who does should field this issue
in detail. From what you've written, I suggest taking a look in the
5.8.0 directories to see if HTML::Template is there. Sometimes an
installation does not work if the target directories don't exist
beforehand, so it may
: "Tristram Nefzger" <[EMAIL PROTECTED]>
To: "'Adam Gent'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, October 14, 2003 7:46 PM
Subject: RE: Perl 5.8.1 and Installing Modules
> There is normally a sign of an installed module. I've
There is normally a sign of an installed module. I've found that
sometimes it is buried as a submodule in an existing hierarchy. But how
are you installing the modules, and what is one module that you
installed, preferably one without additional non-core module
dependencies?
-tristram
--
To
Hi All,
I have just installed Perl 5.8.1 and am trying to install some modules via
CPAN.
When I install the module, it always says that it has installed it
correctly.
But when I come to use it, it can not be found.
There is also no sign of module on the hard drive.
In perl 5.8.0 it would insta
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
Hi all i am newbie in perl!
How could i install any module i want?
Thanks in advance!
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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:
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 time, but the prvious one
doesn't came through on my list.
Mariusz
__
How can I install the MD5 module on the server where I'm hosting my website?
_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
http://join.msn.com/?page=features/virus
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addi
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
id 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: Tuesd
ber 03, 2002 9:38 PM
To: [EMAIL PROTECTED]
Subject: Installing modules
Hello All,
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 ma
Hello All,
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'
See below snippet of command lines ->
***
D:\temp\IO-stringy
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
>
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
out how to set this when running tests. I tried inserting it into the t
perl Makefile.PL LIB=~/somedir
make
make test
make install
blah
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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
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 (make
install). This works for now, (thanks to nfs) but I would like t
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
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 try to open my file I get this error:
Error: Can't locate
Carl:
This is an issue that I have been dealing with in one form or another for
about 5 years. In my opinion the real issue here is one of configuration
management. In my case we have about 10 FreeBSD boxes all with various perl
scripts running on them. We also have 3 developmental (or test
Good day;
I work in an environment where the stuff that goes onto our network is
tightly regulated. In my time of subscribing to this list, I have found
there to be a bunch of modules available on CPAN that we don't have access
to. (Our current baseline is v5.005_03 !!!). I would like to updat
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Kevin Zembower) wrote:
> I have a program that requires Mail::Mailer.pm. When I try to run it, I
> get:
> www:/usr/local/httpd/cgi-bin # ./mail2friend.pl
> Can't locate Mail/Mailer.pm in @INC (@INC contains:
> /usr/lib/perl5/5.6.0/i586-linux /u
KEVIN ZEMBOWER [[EMAIL PROTECTED]] quoth:
*>
*>Any suggestions on cleaning up this mess? Can I just delete
*>/usr/bin/perl and link it to /usr/local/bin/perl, or is there a more
*>elaborate, better solution?
If this is a Solaris 8 box then I'd recommend leaving /usr/bin/perl alone
and adjusting y
ck
if the make_install_arg is still set.
Thank for your help, Bob.
-Kevin Zembower
>>> Bob Showalter <[EMAIL PROTECTED]> 11/26/01 11:45AM >>>
> -Original Message-
> From: KEVIN ZEMBOWER [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 26, 2001 11:36 AM
> -Original Message-
> From: KEVIN ZEMBOWER [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 26, 2001 11:36 AM
> To: [EMAIL PROTECTED]
> Subject: Trouble installing modules with CPAN, or changing @INC
>
>
> I have a program that requires Mail::Mailer.pm. Wh
I have a program that requires Mail::Mailer.pm. When I try to run it, I
get:
www:/usr/local/httpd/cgi-bin # ./mail2friend.pl
Can't locate Mail/Mailer.pm in @INC (@INC contains:
/usr/lib/perl5/5.6.0/i586-linux /usr/lib/perl5/5.6.0
/usr/lib/perl5/site_perl/5.6.0/i586-linux /usr/lib/perl5/site_perl/
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...
>
>
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...
Bye,
Rahul
> Still no dice! I keep getting errors:
>
> C:\Perl>ppm
> PPM interactive shell (2.1.5) - type 'help' for available commands.
> PPM> set
> Commands will be confirmed.
> Temporary files will be deleted.
> Download status will be updated every 16384 bytes.
> Case-insensitive searches will be perform
Wagner-David
cc:
Subject: RE: Frustrated
installing modules!?!
John Way [[EMAIL PROTECTED]] quoth:
*>I am truly frustrated that I can't even find any documentation on how to
*>install a module from, say, CPAN! I have activestate's installation of Perl
You must have missed the FAQ link on the front page of CPAN.
http://www.cpan.org/misc/cpan-faq.html
also,
CTED]]
Sent: Tuesday, August 07, 2001 1:57 PM
To: [EMAIL PROTECTED]
Subject: RE: Frustrated installing modules!?!
What's PPM? Is this similar to CPAN?
-Original Message-
From: Wagner-David [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 3:55 PM
To: [EMAIL PRO
What's PPM? Is this similar to CPAN?
-Original Message-
From: Wagner-David [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 3:55 PM
To: [EMAIL PROTECTED]
Subject: RE: Frustrated installing modules!?!
Here is my setup for AS using ppm:
PPM interactive shell (
to date and either export if not or
restart to make certain you are current.
Wags ;)
-Original Message-
From: John Way [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 13:48
To: [EMAIL PROTECTED]
Subject: Frustrated installing modules!?!
I am truly frustrated that I can't
I am truly frustrated that I can't even find any documentation on how to
install a module from, say, CPAN! I have activestate's installation of Perl
5.6.1.628 for Windows2000. I downloaded the binary version and have been
learning perl for about 4 months or so. The FAQ's say to use ppm to instal
m
> 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
Hi,
Is there any way of installing modules under Windows 2000 without having
access to the command line. The reason I ask is that the web space
provider is using Windows 2000 for their servers but I only have ftp access
to the space.
I have installed modules under Linux before (using a ssh
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
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 around this?
Thanks,
Mark Ross
90 matches
Mail list logo