|
Posted by Sasha Dolgy on 04/18/05 15:52
(this post has been made to php-install aswell)
Hi Everyone. I'm having a little problem here. Was wondering if
anyone else had encountered this. Currently I'm building PHP 5.0.4
(issue is with .3 aswell) and it's being built on a RHES 3 update 3
machine.
The following freetype rpm's come installed on this deployment:
freetype-2.1.4-4.0
freetype-devel-2.1.4-4.0
I can not get freetype to work with PHP unless i download the source,
../configure; make; make install ... was wondering what the differences
would be between the RPM's noted above and a simple install. (The
configure is located below)
imagettftext($im, 20, 0, 10, 20, $black, "ARIAL.TTF",
"Testing... Omega: Ω");
When I compile my own freetype and install, and compile php against
it, the above works. When I don't, the above does not work. I would
really love to get this working with the supplied RHES RPM's. If
anyone has any idea I sure would be interested!
Thanks
'./configure' \
'--with-apxs=/usr/local/apache/bin/apxs' \
'--localstatedir=/var' \
'--with-mysql' \
'--enable-gd-native-ttf' \
'--with-gd' \
'--with-openssl=/usr/local/ssl' \
'--with-imap=/usr/local/imap-2004a' \
'--with-imap-ssl' \
'--enable-embedded-mysqli' \
'--with-java=/usr/java/jdk' \
'--with-kerberos' \
'--with-xml' \
'--with-xpm' \
'--with-bz2' \
'--with-jpeg-dir=/usr/lib' \
'--with-png-dir=/usr/lib' \
'--with-ttf=/usr/lib' \
'--with-freetype-dir=/usr/include/freetype2' \
'--with-tiff-dir=/usr/lib' \
'--with-zlib-dir=/usr/lib' \
'--with-gettext' \
'--enable-fastcgi' \
'--disable-path-info-check' \
'--disable-ipv6' \
'--with-curl' \
'--with-exif' \
'--with-iconv' \
'--with-ldap' \
'--enable-mbstring' \
'--with-mcrypt' \
'--with-mhash' \
"$@"
--
Sasha Dolgy
sasha.dolgy@gmail.com
Navigation:
[Reply to this message]
|