Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14252 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43675 invoked by uid 1010); 31 Dec 2004 10:19:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 43646 invoked from network); 31 Dec 2004 10:19:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Dec 2004 10:19:15 -0000 X-Host-Fingerprint: 80.189.92.203 smtp6.global.net.uk Solaris 9 Received: from ([80.189.92.203:51688] helo=smtp6.global.net.uk) by pb1.pair.com (ecelerity HEAD (r3992M)) with SMTP id 0E/EC-10264-2A725D14 for ; Fri, 31 Dec 2004 05:19:14 -0500 Received: from 189.31.220.fdial.global.net.uk ([80.189.31.220] helo=[192.168.0.163]) by smtp6.global.net.uk with esmtp (Exim 4.30) id 1CkJsC-0006ou-Vh; Fri, 31 Dec 2004 10:19:09 +0000 Message-ID: <41D52796.5050301@fission.org.uk> Date: Fri, 31 Dec 2004 10:19:02 +0000 User-Agent: Mozilla Thunderbird 0.9 (X11/20041124) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rasmus Lerdorf CC: Jani Taskinen , internals@lists.php.net References: <41D46CE5.2050101@lerdorf.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Authenticated-Sender: Subject: Re: [PHP-DEV] generate ltmain.sh? From: gareth@fission.org.uk (Gareth Ardron) Rasmus Lerdorf wrote: >I get libs/libphp4 without an extension created. Same for shared modules. >This happens on both FreeBSD and Linux with libtool-1.5.2. Removing the >bundled ltmain.sh and running libtoolize --force it fixes it. I tracked >it down to that shared_ext not being defined in our ltmain.sh but >correctly defined in the libtool-1.5.2 ltmain.sh which libtoolize creates. > > fwiw, I've had this various times since following 5.x as well as with 4.