Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40470 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90512 invoked from network); 11 Sep 2008 14:45:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2008 14:45:13 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.178 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.178 mho-01-bos.mailhop.org Received: from [63.208.196.178] ([63.208.196.178:56251] helo=mho-01-bos.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 69/74-33862-7FE29C84 for ; Thu, 11 Sep 2008 10:45:11 -0400 Received: from a88-112-30-186.elisa-laajakaista.fi ([88.112.30.186] helo=localhost.localdomain) by mho-01-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1KdnPo-000Ky0-Ae; Thu, 11 Sep 2008 14:45:01 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 88.112.30.186 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18crBwniKVnfs4ySY6Rd6Riiz0PtyozmSs= Message-ID: <48C92EE7.3010803@sci.fi> Date: Thu, 11 Sep 2008 17:44:55 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.16 (X11/20080723) MIME-Version: 1.0 To: Antony Dovgal CC: =?UTF-8?B?Q3Jpc3RpYW4gUm9kcsOtZ3Vleg==?= , 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> <48C92E6F.5060405@daylessday.org> In-Reply-To: <48C92E6F.5060405@daylessday.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Howto build statically linked PHP CGI (without shared libs) From: jani.taskinen@sci.fi (Jani Taskinen) Antony Dovgal wrote: > On 11.09.2008 18:35, Cristian Rodr=C3=ADguez wrote: >> Jani Taskinen escribi=C3=B3: >> >>> BEWARE: You need ALL the libraries that PHP links to as static libs f= or >>> 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 openSUS= E, >> Fedora and probably others. >=20 > Are you sure? > I can see them in -devel packages all right. >=20 > # rpm -qf /usr/lib64/libbz2.a > libbz2-devel-1.0.5-13.1 >=20 =2E.and you can always build your libs yourself too.. ;) --Jani