nic Posted March 14, 2007 Share Posted March 14, 2007 I'm trying to recompile and install php with the freetype and gd libraries install. I'm configuring php with: ./configure \ --with-apxs \ --with-zlib-dir=/sw \ --with-png-dir=/sw \ --with-jpeg-dir=/sw \ --with-freetype-dir=/usr/local \ --with-tiff-dir=/sw \ --with-gd \ --enable-gd-imgstrttf \ --enable-gd-native-ttf \ --enable-mbstring=all \ --enable-mbregex \ --with-mysql=/usr/local/mysql \ --with-pdflib=/sw \ --enable-ftp \ --enable-calendar \ --with-xml \ Everything compiles without errors, and gd seems to be working fine, but gd_info() tells me freetype isn't being supported. I can't figure out why. Has anyone had this problem? I don't even know where to look for the problem. I'd appreciate any help. Thanks nicholas Link to comment https://forums.phpfreaks.com/topic/42627-freetype-installation/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.