Re: [mp2] libgd (and freetype) problem with ModPerl::Registry

2003-12-17 Thread Stas Bekman
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.

Re: [mp2] libgd (and freetype) problem with ModPerl::Registry

2003-12-17 Thread Kaiko Kaur
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

Re: [mp2] libgd (and freetype) problem with ModPerl::Registry

2003-12-10 Thread Stas Bekman
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)

Re: [mp2] libgd (and freetype) problem with ModPerl::Registry

2003-12-10 Thread Kaiko Kaur
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

Re: [mp2] libgd (and freetype) problem with ModPerl::Registry

2003-12-08 Thread Stas Bekman
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

Re: [mp2] libgd (and freetype) problem with ModPerl::Registry

2003-12-08 Thread Randy Kobes
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