Author |
|
pedro2k
Joined: 17 Jun 2006 Posts: 16
|
Posted: Wed 21 Jun '06 19:36 Post subject: php - Has anyone used GD? |
|
|
Has anyone setup GD on Apache 2.2.2. and php 5.1.4.
I know the dll is there and i have uncommented it, and done everything that the web sites asks you to do.
But it still does not work?
Any ideas?
Pedro |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Wed 21 Jun '06 20:47 Post subject: |
|
|
Yes, we are using in some scripts the GD extension (extension=php_gd2.dll).
With what script does it not work ?
Steffen |
|
Back to top |
|
pedro2k
Joined: 17 Jun 2006 Posts: 16
|
Posted: Wed 21 Jun '06 21:47 Post subject: |
|
|
I've been given some code from Weatimages which uses GD.
I went to the GD web site and followed the instructions....
-Uncommenting the gd dll command and changing the extentions directory to ext .
But the code that is complaining in the Weatimages code is the bit when it checks for GD to be installed!
I cant find any more setup advice, so i have hit the forums for some help!
I am using Weatimages 1.7 and the built in GD dll from php 5.1.4 and apache 2.2.2.
Any help woyld be fantastic!
Thanks
Pedro |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Wed 21 Jun '06 21:57 Post subject: |
|
|
Do you see with phpinfo that GD is enabled ?
Steffen |
|
Back to top |
|
H4rM
Joined: 11 Jun 2006 Posts: 7
|
Posted: Thu 22 Jun '06 0:56 Post subject: |
|
|
I have done the same as Pedro2k, and when I do at the command prompt
PHP -m it shows that gd is running. But I have been trying to get a program called Imagvuex running on my apache webserver on win2003 server, and it still does not work correctly.
Are there any other ways to get the GD2 Libraries working on Apache 2.2 with PHP 5.1.4? |
|
Back to top |
|
pedro2k
Joined: 17 Jun 2006 Posts: 16
|
Posted: Thu 22 Jun '06 22:23 Post subject: |
|
|
ystem Windows NT PEDRO-SERVER 5.1 build 2600
Build Date May 4 2006 10:30:29
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared"
Server API Apache 2.2 Handler ( www.apachelounge.com )
the --with-gd=shared is the only mention of gd in the php file. is this the right bit or am i missing something?
Pedro |
|
Back to top |
|