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)
        libz.so.1 => /usr/lib/libz.so.1 (0x400cf000)
        libm.so.6 => /lib/libm.so.6 (0x400de000)
        libc.so.6 => /lib/libc.so.6 (0x40101000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

Still no results.

Problem was php. PHP was compiled with gd and I don't know when and how.
Anyway... I did it again (--with-gd=/usr) and it worked.

You mean it was compiled with a different library of gd?


Sounds like the --with-mysql problem people had with mp1 and php.

Quite instructional case for me.

Could you please summarize things up, the problem and the solution, so we can document it? Thanks.


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to