Re: PHP5 & GD2

2009-02-06 Thread Stuart Henderson
On 2009-02-05, L. V. Lammert wrote: >> There's been many comments from OpenBSD developers to just install >> xbase. Do you think they go against "basic OpenBSD tenants - install >>only what you need"? >> > Yes, if that's the situation; in this case, however, the developers > also realize the need

Re: PHP5 & GD2

2009-02-05 Thread L. V. Lammert
At 10:19 AM 2/5/2009 -0600, you wrote: Because php modules are loaded on demand (after chroot) and apaches modules are loaded at start (pre chroot) ? If they are loaded after chroot, how do they work loading from /usr/local/lib?? Can any of the devs shed some light on the question? L

Re: PHP5 & GD2

2009-02-05 Thread L. V. Lammert
At 04:02 PM 2/5/2009 +, Stuart Henderson wrote: On 2009-02-05, L. V. Lammert wrote: > On Thu, 5 Feb 2009, Diana Eichert wrote: > >> On Wed, 4 Feb 2009, L. V. Lammert wrote: >> >> Uhhh, why don't you just edit php.ini to give it the correct location? >> > Uhh, .. because the path in php.ini i

Re: PHP5 & GD2

2009-02-05 Thread Stuart Henderson
On 2009-02-05, L. V. Lammert wrote: > On Thu, 5 Feb 2009, Diana Eichert wrote: > >> On Wed, 4 Feb 2009, L. V. Lammert wrote: >> >> Uhhh, why don't you just edit php.ini to give it the correct location? >> > Uhh, .. because the path in php.ini is correct? The sample php.ini has this: extension_di

Re: PHP5 & GD2

2009-02-05 Thread L. V. Lammert
On Thu, 5 Feb 2009, Diana Eichert wrote: > On Wed, 4 Feb 2009, L. V. Lammert wrote: > > Lee > > I know you've been on this list for a long time. In that time I can't > believe you've never seen the requirement to have xbase installed to > get GD graphics libraries to work. > Diana, I'm sure you

Re: PHP5 & GD2

2009-02-05 Thread L. V. Lammert
On Thu, 5 Feb 2009, Diana Eichert wrote: > On Wed, 4 Feb 2009, L. V. Lammert wrote: > > Uhhh, why don't you just edit php.ini to give it the correct location? > Uhh, .. because the path in php.ini is correct? Because the modules are installed in the wrong place by the PACKAGE?? Because the modules

Re: PHP5 & GD2

2009-02-05 Thread Diana Eichert
On Wed, 4 Feb 2009, L. V. Lammert wrote: I would prefer to not install xbase on a production server - (to me, it violates one of the basic OpenBSD tenants - install only what you need), ... however the no_x11 version DNW. Is there a way to find out what libraries are missing? Running phpinfo

Re: PHP5 & GD2

2009-02-05 Thread Diana Eichert
On Wed, 4 Feb 2009, L. V. Lammert wrote: Found the problem!! php5-gd-5.2.5-no_x11 installs: /var/www/lib/php/modules/gd.so HOWEVER gd.so MUST BE INSTALLED IN: /usr/local/lib/php/modules in order for libphp5.so to find it when Apache loads! I recall now that I had this problem the last time

Re: PHP5 & GD2

2009-02-04 Thread Michiel van Baak
On 12:50, Wed 04 Feb 09, Chris Bennett wrote: > L. V. Lammert wrote: >>> > Can someone point me in the right direction to determine what packages >>> >> are required for 'GD2' support, php5, OBSD 4.3? The SilverStripe >>> CMS is >>> >> asking for 'GD2', but they don't provide enough information t

Re: PHP5 & GD2

2009-02-04 Thread L. V. Lammert
At 12:50 PM 2/4/2009 -0600, you wrote: I tried this but I am still getting errors relating to GD using PHP5 I also copied it into the chroot, but made no difference. You might want to check the error messages, specifically: [Wed Feb 4 12:20:02 2009] [error] PHP Warning: imagecreatefromgif()

Re: PHP5 & GD2

2009-02-04 Thread Chris Bennett
L. V. Lammert wrote: > Can someone point me in the right direction to determine what packages >> are required for 'GD2' support, php5, OBSD 4.3? The SilverStripe CMS is >> asking for 'GD2', but they don't provide enough information to isolate >> the required packages. php5-gd Found the prob

Re: PHP5 & GD2

2009-02-04 Thread L. V. Lammert
> Can someone point me in the right direction to determine what packages >> are required for 'GD2' support, php5, OBSD 4.3? The SilverStripe CMS is >> asking for 'GD2', but they don't provide enough information to isolate >> the required packages. php5-gd Found the problem!! php5-gd-5.2.5-no_x

Re: PHP5 & GD2

2009-02-04 Thread L. V. Lammert
At 09:22 AM 2/4/2009 +, Stuart Henderson wrote: On 2009-02-04, Les Richardson wrote: php5-gd Thanks! Turns out I had grabbed p5-gd by mistake. a no_x11 version of the package is available (but still, I'd install the xbase libs). I would prefer to not install xbase on a production serv

Re: PHP5 & GD2

2009-02-04 Thread Stuart Henderson
On 2009-02-04, Les Richardson wrote: > L. V. Lammert wrote: >> Can someone point me in the right direction to determine what packages >> are required for 'GD2' support, php5, OBSD 4.3? The SilverStripe CMS is >> asking for 'GD2', but they don't provide enough information to isolate >> the required

Re: PHP5 & GD2

2009-02-03 Thread Les Richardson
L. V. Lammert wrote: > Can someone point me in the right direction to determine what packages > are required for 'GD2' support, php5, OBSD 4.3? The SilverStripe CMS is > asking for 'GD2', but they don't provide enough information to isolate > the required packages. > > TIA, > > Lee > >Fr

PHP5 & GD2

2009-02-03 Thread L. V. Lammert
Can someone point me in the right direction to determine what packages are required for 'GD2' support, php5, OBSD 4.3? The SilverStripe CMS is asking for 'GD2', but they don't provide enough information to isolate the required packages. TIA, Lee