Re: Trouble enabling GD in php/apache

2010-09-24 Thread Michael Powell
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: > > cd /usr/ports/lang/php5 > make deinstall > make clean > make rmconfig > make install clean > > cd /usr

Re: Trouble enabling GD in php/apache

2010-09-24 Thread Andy Wodfer
> > [snip] > how bizarre. Does phpinfo() show gd? Sorry for the simple question, but > it is inportant ; No it doesn't. Here's the long output of phpinfo() PHP Version 5.3.3 System FreeBSD webserver.domain.no 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009 r...@almeida.cse.

Re: Trouble enabling GD in php/apache

2010-09-24 Thread John
On Fri, Sep 24, 2010 at 03:02:40PM +0200, Andy Wodfer wrote: > > > > [snip] > > I had to install a new server and was surprised the extensions never > > loaded. However I knew from other installations that for example the gd > > extension should be in extensions.ini - I looked in there and it was >

Re: Trouble enabling GD in php/apache

2010-09-24 Thread Andy Wodfer
> > [snip] > I had to install a new server and was surprised the extensions never > loaded. However I knew from other installations that for example the gd > extension should be in extensions.ini - I looked in there and it was > absent. So what I had to do is to search for it. Before I did that, I

Re: Trouble enabling GD in php/apache

2010-09-24 Thread John
On 24/09/2010 12:52, 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: > > cd /usr/ports/lang/php5 > make deinstall > make clean > make rmconfig > make instal