PHP installation and configuration

From: al (allen_at_somplace.com)
Date: 07/31/03


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



Relevant Pages

  • RE: [PHP] Xampp question, pretty much 0T
    ... I suggest you look into VMWare. ... versions (player, server, etc) if you don't want Workstation (which I ... [PHP] Xampp question, pretty much 0T ... recommended it to me when I asked for an easy install of AMP. ...
    (php.general)
  • HOWTO: FreeTDS for Newbies (almost complete)
    ... One way to do that is to install FreeTDS, recompile PHP, ... You can go to freetds.org and install the RPMs on Unix or Linux ...
    (comp.lang.php)
  • Re: [SLE] updating to PHP5
    ... while running PHP 5 for my stuff. ... managed by SuSE staff where you can download latest apache with all ... SLES 9 doesn't need PHP for its default configuration. ... Thus, it seems possible to remove PHP4, install a new Apache instance, PHP5 ...
    (SuSE)
  • RE: Mea Culpa, Ive killed OWA/RWW/Other stuff with NET STOP
    ... the SSL port to the new site, once that was deleted, I was able to ... Perhaps posting my config, as you requested, will help answer this question: ... available - it's a PHP intranet/extranet application, ... >>I was trying to install PHP manually, ...
    (microsoft.public.windows.server.sbs)
  • Re: PHP Tutorials
    ... >> In this tutorial we assume that your server has activated support for PHP ... install a web server locally (not just Apache). ...
    (comp.lang.php)