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

Just a guess, but is your /home automounted? Perhaps Solaris is looking
/home/timbo which I guess is not present at your system.

Anyway - you can safely change it to
my $is_me = 0;

since You are not Tim Bunce :)

HTH

Waldemar

Reply via email to