Re: [PHP] Linux and Graphics

2002-12-12 Thread Todd Cary
Are there any instructions on how to configure the GD libraries and compile PHP? I guess then I will have to recompile Apache so that it includes the "new" PHP?? Todd Scott Hurring wrote: With RedHat, AFAIR you have to compile PHP from source *after* first configuring the GD libraries.

[PHP] Linux and Graphics

2002-12-09 Thread Todd Cary
I am running PHP in a RedHat 7.3 environment and I notice that the graphic functions are not present. Since I am quite new to Linux, I would appreciate it if someone could explain to me what I need to do to have graphic functions. Many thanks. Todd --

Re: [PHP] Linux and Graphics

2002-12-09 Thread Ray Hunter
What functions do you want to use? You can review the functions in the manual and it will tell you how to configure php with them... On Mon, 2002-12-09 at 13:31, Todd Cary wrote: I am running PHP in a RedHat 7.3 environment and I notice that the graphic functions are not present. Since I am

Re: [PHP] Linux and Graphics

2002-12-09 Thread Scott Hurring
With RedHat, AFAIR you have to compile PHP from source *after* first configuring the GD libraries. It's always been a massive PITA when i've had to compile PHP on Redhat with Graphic ext's -- try debian instead ;-) -- Scott Hurring Systems Programmer EAC Corporation scott (*) eac.com -- Ray