From owner-freebsd-ports@FreeBSD.ORG Thu Jul 3 08:15:58 2014 Return-Path: Delivered-To: freebsd-ports@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 DB04B4E9 for ; Thu, 3 Jul 2014 08:15:58 +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 815A62936 for ; Thu, 3 Jul 2014 08:15:57 +0000 (UTC) Received: from thetys.cloudzeeland.nl (thetys.cloudzeeland.nl [10.10.10.31]) by thetys.cloudzeeland.nl (Postfix) with ESMTP id 390001695421 for ; Thu, 3 Jul 2014 10:14:19 +0200 (CEST) Received: from [10.10.10.70] (iMacJ.cloudzeeland.nl [10.10.10.70]) (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 1911F169541E for ; Thu, 3 Jul 2014 10:14:19 +0200 (CEST) Message-ID: <53B5113B.5000602@webrz.net> Date: Thu, 03 Jul 2014 10:15:55 +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 Ports ML Subject: SQLi3 issue (port related?) 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-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2014 08:15:58 -0000 I experience a problem with running svn (portupdate) and php (not destructive, but warnings). I already asked in the FreeBSD mailinglist for a solution, but other than 'install msqlite3' I didn't get. In upgrade.sh: (i)Running svn svn update /usr/src svn update /usr/ports svn info /usr/src svn info /usr/ports Shared object "libsqlite3.so.8" not found, required by "svn" Shared object "libsqlite3.so.8" not found, required by "svn" Shared object "libsqlite3.so.8" not found, required by "svn" Shared object "libsqlite3.so.8" not found, required by "svn" (ii)In regular cronjobs: Running any php script from command line: PHP Warning: Module 'PDO' already loaded in Unknown on line 0 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 php5-5.4.29 PHP Scripting Language php5-mysql-5.4.29 The mysql shared extension for php php5-mysqli-5.4.29 The mysqli 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 php5-sqlite3-5.4.29 The sqlite3 shared extension for php mysql55-client-5.5.38 Multithreaded SQL database (client) mysql55-server-5.5.38 Multithreaded SQL database (server) py27-sqlite3-2.7.6_3 Standard Python binding to the SQLite3 library sqlite3-3.8.5 SQL database engine in a C library Could it be possible that there has gone something wrong in the latest portupdate of mysqlist related ports (just thinking, no offense meant)? Best regards, Jos Chrispijn