Page 1 of 1

Installing FreeType on fedora

Posted: Fri Aug 11, 2006 9:42 am
by GeXus
I have GD installed, but not FreeType... would anyone be able to tell me how to install FreeType from SSH?

Also, just to make sure.. I am checking phpinfo, and FreeType is not listed under GD, which I believe it should be if installed.

Thanks!

Posted: Fri Aug 11, 2006 9:46 am
by GeXus
I actually do have libfreetype in /usr/lib, not sure if that means its installed.. bottom line is that functions which require freetype are not recognized.

Posted: Fri Aug 11, 2006 3:06 pm
by GeXus
Ok, It appears that I need to add --with-freetype-dir=/usr/local to my php config.. any idea how to do this? thanks!