From owner-freebsd-questions@FreeBSD.ORG Mon Sep 27 19:16:58 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 18E78106566C for ; Mon, 27 Sep 2010 19:16:58 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id C59888FC14 for ; Mon, 27 Sep 2010 19:16:57 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P0JC1-00074N-Ff for freebsd-questions@freebsd.org; Mon, 27 Sep 2010 21:16:53 +0200 Received: from pool-173-79-85-36.washdc.fios.verizon.net ([173.79.85.36]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Sep 2010 21:16:53 +0200 Received: from nightrecon by pool-173-79-85-36.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Sep 2010 21:16:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Mon, 27 Sep 2010 15:19:24 -0400 Lines: 24 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-173-79-85-36.washdc.fios.verizon.net Subject: Re: [SOLVED] Trouble enabling GD in php/apache 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: Mon, 27 Sep 2010 19:16:58 -0000 Andy Wodfer wrote: > On Fri, Sep 24, 2010 at 1:52 PM, Andy Wodfer wrote: > >> I'm running FreeBSD 8.0 RELEASE. >> >> I can't get GD enabled. I have installed latestes php5 from ports aswell >> as php5-extensions and enabled GD on the option screen: [snip] > > I solved my problem by manually deleting /usr/local/lib/php/20090626/gd.so > and reinstalling the php5-extensions. For me it was reordering the loading order in php.ini. Initially I had tried placing it at the bottom, as well as moving xcache.so to the end. When I moved pdf.so to _after_ gd it magically began working: extension=gd.so extension=pdf.so extension=xcache.so -Mike