On Monday 29 April 2002 12:15, Richard Emery wrote:

> This created a stand-alone PHP binary which executes correctly from the
> command line (I first moved the binary PHP to /usr/sbin).  However, when I
> execute PHP scripts from within Apache, it uses the older 4.0.1p12 version
> which came from the RPM.

Did you change hhtpd.conf to point to the new php binary? Look for the lines 
beginning:

ScriptAlias ...
AddType ...
Action ...

> Question: where to from here?  Must I install Apache from source to create
> the DSO or static version (I prefer DSO, because that's what I've been
> running)?  Or, since I do not have the apxs file, is that something that
> somebody can send to me?

My preference is to install apache-php from source. That way you're not 
dependent on your distro to keep up with the latest versions. I could send 
you the apxs from apache 1.3.23 if you wish, don't know whether it will work. 
Let me know off list.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
A programming language is low level when its programs require attention
to the irrelevant.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to