The problem:
PHP was compiled together with freetype version 2, gd, and several other
extensions. It compiled and installed,
but calls to freetype from PHP failed.
Solution:
Use freetype version 1!
I note also that the freetype demos that required X11 also did not work on
the Sun workstatio
Everything compiles; phpinfo() says that freetype is compiled in;
"ldd libphp4.so" indicates that freetype is dynamically linked;
"nm libphp4.so" indicates that freetype and gd symbols
are included. Yet we cannot produce arial fonts.
I'm told this works with Windows, so I'm inclined to look for
I've installed PHP-4.0.6 using the following configuration:
'./configure' '--prefix=/ECommerce/bin/apache/1.3.22'
'--with-oci8=/opt/apps/oracle/8.1.7'
'--with-apxs=/ECommerce/bin/apache/1.3.22/bin/apxs'
'--without-mysql' '--with-zlib-dir=/usr/local'
'--with-jpeg-dir=/usr/local' '--with-png-di
3 matches
Mail list logo