[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] copiling php4 on raq3 with apxs
- Subject: Re: [cobalt-users] copiling php4 on raq3 with apxs
- From: "Steven Werby" <steven-lists@xxxxxxxxxxxx>
- Date: Sat Jul 8 11:50:48 2000
Richard Kurth <rkurth@xxxxxxxxxxxx> wrote:
> I am truing to compile php4 with apxs on a Raq3 I keep getting this
> warning when I run
> ./configure --with-apxs=/usr/sbin/apxs --with-config-fi
> le-path=/etc/httpd/conf --with-exec-dir=/usr/bin --with-system-regex
<snip>
> were it says Warning: /usr/bin/httpd not found or not executable this is
> looking in the wrong directory It should be /usr/sbin/httpd how do I change
> this.
</snip>
Instead of --with-exec-dir=/usr/bin, try --with-exec-dir=/usr/sbin. I believe that
configuration option tells PHP where to find the httpd executable so by giving it the
proper path it should be happier.
Steven Werby {steven-lists@xxxxxxxxxxxx}