Date: Wed, 2 Jul 2014 12:13:59 +0200 (CEST) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= <Trond.Endrestol@fagskolen.gjovik.no> To: Jos Chrispijn <kernel@webrz.net> Cc: "freebsd-questions@FreeBSD.org" <freebsd-questions@FreeBSD.org> Subject: Re: pdo_sqlite issue Message-ID: <alpine.BSF.2.11.1407021209340.11883@mail.fig.ol.no> In-Reply-To: <53B3D0FC.2090400@webrz.net> References: <53B3D0FC.2090400@webrz.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2 Jul 2014 11:29+0200, Jos Chrispijn wrote: > 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 Maybe databases/sqlite3 is missing, strange as it may sound. Try this, assuming you have checked out the ports tree of choice: cd /usr/ports/databases/sqlite3 make all && make install make package # This step is optional make clean Or if you use portupgrade, then try: portupgrade -frv databases/sqlite3 If you want to create/update your own package, throw in a -p, as in: portupgrade -fprv databases/sqlite3 Similar actions could be performed by running portmaster. -- +-------------------------------+------------------------------------+ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentralbord 61 14 54 00. | Switchboard: +47 61 14 54 00. | +-------------------------------+------------------------------------+ From owner-freebsd-questions@FreeBSD.ORG Wed Jul 2 11:32:39 2014 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9678C780 for <freebsd-questions@freebsd.org>; Wed, 2 Jul 2014 11:32:39 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E6CE2A3C for <freebsd-questions@freebsd.org>; Wed, 2 Jul 2014 11:32:39 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id x13so2182796wgg.35 for <freebsd-questions@freebsd.org>; Wed, 02 Jul 2014 04:32:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=7K3GkLEt/q6sYh9cHOF6sNWIfsmDpti8oghD4OxUF0Y=; b=EQQL1hZYCJlrqjlPsFHQ+e7/UjgE2z6l4gJJdEp2GlAkQmAvKIXFkvvsEnklgdHqMi TkhhFXa+bF2R1dbxIsmJYvyqKZCAb5egLlzQldDmPPRVw1Zl3SBtgnxbo5weBj4gEUCw yYheZVS+z/h3vEVSH7rvOgBJ02uqEb1hjkEwA8jbLZQ6oB9T4sN2M2UoxuW5Y9SqT2RW GTIzzG2XhCwQkm7Q4FLDd3IeaKajs/bLLiws38f7+TUteYHEglReNm3HopDJS9wGuwmX YK2oT20+CTQxH3QB3TQlbIOnWqzKJPr2GnzzLCknpZT2IvDAAmIMb8bM0mevJ8wpN/jL 3l9g== X-Received: by 10.180.19.65 with SMTP id c1mr43601058wie.16.1404300343639; Wed, 02 Jul 2014 04:25:43 -0700 (PDT) Received: from [192.168.1.53] (LAubervilliers-656-01-65-50.w82-127.abo.wanadoo.fr. [82.127.90.50]) by mx.google.com with ESMTPSA id 19sm54501597wjz.3.2014.07.02.04.25.42 for <freebsd-questions@freebsd.org> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 02 Jul 2014 04:25:43 -0700 (PDT) Message-ID: <53B3EC36.2060805@gmail.com> Date: Wed, 02 Jul 2014 13:25:42 +0200 From: David Demelier <demelier.david@gmail.com> User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Is article on freebsd jails having backdoor true? References: <CAFLLzCP=igQF4o6aYL0LdxBJ-bK3F5soT9z-cRO1n1iG2CBYHQ@mail.gmail.com> In-Reply-To: <CAFLLzCP=igQF4o6aYL0LdxBJ-bK3F5soT9z-cRO1n1iG2CBYHQ@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 02 Jul 2014 11:32:39 -0000 Le 01/07/2014 22:42, Sergei G a écrit : > freebsd-jails-are-a-huge-security-danger > <http://aboutthebsds.wordpress.com/2013/01/13/freebsd-jails-are-a-huge-security-danger/> > > Does FreeBSD 10 still have this backdoor? > Do jails put too much overhead, more than virtualization? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" This website is a troll, when you comment any of the articles, the author completely edit your comment and switch it to something criticizing FreeBSD. I already made the experience :-). Do not comment this website. I guess the author of the website is a teenager or just one who takes too much drugs. David.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.11.1407021209340.11883>