Re: [PHP] Upgrading GD...

2003-10-28 Thread - Edwin -
On Tue, 28 Oct 2003 02:57:08 -0500 Leif K-Brooks <[EMAIL PROTECTED]> wrote: > - Edwin - wrote: > > >That should do it. (Unless, of course, you encounter some > >"configure" or "make" problems.) > > > And of course, I did: > > configure: error: Cannot find rfc822.h. Please check your IMAP > insta

Re: [PHP] Upgrading GD...

2003-10-28 Thread Leif K-Brooks
- Edwin - wrote: That should do it. (Unless, of course, you encounter some "configure" or "make" problems.) And of course, I did: configure: error: Cannot find rfc822.h. Please check your IMAP installation. -- The above message is encrypted with double rot13 encoding. Any unauthorized attempt

Re: [PHP] Upgrading GD...

2003-10-28 Thread - Edwin -
On Tue, 28 Oct 2003 01:26:05 -0500 Leif K-Brooks <[EMAIL PROTECTED]> wrote: > Ryan Thompson wrote: > > >Just a thought. Try using phpinfo() to find out the compile > >options. Use that and just add the GD compile options after > >upgrading GD. That's usually how I go about adding a new module. I

Re: [PHP] Upgrading GD...

2003-10-27 Thread Ryan Thompson
Off the top of my head I can't think of where to get GD but google should be able to tell you. As for PHP just go to http://www.php.net/manual/en/install.apache2.php assuming your running Apache 2.0 is no just change apache2 for apache in the url. The php documentation has install instructions f

Re: [PHP] Upgrading GD...

2003-10-27 Thread Leif K-Brooks
Ryan Thompson wrote: Just a thought. Try using phpinfo() to find out the compile options. Use that and just add the GD compile options after upgrading GD. That's usually how I go about adding a new module. I can never remember what I've compiled into it. Thing is, I don't know how to get GD,

Re: [PHP] Upgrading GD...

2003-10-27 Thread Ryan Thompson
Just a thought. Try using phpinfo() to find out the compile options. Use that and just add the GD compile options after upgrading GD. That's usually how I go about adding a new module. I can never remember what I've compiled into it. On Monday 27 October 2003 20:44, Leif K-Brooks wrote: > Curt

Re: [PHP] Upgrading GD...

2003-10-27 Thread Leif K-Brooks
Curt Zirzow wrote: The odds aren't that good, unless the current gd is loaded from a shared object instead of linked directly to php. Check your configure command from phpinfo() if it has the option --with-gd then it was linked directly. Otherwise it is loaded from an shared object file located in

Re: [PHP] Upgrading GD...

2003-10-27 Thread Curt Zirzow
* Thus wrote Leif K-Brooks ([EMAIL PROTECTED]): > I need to use imagecreatetruecolor(), but my server is still using GD > 1.6. Is it possible to upgrade GD without having to recompile PHP, etc.? > I'm still fairly new to Linux administration. The odds aren't that good, unless the current gd is l