Re: [PHP] PHP Compile question ....

2003-02-17 Thread Mat Harris
no problem. the only thing i forgot to say is that this is on a redhat 7.3 machine and the libraries that are used by some of those options are from redhat rpms. If you aren't using a similar version of redhat then you may get messages about certain options missing headers etc. up to you whether y

Re: [PHP] PHP Compile question ....

2003-02-17 Thread James Hatridge
Thanks! I'll give it a shot in the morning! JIM On Monday 17 February 2003 18:19, Mat Harris wrote: > i like to use to following with php 4.3.0. Note the $APACHE_PREFIX should > be changed: > > ./configure --prefix=/usr --with-apxs=$APACHE_PREFIX/bin/apxs > --enable-debug=no --enable-safe-mode --

Re: [PHP] PHP Compile question ....

2003-02-17 Thread Mat Harris
i like to use to following with php 4.3.0. Note the $APACHE_PREFIX should be changed: ./configure --prefix=/usr --with-apxs=$APACHE_PREFIX/bin/apxs --enable-debug=no --enable-safe-mode --with-mysql=/usr --with-regex=system --with-xml --with-imap --with-snmp --with-kerberos --with-imap-ssl --with

[PHP] PHP Compile question ....

2003-02-17 Thread James Hatridge
Hi all... I just compiled PHP from source for the first time. It "works", but not like I want it to. I need it to work with Mysql, do graphs, and let me run programs (ie safe-mode is off). Also the odd thing is that before I compiled my own PHP I could access all my mysql databases. Now I can