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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.