Re: Stuck on the Makefile for DBD::Oracle 1.14

2003-08-28 Thread Kelly Harrelson
Thanks Tim! I had not even thought of that simple test. Sure enough, the ls hangs. Your solution got me past that point and I've now finished the build and have run a sample dbi script. I appreciate the help. Kelly Harrelson Database Administration North Carolina State University 919.513.7229

Re: Stuck on the Makefile for DBD::Oracle 1.14

2003-08-28 Thread Waldemar Żurowski
W liście z śro, 27-08-2003, godz. 22:24, Kelly Harrelson pisze: > Thanks for that valueable tip. It seems to be stuck on line 95 of the > Makefile: > my $is_me = (-d "/home/timbo/dbi" && ($ENV{LOGNAME})||'') eq 'timbo'); > # a reasonable guess > > Any guesses? My LOGNAME is set to the same accoun

Re: Stuck on the Makefile for DBD::Oracle 1.14

2003-08-28 Thread Tim Bunce
On Wed, Aug 27, 2003 at 04:24:36PM -0400, Kelly Harrelson wrote: > Thanks for that valueable tip. It seems to be stuck on line 95 of the > Makefile: > my $is_me = (-d "/home/timbo/dbi" && ($ENV{LOGNAME})||'') eq 'timbo'); > > Any guesses? My LOGNAME is set to the same account that installed > perl

Re: Stuck on the Makefile for DBD::Oracle 1.14

2003-08-27 Thread Kelly Harrelson
Thanks for that valueable tip. It seems to be stuck on line 95 of the Makefile: my $is_me = (-d "/home/timbo/dbi" && ($ENV{LOGNAME})||'') eq 'timbo'); # a reasonable guess Any guesses? My LOGNAME is set to the same account that installed perl5.8.0 and dbi-1.37. Kelly Harrelson Database Adminis

Re: Stuck on the Makefile for DBD::Oracle 1.14

2003-08-27 Thread Tim Bunce
On Wed, Aug 27, 2003 at 01:52:52PM -0400, Kelly Harrelson wrote: > > Now, for the problem and question, when I execute perl Makefile.PL, I > get this output and then it just seems to hang there forever: > Using DBI 1.37 installed in > /perl_loc/lib/site_perl/5.8.0/sun4-solaris/auto/DBI Use normal

Stuck on the Makefile for DBD::Oracle 1.14

2003-08-27 Thread Kelly Harrelson
First off, I have to admit that while I've used perl for many years, I've not actually built it before this week. That said, it seems pretty simple. I am running on Solaris 8 with Oracle 9.2. I built perl 5.8.0 from the source as suggested. I tested it out after all of it's tests with a few of my