Andy Wodfer wrote:

> On Fri, Sep 24, 2010 at 1:52 PM, Andy Wodfer <[email protected]> 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



_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to