Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58091 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59239 invoked from network); 26 Feb 2012 19:39:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Feb 2012 19:39:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:59738] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/E2-40985-47A8A4F4 for ; Sun, 26 Feb 2012 14:39:33 -0500 Received: by ghbg2 with SMTP id g2so1267563ghb.29 for ; Sun, 26 Feb 2012 11:39:28 -0800 (PST) Received-SPF: pass (google.com: domain of hannes.magnusson@gmail.com designates 10.236.76.198 as permitted sender) client-ip=10.236.76.198; Authentication-Results: mr.google.com; spf=pass (google.com: domain of hannes.magnusson@gmail.com designates 10.236.76.198 as permitted sender) smtp.mail=hannes.magnusson@gmail.com; dkim=pass header.i=hannes.magnusson@gmail.com Received: from mr.google.com ([10.236.76.198]) by 10.236.76.198 with SMTP id b46mr16965339yhe.25.1330285168858 (num_hops = 1); Sun, 26 Feb 2012 11:39:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=CCYYkH0c0NkOUqPf+p3CIr6eqS6Av28l1jNL/eUiLWk=; b=BYCwSiDFsV5wY6S1rp9F68t5+48I7hXB0oHD3IjfFWIFXQtrS7s9rEqu0zBh2OFCAk iNv+iamfwh11XP8XtLq6g4eHZBnqPpRdaAGsIkXYVKgHp5b7zG3EQg7Laa6rbtYptiMa W0y7W23+0lbXxE96R7xwPWNmJDdBELNRkowKs= MIME-Version: 1.0 Received: by 10.236.76.198 with SMTP id b46mr12651355yhe.25.1330285168799; Sun, 26 Feb 2012 11:39:28 -0800 (PST) Received: by 10.147.168.4 with HTTP; Sun, 26 Feb 2012 11:39:28 -0800 (PST) In-Reply-To: References: <4F4A8660.6090302@lerdorf.com> Date: Sun, 26 Feb 2012 20:39:28 +0100 Message-ID: To: Tom Boutell Cc: Rasmus Lerdorf , PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Cannot build ext/intl on Fedora 15 From: hannes.magnusson@gmail.com (Hannes Magnusson) On Sun, Feb 26, 2012 at 20:34, Tom Boutell wrote: > Hmm. > > Here is my apt-get install line, starting from a stock install of > 11.10 in virtualbox: > > apt-get -y install build-essential apache2 libxml2-dev libcurl4-openssl-d= ev \ > =C2=A0libcurl4-openssl-dev libjpeg-dev libpng-dev libfreetype6-dev libicu= -dev \ > =C2=A0libmcrypt-dev mysql-server mysql-client libmysqlclient-dev libxslt-= dev \ > =C2=A0autoconf libltdl-dev > > Then I pull down 5.3.10, cd to it and run this configure line: > > './configure' '--enable-fastcgi' '--with-gd' '--with-pdo-mysql' > '--with-curl' '--with-mysql' '--with-freetype-dir=3D/usr' > '--with-jpeg-dir=3D/usr' '--with-mcrypt' '--with-zlib' > '--enable-mbstring' '--enable-ftp' '--with-xsl' '--with-openssl' > '--with-kerberos' '--enable-exif' '--enable-intl' The quick fix is to build it shared, not statically. See also http://php.markmail.org/message/z2qkmbipmhhpwzx4 -Hannes