Operating System - Linux
1752661 Members
6125 Online
108788 Solutions
New Discussion юеВ

installing DBD/DBI Modules on perl8

 
amrelsayed
Frequent Advisor

installing DBD/DBI Modules on perl8

Dears,

kindly, i'm trying to install DBD and DBI on perl858, on SD Server I64.
first i had installed perl64.depot on this server, and then i tried the following:

in the source directory for DBI i ran these commands:
#perl Makefile.PL
#make
i succeed in the first command and failed to do make, it executed with no gcc found.
considering that these modules had been installed in rx server without any problems and also gcc not installed in that server.

Please advice.
Amr
Try To Be Smart
2 REPLIES 2
Court Campbell
Honored Contributor

Re: installing DBD/DBI Modules on perl8

You might want to get perl from here:

http://mirrors.develooper.com/hpux/downloads.html

Merjin's already has the DBI module. But if you want to proceed you will need to install gcc on your machine. I would probablt recommend installing that anyway.
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
James R. Ferguson
Acclaimed Contributor

Re: installing DBD/DBI Modules on perl8

Hi:

If your Perl distribution was installed with HP-UX or you obtained it from the HP software depot, it will have been compiled with the HP-UX C compiler. In that case, you will need that compiler to install the DB* modules you seek.

As Court suggests, it might be far simpler to fetch a copy of Merijn's Perl distribution which includes the modules.

Regards!

...JRF...