[PHP-INSTALL] installing php with the freetype-library

2006-02-08 Thread Ruprecht Helms
Hi, how have I to set the options to compile php including the freetype-library for handling true-type-fonts by phpscripts. Regards, Ruprecht

Re: [PHP-INSTALL] installing php with the freetype-library

2006-02-08 Thread Mark Galbreath
doesn't  configure  - -help  tell you? >>> Ruprecht Helms <[EMAIL PROTECTED]> 08-Feb-06 12:20 PM >>> Hi,how have I to set the options to compile php including the freetype-library for handling true-type-fonts by phpscripts.Regards,Ruprecht

[PHP-INSTALL] how to install php as module

2006-02-08 Thread Ruprecht Helms
Hi, possible I've made a mistake in my configuration. How have I to set up php and apache that php works as an apache-module. I use this with the option --with-mysql and --with-freetype-dir=/usr/local (default path of freetype). Actualy the module was not compiled within apache and there went

Re: [PHP-INSTALL] how to install php as module

2006-02-08 Thread Mark Galbreath
Apache does not compile the module, PHP does.  When you configure httpd, be sure the --enable-mod.so switch is included.  When you configure PHP, be sure to --without-cgi and --with-apxs2=/usr/local/apache2/bin/apxs (or wherever httpd is installed).  When you php, it will place the libphp4.so in