On Wednesday 26 November 2003 13:51, Daniel Hansen wrote:
> I am having a bear of a time getting FreeType compiled into PHP.
>
> I have successfully installed the RPM:
>
>   [EMAIL PROTECTED] rpms]# rpm -U
> freetype-2.1.3-6.i386.rpm
>   [EMAIL PROTECTED] php-4.3.1]# rpm -q freetype-2.1.3-6
>   freetype-2.1.3-6
>
> I know I need the "--with-freetype-dir=<DIR>" argument in configure, and
> have tried:
>
>   --with-freetype-dir
>   --with-freetype-dir=/usr/lib/
>   --with-freetype-dir=/usr/lib

With RHL you probably want:

  --with-freetype-dir=/usr

However, recent versions of PHP has bundled both the gd & freetype libs so you 
may want to use those to save yourself some headache.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
"When the going gets tough, the tough get empirical."
                -- Jon Carroll
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to