From: Steven L. <st...@tu...> - 2004-08-31 14:21:23
|
On Mon, 2004-08-30 at 21:00, yawstick wrote: > Subject: Re: [Phpwebsite-developers] photo album errors > > > > On Sat, 2004-08-28 at 18:18, yawstick wrote: > > > When I go to the photo album page there is an error saying I need the > > > GD libraries for the photo album to work properly. I am using PHP > > > 4.3.6 which supposedly has this built in. Any help would be greatly > > > appreciated. > > > > Please send a link to your phpinfo file. > > > > > I hope this is what you meant > http://66.191.183.140/info.php > > It doesn't appear to have the GD libraries. I installed PHP from the ports > collection on FreeBSD and did not have any control over what the options > were. The error msg said that PHP 4.3.0 and above should have the GD > libraries already built in. I guess maybe you still have to enable them. You are correct. This message means that the source for php 4.3 and above ships with the GD libraries included and most builds have it enabled by default. I do know for a fact the FreeBSD does not have it enabled by default. So you will need to recompile and enable (--with-gd) in your configuration. More info on GD: http://www.php.net/image -- Steven Levin Computer Systems Admin I Electronic Student Services Appalachian State University http://phpwebsite.appstate.edu |