Re: PHP::Interpreter Hanging

[email protected] (David Wheeler) Mon, 25 Jul 2005 11:20:04 -0700
Newsgroups perl.php.sandwich.dev
Message-ID <[email protected]>
On Jul 25, 2005, at 11:09 AM, George Schlossnagle wrote:

> Can you remove the original bits you installed and make sure  
> everything is fully updated?  I had that problem early in the  
> porting exercise, but it works fine now - I think it was a problem  
> with it using an old copy of PHP::Interpreter which didn't bootstrap.

Okay, I've done this:

   sudo rm -rf /usr/local/lib/perl5/site_perl/5.8.7/darwin-2level/PHP*
   perl Makefile.PL
   make
   make test

And it's still hanging during t/1.t. :-(

David