X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id B1D25DC04DD for ; Tue, 23 Feb 2016 07:36:54 +0000 (UTC) Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com [209.85.217.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 4C7B6DC012C for ; Tue, 23 Feb 2016 07:36:54 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id bc4so95896416lbc.2 for ; Mon, 22 Feb 2016 23:36:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=zC5aM3WmQiRaevfA0q16N1irhrro6ZZPiOrjIx1qd98=; b=es9/8DPi4fnQ5nIfHdCFKlq0ZGLJOQomkIQyoA4TJg7GmcJe0o+kRwdwvaNtNZkA02 AXtVXbsBJW7XKRywaEG3d5LuUnZHuZvxOeDZfeYHnyE9OhekaBa8wVinlyqtg6RIi9LW CX6fTps3ZzDaPUqar3rykDgIGQmRy1D7L9OcsC+LSJ3d4ipDn1yhS8nlZK35VhoTE5Fh rCE8/97va1OexjztqJIzm9KuILcthTQksB0Ed5Eg/IeO8NPYAnD2AzbDEOMpTuxBylmh 0FJ+YMYkP3HEmLUd+xIHKIqxCeqDIb6hCklygYnbcnuKAI+ue+vLV/51H9grhZEu5nqn wbqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-type :content-transfer-encoding; bh=zC5aM3WmQiRaevfA0q16N1irhrro6ZZPiOrjIx1qd98=; b=XABbO8SGAoTxqxpf8Z9zfHD1+B6xr7q97G2kHH5g7yPhsdu0Mz7IPQjF3j34SdtyHF 2Z1s11u4sdUl7nOyC0Kq0sfSvaZtUwcs+ckRT67s14Z7IKN2HFSdTKtsc/oOi9qYb1xZ Vrx38i2qI0ZbM4+gF9D205s/wnboROiLJAsxgYv+fyqij/nbZl7fNOyGDKEa+7reZDss 8/vo7dlQY5BS7m8SObkONPS0TTyjr5zFisHCO0U7U8Y/+Ry+Xg+NWUdkFzEPEjtH70PY vJgVETiCSI986cNRULHWlhah8cMh7uaBon1hL/XkAcPzxw2ng2IevXwE/Q5Ry64Z7xgf 8dXQ== X-Gm-Message-State: AG10YOTF+uHMDgjlq88mmp3YyWObIqyAPyLBQgML58cLILZe0UnTcQbWnezLMi/hkyQPkQ== X-Received: by 10.112.201.67 with SMTP id jy3mr11870069lbc.25.1456213012052; Mon, 22 Feb 2016 23:36:52 -0800 (PST) Received: from vostro.util.wtbts.net ([2001:1bc8:101:f402:21a:9fff:fe0c:4022]) by smtp.gmail.com with ESMTPSA id r200sm940677lfr.47.2016.02.22.23.36.51 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 22 Feb 2016 23:36:51 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Tue, 23 Feb 2016 09:36:49 +0200 From: Timo Teras To: Valery Kartel Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/php7: fix mysqli, mysqlnd and pdo_mysql extensions Message-ID: <20160223093649.798077c1@vostro.util.wtbts.net> In-Reply-To: References: <1456138588-28811-1-git-send-email-valery.kartel@gmail.com> <20160223091121.133f6b7d@vostro.util.wtbts.net> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Tue, 23 Feb 2016 09:26:56 +0200 Valery Kartel wrote: > 2016-02-23 9:11 GMT+02:00 Timo Teras : > > > On Mon, 22 Feb 2016 12:56:28 +0200 > > Valery Kartel wrote: > > > > > - mysqli and pdo_mysql now uses system libmysqlclient library > > > - mysqlnd now has mysqli as a backend > > > > does this fix #5111 also? > > Yes, it fixes this Ok. Good. > x86 build still failed with: > > > > ... > > Installing PEAR > > environment: /home/tteras/aports/testing/php7/pkg/php7/usr/share/php7/ > > PHP Warning: PHP Startup: Unable to load dynamic library > > '/home/tteras/aports/testing/php7/src/php-7.0.3/modules/xml.so' - > > Error loading shared > > library /home/tteras/aports/testing/php7/src/php-7.0.3/modules/xml.so: > > Permission denied in Unknown on line 0 [PEAR] xml extension is > > required /home/tteras/aports/testing/php7/src/php-7.0.3/build/shtool > > > > Just have no idea, why it's done well on my system and fails on > your ... > > What kind of virtualization and kernel flavour do you use for your > development ? LXC on official builder. grsec kernel, edge x86 alpine. Nothing special. > > Additional diagnostics: > > > > $ file ./src/php-7.0.3/ext/xml/.libs/xml.so > > ./src/php-7.0.3/ext/xml/.libs/xml.so: ELF 32-bit LSB shared object, > > Intel 80386, version 1 (SYSV), dynamically linked, not stripped > > > > $ ldd ./src/php-7.0.3/ext/xml/.libs/xml.so > > ldd: ./src/php-7.0.3/ext/xml/.libs/xml.so: Not a valid dynamic > > program > > > > readelf and other utils display valid data there. So I'm not sure if > > this is something in php build, in the toolchain or in musl dynamic > > linker. Sounds like toolchain issue or musl ld.so issue. Perhaps, I'll then apply the patch without the 'arch' change, and a fixes #5111 to the commit log? --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---