PDA

View Full Version : GD Graphics Support error on Install


MrHobbie
06-25-2008, 03:11 AM
I am in the middle of the install of 1.7.1 and the Requirements screen indicates that my PHP is not complied with GD Graphics support.

I am running a MacBook with Lepoard and PHP version 5.2.5 which I believe shipped with the OS.

I started to review the compile documentation and that didn't look to cool. Can this be turned on with some flag or command line switch?

Thanks in advance for the help!

MrHobbie

Dkozikowski
06-25-2008, 04:03 AM
Create a file called info.php and inside it place the following code:

<?php phpinfo(); ?>

Open the info.php file with your web browser and scan the output and make sure that GD is in-fact not installed.

If it's not installed, you'll have to download and install the GD library, http://www.libgd.org/

kevincrafts
06-25-2008, 04:19 AM
I used to run the apache server that came with the Mac OS but I use MAMP now - much easier to use and it works great with pixelpost - http://www.mamp.info/

elephus
02-03-2009, 08:30 AM
i am new to this pixel post
i was installing it in my computer with WAMP installl

i get this error

GD graphics support:
Pixelpost will not run if your PHP installation is not compiled with the GD graphics library. Failed

please tell me what to do
i am not genious on programming, so please help me out

elephus
02-03-2009, 08:35 AM
i am new to this pixel post
i was installing it in my computer with WAMP installl

i get this error

GD graphics support:
Pixelpost will not run if your PHP installation is not compiled with the GD graphics library. Failed

please tell me what to do
i am not genious on programming, so please help me out


while browsing phpinfo()

Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared"

i found out above lines