473,386 Members | 1,886 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Installing packages in perl

Hello ,
please can anyone help me in installing perl packages.

I want to install some packages but i do not know those steps.

i have received some .gz files i want to install this perl. But i am working on windows platform. please someone give some detailed steps to install those packages in windows platform. This will be helpful.

shafi
Jan 23 '08 #1
5 1668
KevinADC
4,059 Expert 2GB
if you are using activestate perl you use the PPM application that comes with activestate to install modules. Open the activestate folder on the hard drive and the "documentation". You can also read them online at the activestate website.
Jan 23 '08 #2
nithinpes
410 Expert 256MB
Hello ,
please can anyone help me in installing perl packages.

I want to install some packages but i do not know those steps.

i have received some .gz files i want to install this perl. But i am working on windows platform. please someone give some detailed steps to install those packages in windows platform. This will be helpful.

shafi
If you have .gz files, extract all the files. In the command prompt go to the folder containing extracted files and run the following commands,

>perl makefile.pl

>nmake makefile

>nmake install makefile

If you don't have nmake installed in your system, download NMake from Microsoft Knowledge Base, article 132084 .Run the downloaded executable to extract the files to <drive>:\Perl\bin.
Jan 23 '08 #3
numberwhun
3,509 Expert Mod 2GB
Hello ,
please can anyone help me in installing perl packages.

I want to install some packages but i do not know those steps.

i have received some .gz files i want to install this perl. But i am working on windows platform. please someone give some detailed steps to install those packages in windows platform. This will be helpful.

shafi
Here is a link that you should read.

Regards,

Jeff
Jan 23 '08 #4
Hello Friends,
as you send have extracted files from .gz file and i went to the folder where i had extracted files from .gz folder.

then i have executed the
perl Makefile.pl
nmake makefile
name install makefile

even still i have getting error .

please tell me some methods to install this package in my machine.

shafi
Jan 25 '08 #5
numberwhun
3,509 Expert Mod 2GB
Hello Friends,
as you send have extracted files from .gz file and i went to the folder where i had extracted files from .gz folder.

then i have executed the
perl Makefile.pl
nmake makefile
name install makefile

even still i have getting error .

please tell me some methods to install this package in my machine.

shafi
Did you even happen to read the link that I posted? If you are using Active State Perl, then you can use PPM to install the packages. You can find documentation on PPM over at the Active State website. Believe me that using PPM is MUCH preferable to building the modules by hand.

Regards,

Jeff
Jan 25 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Active8 | last post by:
I did this once and can't remember how <blush> so I read the reportlab user guid. It says to unzip the reportlab archive - this is on w2k, BTW, with Python23 - to a directory and make a file...
1
by: Kerry Shetline | last post by:
I've successfully installed MySQL and the Perl DBI module, but when I try to install DBD::mysql, it keeps failing like this: -------------------- (from the CPAN shell) --------------------- .......
0
by: Rich Burridge | last post by:
Hi, I work in the Accessibility Program Office at Sun Microsystems. I'm part of a team that is using Python to create a screen reader called Orca, that'll help blind people (and people with low...
8
by: Scot L. Harris | last post by:
I have been using Postgresql 7.2.4 on a Redhat 8.0 system. Prior to putting the system into production I want to upgrade Postgresql and PHP to the latest stable versions. To that end I have...
0
by: klh | last post by:
We just installed DB2 ESE V8 FP12 on our Windows 2003 servers. We also installed the DB2 ADMCL V8 FP12 on our websphere servers. We use the JDBC Type 4 drivers on our websphere servers to...
14
by: Nader Emami | last post by:
I have installed "TurboGears" and I would install 'pysqlite' also. I am a user on a Linux machine. If I try to install the 'pysqlite' with 'easy_install' tool I get the next error message. The...
1
by: perl | last post by:
I want use perl to connect oracle XE and download perl -5.8.8,DBI-1.56.tar.gz DBD-oracle-1.19.tar.gz.and then I install them,I don't know why I can't install them.except them,should I download other...
11
by: bthalapathi | last post by:
I have written a script to connect the mysql db #!/usr/bin/perl -w use DBI; #definition of variables $db="MYTEST"; $host="localhost"; $user="root"; $password="rootpass";
0
by: trihaitran | last post by:
I am reading chapter two of the Pylons book. In the text I am told to run: $ python virtualenv.py --no-site-packages env This is what I got back: $ python virtualenv.py --no-site-packages...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.