Re: Perl Module DBD::ORACLE

From: polarbear <mp34ken_at_hotmail.com>
Date: 7 Nov 2003 15:13:16 -0800
Message-ID: <1fd7a467.0311071513.17bfb0b4_at_posting.google.com>


I would like to follow up and let anyone who has this issue know what the fix was:

EDIT Makefile.PL
Change Line 95 from:
my $is_me = (-d "/home/timbo/dbi" && ($ENV{LOGNAME}||'') eq 'timbo'); # a reasonable guess

to:
my $is_me = 0;

Ron Reidy <r_reidy_at_comcast.net> wrote in message news:<3FAAD466.3040405_at_comcast.net>...
> See below ...
>
> polarbear wrote:
> > Friends.
> >
> > When I attempt to install the DBD::ORACLE modual it hangs after one
> > line of output.
>
> What does this mean? One line of output from 'perl Makefile.PL'? Or ?
> Did you read the README* docs?

When I said one line the output looked like: [logger] DBD-Oracle-1.14> perl Makefile.PL Multiple copies of Driver.xst found Using DBI 1.38 installed in /usr/local/lib/perl5/site_perl/5.8.1/sun4-solaris/auto/DBI

That is it. Untill Ctrl+c.

> >
> > I have installed several other modules including DBI with out
> > problems. Has anyone seen this.
> >
> > -Ken
>
Received on Sat Nov 08 2003 - 00:13:16 CET

Original text of this message