Ttf

optize

Well-Known Member
#1
Joomla in certain situations requires TTF support via PHP. When I built it via cPanel, and then tried to build it in Litespeed, Litespeed says TTF support is not supported.

Is there any other way to get TTF support within Litespeed?
 

optize

Well-Known Member
#3
Does phpinfo() page from LiteSpeed PHP and Apache PHP look different?
Currently, yes.

When I go into litespeed admin and try to build the php binary, I get this error:

Found Apache php binary at /usr/local/bin/php. Version is 5.2.12

Found LiteSpeed php binary at /usr/local/lsws/fcgi-bin/lsphp5. Version is 5.2.12

Apache php configuration has more options that are not available or different in lsphp:
--enable-gd-native-ttf --with-freetype-dir=/usr --with-ttf
 
Top