Jump to content

FreeType Installation


Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.