Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40469 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89187 invoked from network); 11 Sep 2008 14:43:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2008 14:43:15 -0000 Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:42365] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 62/34-33862-18E29C84 for ; Thu, 11 Sep 2008 10:43:14 -0400 Received: from [192.168.3.254] (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTP id E5B686401F5; Thu, 11 Sep 2008 18:43:09 +0400 (MSD) Message-ID: <48C92E6F.5060405@daylessday.org> Date: Thu, 11 Sep 2008 18:42:55 +0400 User-Agent: Thunderbird 2.0.0.12 (X11/20071114) MIME-Version: 1.0 To: =?UTF-8?B?Q3Jpc3RpYW4gUm9kcsOtZ3Vleg==?= CC: jani.taskinen@iki.fi, Santi Saez , internals@lists.php.net References: <48C7E278.5040204@suse.de> <48C7F390.90003@sci.fi> <48C83EA3.1050107@usansolo.net> <48C8CF83.1060604@sci.fi> <48C92CC1.9070607@suse.de> In-Reply-To: <48C92CC1.9070607@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Howto build statically linked PHP CGI (without shared libs) From: tony@daylessday.org (Antony Dovgal) On 11.09.2008 18:35, Cristian Rodríguez wrote: > Jani Taskinen escribió: > >> BEWARE: You need ALL the libraries that PHP links to as static libs for >> this to work! > > And that is exactly what may not work ;) static libraries are being > retired from linux distributions, this is at least the case of openSUSE, > Fedora and probably others. Are you sure? I can see them in -devel packages all right. # rpm -qf /usr/lib64/libbz2.a libbz2-devel-1.0.5-13.1 -- Wbr, Antony Dovgal