Hi,
how have I to set the options to compile php including the
freetype-library for handling true-type-fonts by phpscripts.
Regards,
Ruprecht
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
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
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