FreeType: TTF not supported

Apache, Lighttpd, nginx, Cherokee
Post Reply
stb2050
Posts: 29
Joined: 2003-03-31 16:27
Location: Hannover
 

FreeType: TTF not supported

Post by stb2050 »

Hi Ihr,

ich habe das Problem, dass TTF bei meiner Version von FreeTyp anscheinend nicht unterstützt wird. Ich bekomme immer eine entsprechende Fehlermeldung, wenn ich in PHP den Befehl imageTTFtext nutze:

ImageTtfText: No TTF support in this PHP build

Was kann ich dagegen machen? Kann mir jemand helfen?

cu steffen
jamesb
Posts: 661
Joined: 2002-05-08 15:35
Location: Karlsruhe
Contact:
 

Re: FreeType: TTF not supported

Post by jamesb »

Hast du PHP mit --enable-gd-native-ttf und --with-freetype-dir=/usr/lib compiliert?

Wenn ja, kannst du mal ne Url zu nem phpinfo() von dir posten?

JamesB
stb2050
Posts: 29
Joined: 2003-03-31 16:27
Location: Hannover
 

Re: FreeType: TTF not supported

Post by stb2050 »

Hallo,

weiß ich nicht, sorry. Hier die phpInfo:

http://www.yfw.info/phpinfo.php

cu steffen
Post Reply