Kaiko Kaur wrote:
On Wed, Dec 10, 2003 at 11:05:33AM -0800, Stas Bekman wrote:
Kaiko Kaur wrote:
[...]
I recompiled freetype library and gd library and have result:
# ldd /usr/lib/libgd.so
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x4003b000)
libfreetype.so.6 => /usr/lib/libfreetype.so.
On Wed, Dec 10, 2003 at 11:05:33AM -0800, Stas Bekman wrote:
> Kaiko Kaur wrote:
> [...]
> >I recompiled freetype library and gd library and have result:
> ># ldd /usr/lib/libgd.so
> >libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x4003b000)
> >libfreetype.so.6 => /usr/lib/libfreetype.so
Kaiko Kaur wrote:
[...]
I recompiled freetype library and gd library and have result:
# ldd /usr/lib/libgd.so
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x4003b000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x4005a000)
libpng.so.3 => /usr/lib/libpng.so.3 (0x400a4000)
On Mon, Dec 08, 2003 at 10:43:31AM -0800, Stas Bekman wrote:
> Randy Kobes wrote:
> [...]
> >>This produce white image without any text and /tmp/testlog contain:
> >>libgd was not built with FreeType font support
> >>
> >>Where the problem can be? What should I do? help me...
> >>
> >>Some more inf
Randy Kobes wrote:
[...]
This produce white image without any text and /tmp/testlog contain:
libgd was not built with FreeType font support
Where the problem can be? What should I do? help me...
Some more information what can be useful:
# ldd /usr/lib/libgd.so
libjpeg.so.62 => /usr/lib/libj
On Sun, 7 Dec 2003, Kaiko Kaur wrote:
>
> Hi,
>
> I made perl CGI script which makes png files on the fly
> (using GD.pm). Everything was ok until I wanted to run it
> with ModPerl::Registry (to get it faster).
>
> Here is script (mkpng.cgi):
> #!/usr/bin/perl
> use GD;
> binmode STDOUT;
> $p = new