From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 20:03:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFC2C16A4DE for ; Thu, 6 Jul 2006 20:03:04 +0000 (UTC) (envelope-from skylar@cs.earlham.edu) Received: from quark.cs.earlham.edu (cs.earlham.edu [159.28.230.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E44843D7B for ; Thu, 6 Jul 2006 20:02:53 +0000 (GMT) (envelope-from skylar@cs.earlham.edu) Received: from [128.95.231.115] (D-128-95-231-115.dhcp.gs.washington.edu [128.95.231.115]) (authenticated bits=0) by quark.cs.earlham.edu (8.13.6/8.13.3) with ESMTP id k66K2RYk004653 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 6 Jul 2006 16:02:30 -0400 (EDT) (envelope-from skylar@cs.earlham.edu) X-Authentication-Warning: quark.cs.earlham.edu: Host D-128-95-231-115.dhcp.gs.washington.edu [128.95.231.115] claimed to be [128.95.231.115] Message-ID: <44AD6C48.9040001@cs.earlham.edu> Date: Thu, 06 Jul 2006 13:02:16 -0700 From: Skylar Thompson User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: mike@ascendency.net References: <001601c6a11e$7c9295b0$0501a8c0@Mike8500> In-Reply-To: <001601c6a11e$7c9295b0$0501a8c0@Mike8500> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-1.6 (quark.cs.earlham.edu [159.28.230.3]); Thu, 06 Jul 2006 16:02:31 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.2/1582/Mon Jul 3 17:23:18 2006 on quark.cs.earlham.edu X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.56 on 159.28.230.3 X-Spam-Status: No, score=-2.8 required=8.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on quark.cs.earlham.edu Cc: freebsd-questions@freebsd.org Subject: Re: php5-extentsions broken 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: Thu, 06 Jul 2006 20:03:05 -0000 Mike Loiterman wrote: > After installing the php5-extensions port, I get lots of the following > errors when trying to start Apache: > > PHP Warning: PHP Startup: U\x89\xe5WVS\x83\xec\x14\xe8: Unable to > initialize module\nModule compiled with module API=20020429, debug=0, > thread-safety=0\nPHP compiled with module API=20050922, debug=0, > thread-safety=0\nThese options need to match\n in Unknown on line 0 > > Apache and php are working fine - I can get to the phpinfo page without > problems. Its just that the extensions aren't being found for somereason. > > I have treid adding their location to the extensions_dir directive in > php.ini with no luck. > > I have done a portupgrade rRfo lang/php5 php5 which should upgrade > everything related to php5 and it does, but somehow the extension are not > being found. > > Any ideas? > Is your extensions_dir variable set properly in php.ini? - Skylar