Click to See Complete Forum and Search --> : Php,gd Installation


aqua_ed
12-25-2002, 03:51 AM
Been trying with no success to install PHP successfully with the GD graphics library. Does anyone have a step by step version of an installation with PHP4.2.3 and GD2.0.8?

Looking for anything that works.. I am testing using the barcode software and it seems that everything builds ok, but the functions within the GD library are unknown.

Appreciate any help...

largo
12-27-2002, 02:48 PM
Hi,

If everything builds okay then php is simply not linking to the gd library on compile.

Pipe your install output to a file and do a search in there for gd. See if everything is picked up correctly.

Also, post your configure line / script, maybe something is slightly amiss there. What platform is this on?

-largo.

raymie
12-30-2002, 05:25 PM
Have a look at http://phpfaq.info/local/68/#id68

that has some info which may be relevant to you.