From owner-freebsd-questions@FreeBSD.ORG Tue Oct 19 07:54:10 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92D341065673 for ; Tue, 19 Oct 2010 07:54:10 +0000 (UTC) (envelope-from lars@larseighner.com) Received: from mail.team1internet.com (mail.team1internet.com [216.110.13.10]) by mx1.freebsd.org (Postfix) with ESMTP id 6EEF58FC19 for ; Tue, 19 Oct 2010 07:54:10 +0000 (UTC) Received: by mail.team1internet.com (Postfix, from userid 12346) id 6EA8E16B58B; Tue, 19 Oct 2010 02:25:25 -0500 (CDT) Received: from larseighner.com (unknown [216.110.13.87]) by mail.team1internet.com (Postfix) with SMTP id B3FE516B57F; Tue, 19 Oct 2010 02:25:23 -0500 (CDT) Received: by larseighner.com (nbSMTP-1.00) for uid 1001 lars@larseighner.com; Tue, 19 Oct 2010 02:24:16 -0500 (CDT) Date: Tue, 19 Oct 2010 02:24:14 -0500 (CDT) From: Lars Eighner X-X-Sender: lars@debranded.6dollardialup.com To: Gary Kline In-Reply-To: <20101019062321.GB17898@thought.org> Message-ID: <20101019022404.E5415@qroenaqrq.6qbyyneqvnyhc.pbz> References: <20101019033104.GA19320@thought.org> <4CBD1765.9060602@pchotshots.com> <20101019062321.GB17898@thought.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Sanitizer: Anomy and SpamAssassin mail filter - see http://www.6dollardialup.com/support/spaminfo.html Cc: Brad Mettee , FreeBSD Mailing List Subject: Re: need help with php. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2010 07:54:10 -0000 On Mon, 18 Oct 2010, Gary Kline wrote: > root@ethic:/usr/local/www/apache22/data# php > PHP Warning: Module 'mysql' already loaded in Unknown on line 0 > PHP Warning: Module 'session' already loaded in Unknown on line 0 > > Does this mean anything obvious to you? I have my mysql notes > on two other computers and will dig into the matter in the > morning. IIRC, the mysql stuff shouldn't have any effect on a > counter. It means a module is listed twice in extensions.ini (usually in /usr/local/etc/ ) Make the message go away by removing redundant entries manually or with sort -u. This warning should be harmless in execution and usually is only a bother when running command-line one-liners. Unfortunately, many of the php module ports add themselves to extensions.ini without checking whether they are already there. After a few upgrades you may have many entries for some modules. Whatever is really wrong with your php, this isn't it. As I said, harmless, and generally not noticed except at the command line. -- Lars Eighner http://www.larseighner.com/index.html 8800 N IH35 APT 1191 AUSTIN TX 78753-5266