[Typo3-dev] RC2: "FreeType is apparently not installed" even when it works for 3.6.0 RC1
Wolfgang Klinger
wolfgang at stufenlos.net
Tue Apr 27 12:32:36 CEST 2004
*hiya!*
On 12:05 Tue 27 Apr , Stephane Schitter wrote:
> I have the exact same problem (with WAMP as well).
>
try this
--- test.php
<?php
if (function_exists('imagettftext')) {
echo "freetype lib functions are available.";
} else {
echo "freetype lib functions are not available.";
}
?>
---
It works for me on a WAMP (BigApache) ...
bye
Wolfgang
More information about the TYPO3-dev
mailing list