From owner-freebsd-questions@FreeBSD.ORG Wed Jul 2 09:28:17 2014 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CB393AE for ; Wed, 2 Jul 2014 09:28:17 +0000 (UTC) Received: from thetys.cloudzeeland.nl (webrz.xs4all.nl [83.161.133.58]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "cloudzeeland.nl", Issuer "PositiveSSL CA 2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BFA802D10 for ; Wed, 2 Jul 2014 09:28:15 +0000 (UTC) Received: from thetys.cloudzeeland.nl (thetys.cloudzeeland.nl [10.10.10.31]) by thetys.cloudzeeland.nl (Postfix) with ESMTP id 4C0E1169541E for ; Wed, 2 Jul 2014 11:24:11 +0200 (CEST) Received: from [10.0.0.114] (unknown [46.44.159.250]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by thetys.cloudzeeland.nl (Postfix) with ESMTPSA id 223641695409 for ; Wed, 2 Jul 2014 11:24:11 +0200 (CEST) Message-ID: <53B3D0FC.2090400@webrz.net> Date: Wed, 02 Jul 2014 11:29:32 +0200 From: Jos Chrispijn User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 To: "freebsd-questions@FreeBSD.org" Subject: pdo_sqlite issue X-Virus-Scanned: ClamAV using ClamSMTP on thetys.cloudzeeland.nl MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 09:28:17 -0000 Dear group, Sorry if I am in the wrong mailinglist with my question (pls hint me to the right one if so): Just got some warnings about following: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20100525/pdo_sqlite.so' - Shared object "libsqlite3.so.8" not found, required by "pdo_sqlite.so" in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20100525/sqlite3.so' - Shared object "libsqlite3.so.8" not found, required by "sqlite3.so" in Unknown on line 0 With regards to installed ports, I currently have following topic related ports installed: php5-5.4.29 - PHP Scripting Language php5-pdo-5.4.29 The pdo shared extension for php php5-pdo_mysql-5.4.29 The pdo_mysql shared extension for php php5-pdo_sqlite-5.4.29 The pdo_sqlite shared extension for php Can someone tell me how to fix this issue or should I wait for some port update? -- Jos Chrispijn