php module

Greg Rundlett greg at freephile.com
Wed Nov 10 00:20:01 EST 2004


Jason wrote:

>Anyone know a good how-to for installing a php module? RH9
>  
>
Do you mean installing PHP as an Apache module (versus the cgi version 
of PHP)? 

Or, do you have a certain module of PHP that you want to compile into 
the PHP build (done during ./configure step)?

For example, here is a list of modules configured into one of my builds 
of PHP

'./configure' '--with-apxs=/usr/local/apache/bin/apxs' '--with-mysql' 
'--enable-track-vars' '--with-xml' '--enable-memory-limit=yes' 
'--enable-bcmath' '--enable-calendar' '--with-gd' 
'--enable-gd-native-tt' '--enable-gd-imgstrttf' 
'--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local' 
'--with-zlib-dir=/usr/include' '--with-freetype-dir=/usr/lib' 
'--with-gdbm=/usr/include' '--enable-trans-sid' '--with-imap' 
'--with-gettext' '--enable-sockets' '--with-mcrypt' '--enable-xslt' 
'--with-xslt-sablot' '--with-sablot-js' 
'--enable-sablot-errors-descriptive' '--with-xmlrpc' '--with-dom' 
'--with-ming' '--with-curl' '--enable-ftp' '--with-kerberos' 
'--with-openssl' '--with-iconv' '--enable-exif'




More information about the gnhlug-discuss mailing list