PHP installation and configuration
From: al (allen_at_somplace.com)
Date: 07/31/03
- Next message: Kelvin L. Barnes: "Re: apt-get has hosed my rpm database"
- Previous message: Indrek M.: "routing between subnets"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 31 Jul 2003 12:45:55 GMT
Hi all,
I will have to install an Apache webserver and PHP on RH9.0 and here are the requirements from our WebMaster.
Apache: 1.3.27, with mod_php4, mod_ssl, WebDAV.
PHP: 4.3.2, with mysql, dbx, xslt, dom, dom-xslt, sablot, xslt-sablot,
xmlrpc, wddx, xml, ftp, openssl, unixodbc, mssql (meaning FreeTDS).
Zend Optimizer: 2.1.0.
Here's the php configuration:
'./configure' '--prefix=/usr' '--host=i686-pc-linux-gnu'
'--mandir=/usr/share/man' '--infodir=/usr/share/info'
'--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib'
'--without-readline' '--with-apxs=/usr/sbin/apxs' '--without-db3'
'--without-db4' '--without-db2' '--with-mcrypt=/usr' '--with-mhash'
'--with-gdbm=/usr' '--with-java=/opt/blackdown-jdk-1.4.1' '--with-jpeg'
'--with-jpeg-dir=/usr' '--enable-exif' '--with-unixODBC=/usr'
'--with-pdflib=/usr' '--with-png-dir=/usr' '--without-pgsql'
'--with-tiff-dir=/usr' '--with-mysql=/usr' '--with-ttf' '--with-t1lib'
'--with-gettext' '--with-qtdom' '--with-pspell' '--with-openssl'
'--with-curl' '--without-imap' '--with-ldap' '--with-dom'
'--with-dom-xslt' '--with-kerberos' '--with-pam'
'--disable-memory-limit' '--disable-mbstring' '--disable-mbregex'
'--without-gd' '--enable-dbx' '--with-xpm-dir=/usr/X11R6' '--with-zlib'
'--with-zlib-dir=/usr/lib' '--with-sablot=/usr' '--enable-xslt'
'--with-xslt-sablot' '--with-xmlrpc' '--enable-wddx' '--with-xml'
'--with-bz2' '--with-crack' '--with-ndbm' '--with-cdb' '--enable-bcmath'
'--enable-calendar' '--enable-dbase' '--enable-filepro' '--enable-ftp'
'--with-mime-magic' '--enable-sockets' '--enable-sysvsem'
'--enable-sysvshm' '--enable-sysvipc' '--with-iconv' '--enable-shmop'
'--enable-dio' '--enable-inline-optimization' '--enable-track-vars'
'--enable-trans-sid' '--enable-versioning'
'--with-config-file-path=/etc/php4'
We are going to want either ODBC or TDS (||http://www.freetds.org/) to connect
to MSSQL server. We also are going to be using all the XML handling features.
Below is the list of stuff w/ the configure argument:
* XML
o --with-xml
o --with-sablot
o --enable-xslt
o --with-xmlrpc
o --with-xslt-sablot
o --with-dom
* UNIX odbc
o --with-unixODBC={/path/to/unixodbc/install}
* FreeTDS
o --with-mssql={/path/to/freetds/install}
* Misc
o --enable-trans-sid
o --enable-track-vars
o --enable-inline-optimization
o --with-openssl
My question is that where do I put all these configurations?
Do I have to do this configurations after I install all the modules?
Please help, I am a little bit confuse with his instructions.
Thanks,
Al
- Next message: Kelvin L. Barnes: "Re: apt-get has hosed my rpm database"
- Previous message: Indrek M.: "routing between subnets"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|