GD2 library

Sp-tech

Verified User
Joined
Apr 30, 2004
Messages
19
Hello there,

Is there anyway we can get direct admin ./build program to install GD2 and recompile php to use GD2 as well?


Regards:
Simon
 
DirectAdmin has always just done that for me, installing on RHL 7.3 and on RHL 9.

What OS are you using?

Jeff
 
DirectAdmin doesn't use the GD2 libary that comes with the OS; at least not on any of the RHL distributions I've built it on.

It build's it, itself, as part of the install process, and from GD2, on every system I've ever built it on.

Jeff
 
Hi,

I compiled PHP5 for DirectAdmin with the forum tutorial. Now I need the gd2 library, but I can't install it.
Anybody can help ?
 
I found something, but it seems that it doesn't work.
I went to /usr/local/directadmin/customapache, then I did ./build gd-2.0.34.tar.gz and built gd but nothing new :(

Any help would be appreciated
 
Last edited:
Why do you think that GD is not working? phpinfo will tell you if GD is working or
not.
 
Because my captcha isn't working.
Phpinfo says that gd is enabled.. but that's not true :/

GD Support enabled
GD Version bundled (2.0.34 compatible)
 
If phpinfo says GD is enabled I suggest you believe it and start looking elsewhere
for the problem.
 
GD version bundled, does that mean that it's really installed ? I don't think so..
 
Ok I guess I am done here. Have fun chasing that wild goose. Goodbye.
 
Because my captcha isn't working.
Phpinfo says that gd is enabled.. but that's not true :/

Slovik... Make sure the path to the captcha file and/or image is correct..

We run into this problem whenever we install scripts into subdirectories.. ;)

Cheers...

Ed
 
I think I found the solution. I recompiled PHP with some options (don't remember them).

It works now.
 
Back
Top