Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4208 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39363 invoked by uid 1010); 27 Aug 2003 03:18:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 61320 invoked from network); 27 Aug 2003 02:39:15 -0000 Received: from unknown (HELO www.lerdorf.com) (66.93.78.119) by pb1.pair.com with SMTP; 27 Aug 2003 02:39:15 -0000 Received: from [10.0.1.11] ([10.0.1.11]) by www.lerdorf.com (8.12.9/8.12.9/Debian-5) with ESMTP id h7R2dFdP007828 for ; Tue, 26 Aug 2003 19:39:15 -0700 Date: Tue, 26 Aug 2003 19:39:12 -0700 (PDT) To: internals@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: phpize broken in 4.3 From: rasmus@lerdorf.com (Rasmus Lerdorf) A "make install" of the current 4.3 branch installs a broken phpize: /usr/local/bin/phpize: line 1: /usr/local/lib/php/build/shtool: Permission denied /usr/local/bin/phpize: line 61: -f: command not found ls -l /usr/local/lib/php/build/shtool -rw-r--r-- 1 root root 36075 Aug 26 19:30 /usr/local/lib/php/build/shtool Somehow shtool is not getting 0755 perms. Anybody change something that could have done this? It was ok a couple of weeks ago. -Rasmus