What is FreeType?

J

-----Original Message-----
From: Sebastian Wenleder [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 10:36 AM
To: Joseph Bannon; PHP (E-mail)
Subject: Re: [PHP] GD


At 10:06 Uhr -0500 07.09.2001, Joseph Bannon wrote:
>I just installed PHP 4.0.6.
>
>1) Do I have to down load GD (graphics library) and install it sperately or
>is it in 4.0.6 already?
>2) Do I have to run anything special during configuration?
>3) Do I have to completely re-install PHP and Apache?
>
>Thanks,
>
>Joseph

Hi Joseph,

You have to download GD from http://www.boutell.com/gd/
make sure you have zlib, libjpeg, libpng, and (if you need it) freetype
if not compile and install them all...
then configure php with
#./configure <your options> \
--with-gd=<your dir> \
--with-zlib=<your dir> \
--with-jpeg-dir=<your dir> \
--with-png-dir=<your dir> \
--with-tiff-dir=<your dir> \
--with-freetype-dir=<your dir>
#make
#make install

then you will have to restart apache

Best regards, Sebastian Wenleder

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to