Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40441 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95752 invoked from network); 10 Sep 2008 16:19:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2008 16:19:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; 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:60770] helo=mho-01-bos.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/43-30769-393F7C84 for ; Wed, 10 Sep 2008 12:19:31 -0400 Received: from cs78255253.pp.htv.fi ([62.78.255.253] helo=[127.0.0.1]) by mho-01-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1KdSPg-0003CN-Jf; Wed, 10 Sep 2008 16:19:28 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 62.78.255.253 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19wOijMXQO1kPHrVQxZzTUQHKnGzFomnyg= Message-ID: <48C7F390.90003@sci.fi> Date: Wed, 10 Sep 2008 19:19:28 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: =?UTF-8?B?Q3Jpc3RpYW4gUm9kcsOtZ3Vleg==?= CC: internals@lists.php.net, santi@usansolo.net References: <48C7E278.5040204@suse.de> In-Reply-To: <48C7E278.5040204@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: jani.taskinen@sci.fi (Jani Taskinen) Cristian Rodríguez kirjoitti: > santi@usansolo.net escribió: >> Dear Srs, >> >> I'm trying to compile a statically linked, without shared libs, > > Why you want such thing ? > > >> Is there any option in ./configure to compile PHP with this feature? > > No. Wrong: --disable-shared --enable-static Might or might not work, no guarantees. --Jani