Re: [PHP] Re: failure notice

2001-11-26 Thread Steve Werby

[EMAIL PROTECTED] wrote:
 For those running php 4 on raq 3, how did you compile freetype?

 ./configure
 make
 make install

 or just 2 make's?

Read the INSTALL file for freetype.  2.0.4 says:

make setup
make
make install

Then install PHP with the options you need in ./configure.  You'll get
better bang for your buck searching the archives for cobalt-users and
posting there.  After all, *everyone* on that list runs Cobalt servers
whereas probably only a small percentage do on the PHP list.  See archives
at marc.theaimsgroup.com and list subscription at www.cobalt.com.

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/


-- 
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] Re: failure notice

2001-11-25 Thread Joelmon2001

For those running php 4 on raq 3, how did you compile freetype?

./configure
make 
make install

or just 2 make's?

Just curious