Operating System - Linux
1753753 Members
5460 Online
108799 Solutions
New Discussion юеВ

perl dbi module in depot form?

 
SOLVED
Go to solution
Doug O'Leary
Honored Contributor

perl dbi module in depot form?

Hey;

Anyone know where I might get a precompiled instance of the perl dbi module for 11.23?

Appreciate any info.

Thanks.

Doug

------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
9 REPLIES 9
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: perl dbi module in depot form?

James R. Ferguson
Acclaimed Contributor

Re: perl dbi module in depot form?

Hi Doug:

Merijn includes DBI in his Perl distributions:

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

Regards!

...JRF...
Peter Godron
Honored Contributor

Re: perl dbi module in depot form?

Hi Doug,
please have a look at Merijn' Page:
http://mirrors.develooper.com/hpux/

His builds include DBI module !
H.Merijn Brand (procura
Honored Contributor

Re: perl dbi module in depot form?

No, there is not. Only if it is part of a bigger perl distribution. Not on itself.

Why do you want it on it's own?

Main reason for not having depot's, is that the DBI is XS code (which is probably why you want a depot), and thus should be build for a specific perl, and $PERL5LIB

My depots, as RJ mentioned, all include the most recent DBI at the moment of build.

Enjoy, Have FUN! H.merijn
Enjoy, Have FUN! H.Merijn
Doug O'Leary
Honored Contributor

Re: perl dbi module in depot form?

Hey

>>Why do you want it on it's own?

Politics. If I were able to simply add the dbi module, I wouldn't have to update/upgrade the perl installation which means I could go through a shorter change control process. As it stands, assuming this gets done, I'm going to have every developer and their 6000 relatives asking me to swear on my first born's life that the upgrade won't break their code...



Thanks for the link. I'll more than likely be hitting it shortly.

Doug

------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
Doug O'Leary
Honored Contributor

Re: perl dbi module in depot form?

Hey, Merjin;

We tried installing the 5.8.7 versoin, release 31-05-2005 for an 11.11 system, but it's complaining about us not having a c compiler. It's right; we don't have one. Is there something simple we're missing? I was under the impression we woulnd't need a compiler for your depots...

Thanks for any info.

Doug

------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
H.Merijn Brand (procura
Honored Contributor

Re: perl dbi module in depot form?

You shouldn't indeed.
What is the exact problem?
64bit or 32bit?

FWIW If you want to compile/build DBI from the source, you *do* need a (matching) C compiler, regardless of what perl build you use.

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Doug O'Leary
Honored Contributor

Re: perl dbi module in depot form?

Hi;

Thanks for the response:

>>What is the exact problem?

That's the $64,000 question. I was working with the client remotely so I'm not 100% sure what happened. Strangely enough it all started working suddenly. The admin in question said tha the tried it again... uh-huh. Maybe with the right download this time.... Who knows?

Anyway; I appreciate your willingness to help out and for the depots with the dbi compiled in.

Doug

------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
Doug O'Leary
Honored Contributor

Re: perl dbi module in depot form?

Depots worked as described. Thanks for the links.

------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html