Can't find GD Library!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Cruzado_Mainfrm
Forum Contributor
Posts: 346
Joined: Sun Jun 15, 2003 11:22 pm
Location: Miami, FL

Can't find GD Library!

Post by Cruzado_Mainfrm »

where can i get the GD Library compiled?
cuz i dunno how to compile the source, unless someone tells me :D
User avatar
xyrial
Forum Newbie
Posts: 3
Joined: Fri Jun 27, 2003 7:53 pm

Post by xyrial »

http://www.boutell.com/gd/

that's the place :)
Cruzado_Mainfrm
Forum Contributor
Posts: 346
Joined: Sun Jun 15, 2003 11:22 pm
Location: Miami, FL

Post by Cruzado_Mainfrm »

that doesn't help me, i already knew that but i dunno how to compile it :cry:
User avatar
Sevengraff
Forum Contributor
Posts: 232
Joined: Thu Apr 25, 2002 9:34 pm
Location: California USA
Contact:

Post by Sevengraff »

Readme.txt:
Quick install guide:

1. Type './configure'
2. Type 'make install'
Seems simple enough.
Cruzado_Mainfrm
Forum Contributor
Posts: 346
Joined: Sun Jun 15, 2003 11:22 pm
Location: Miami, FL

Post by Cruzado_Mainfrm »

i'm in a windows system, in this case winxp... so that wouldn't help...
User avatar
Sevengraff
Forum Contributor
Posts: 232
Joined: Thu Apr 25, 2002 9:34 pm
Location: California USA
Contact:

Post by Sevengraff »

download the windows zip file from php.net. It has the gd2.dll in there. use that.
Cruzado_Mainfrm
Forum Contributor
Posts: 346
Joined: Sun Jun 15, 2003 11:22 pm
Location: Miami, FL

Post by Cruzado_Mainfrm »

thnx seven graf that was it, just a zip file instead msi :)
Post Reply