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
> perl5.8.0 and dbi-1.37.

Does the /home/timbo/dbi directory exist? Does "ls /home/timbo/dbi" hang?

Anyway, just change that line to "my $is_me = 0;"

Tim.

> Kelly Harrelson
> Database Administration
> North Carolina State University
> 919.513.7229
> [EMAIL PROTECTED]
> 
> 
> >>> Tim Bunce <[EMAIL PROTECTED]> 08/27/03 04:20PM >>>
> 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 debugging techniques to pinpoint where it hangs.
> 
> For example, try "perl -d Makefile.PL" to run it under the debugger,
> then "t" to enable trace then "c" to continue. You'll get a vast
> amount of output but it should show you what's happening.
> 
> Tim.

Reply via email to