1833781 Members
2143 Online
110063 Solutions
New Discussion

Re: Perl with Modules

 

Perl with Modules

hi,

we have to Build Perl Modules DBD,DBI and TK800
with Perl, How to build along with perl ?


Thanks in Advance.

sekar.

6 REPLIES 6

Re: Perl with Modules


I download perl 5.6.1 source from perl.com and
all other modules.
linuxfan
Honored Contributor

Re: Perl with Modules

Hi,

The best way to compiler Perl is to use HP's ANSI C compiler, if you don't have that then use gcc.

Are you looking for the exact procedure for compiling and building?

-Regards
I am RU
They think they know but don't. At least I know I don't know - Socrates

Re: Perl with Modules

hi RU,

yah, I am looking procedure compling and buidling.

regards.

sekar.
linuxfan
Honored Contributor

Re: Perl with Modules

 
They think they know but don't. At least I know I don't know - Socrates
linuxfan
Honored Contributor

Re: Perl with Modules

Hi sekar,

Once you are done installing perl, installing the modules is a piece of cake.

The procedure is the same for pretty much all the modules. Keep in mind some modules have dependencies on other modules.

I am giving an example of the DBI modules

/Begin/
gtar xvzf /tmp/DBI-1.19.tar.gz
cd /tmp/DBI-1.19
perl Makefile.PL
make
make test
make install

/End/

Ofcourse there is another easier way, that is to download the binaries for the porting site but i prefer compiling from the source.

-HTH
I am RU
They think they know but don't. At least I know I don't know - Socrates
Bill Hassell
Honored Contributor

Re: Perl with Modules

There is a new alternative to building common tools:

devresource.hp.com

This site has dozens of common tools (Perl, gcc, gdb, imake, Apache, etc) in swinstall format and ready to run.


Bill Hassell, sysadmin