In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Jeff Westman) writes:
>To install the DBI and DBD drivers for Oracle,
>I would want to install these in my $HOME directory.
>
>Does anyone know if these require a C/C++ compiler to install
>once I download from CPAN?
Try ActiveState; they appear to have HPUX distributions of
modules. However, I can't reach their server
aspn.activestate.com at the moment to verify details.
If that doesn't work out...
> The compiler here is HPUX and not gcc compliant.
What compiled the perl you're using? Maybe it came with the
system and the config tries to use a cc that isn't there, but
it's worth at least trying. Run through
perl -MCPAN -e 'make DBI'
and see if it works. If not, your best bet is to make a
private copy of gcc.
>Also, if I wanted to install in my $HOME directory, isn't there a
>command-line option to force that, or do I have to manually
>change the Makefile?
You just set PREFIX when making the Makefile:
perl Makefile.PL PREFIX=/home/me/perl_modules
Best way to get there:
perl -MCPAN -e shell
CPAN> look DBI
Good luck.
--
Peter Scott
http://www.perldebugged.com/
*** NEW *** http://www.perlmedic.com/
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>