> 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_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 I installed a php5
module, .. is anyone aware of why this happens? A php module is not
required inside the chroot, so I am uncertain as to why that is the default
installation in any case. Why do they not install to /usr/lical/lib/php
where they are required?
Lee