Date: Mon, 27 Sep 2010 15:19:24 -0400 From: Michael Powell <nightrecon@hotmail.com> To: freebsd-questions@freebsd.org Subject: Re: [SOLVED] Trouble enabling GD in php/apache Message-ID: <i7qqiq$hi8$1@dough.gmane.org> References: <AANLkTimyy7HepzOQBhayt-sswiEWUdeGWxEVd1YFwCtd@mail.gmail.com> <AANLkTimPG0EBzZ-qQ8CDQV3Ams=rMd5a9h5P1_0Oh=bD@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Andy Wodfer wrote: > On Fri, Sep 24, 2010 at 1:52 PM, Andy Wodfer <wodfer@gmail.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?i7qqiq$hi8$1>