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 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 your 'extention_dir' > > > >If it is loaded from extension_dir you can rebuild gd2 module and > >replace the old one, and it will use that one instead. > > > >I don't think you can load both into php. > > Crud, looks like it's linked directly in. What would be the most > painless and easiest way to recompile PHP with GD2? -- Ryan Thompson [EMAIL PROTECTED] http://osgw.sourceforge.net ============================== "A computer scientist is someone who fixes things that aren't broken" --Unknown -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php