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