Has anyone successfully used FreeType PHP commands like imagettftext() or imagefttext() on an OpenBSD system? If so, what is your configuration (i.e., which versions of PHP, gd, and FreeType are you using?)
I've set up my /usr/ports/www/php4/core/Makefile to include gd and FreeType, and it installs successfully, giving the following in my phpinfo():
gd
GD Support enabled
GD Version 1.6.2 or higher
FreeType Support enabled
FreeType Linkage with freetype
JPG Support enabled
PNG Support enabled
WBMP Support enabled
But I still get "Call to undefined function" errors whenever I try to use the FreeType PHP functions. Help!
[For my Makefile, see my posts to comp.unix.bsd.openbsd.misc.]