RoRoo
Verified User
- Joined
- Dec 16, 2004
- Messages
- 112
Hi,
I'm trying to build our second server with php 4.4.4 and GD with Freetype and TTF support. Just like our first server.
I've installed freetype 2.1.10
changed my configure.php:
But this one breaks with the error that the switch --with-ttf isn't recognized
when I remove that one it breaks saying that the /usr/local/include is incorrect.
Am I seeing things? did I smoke too much pot? the config files are exactly the same. but still. it went wrong on server2 and went fine on server 2.
Any help is much appreciated.
I'm trying to build our second server with php 4.4.4 and GD with Freetype and TTF support. Just like our first server.
I've installed freetype 2.1.10
changed my configure.php:
Code:
./configure \
--with-apxs \
--with-curl \
--with-curl-dir=/usr/local/lib \
--with-gd \
--with-gd-dir=/usr/local \
--with-gettext \
--with-jpeg-dir=/usr/local/lib \
--with-kerberos \
--with-mcrypt \
--with-mhash \
--with-mysql=/usr \
--with-pear \
--with-png-dir=/usr/local/lib \
--with-xml \
--with-zlib \
--with-zlib-dir=/usr/local/lib \
--with-zip \
--with-openssl \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-magic-quotes \
--enable-sockets \
--enable-track-vars \
--enable-mbstring \
--enable-memory-limit \
--enable-gd-native-ttf \
--with-ttf \
--with-freetype-dir=/usr/local/include
But this one breaks with the error that the switch --with-ttf isn't recognized
when I remove that one it breaks saying that the /usr/local/include is incorrect.
Am I seeing things? did I smoke too much pot? the config files are exactly the same. but still. it went wrong on server2 and went fine on server 2.
Any help is much appreciated.