[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] php4 install problems
- Subject: Re: [cobalt-users] php4 install problems
- From: "Steven Werby" <steven-lists@xxxxxxxxxxxx>
- Date: Wed Aug 30 19:29:44 2000
James Spahr <james@xxxxxxxxxxxxxxx> wrote:
> checking for Apache module support via DSO through APXS...
> ./configure: apxs: command not found
> configure: error: Sorry, I cannot run apxs. Either you need to install Perl
> or y
> ou need to pass the absolute path of apxs by using
> --with-apxs=/absolute/path/to
> /apxs
>
> I thought this was going to be a problem. Using:
>
> $ find / apxs
> yields no results ... (its not at /usr/sbin/apxs either)
Try "locate apxs". Should be at /usr/sbin/apxs. When you did "ls -l
/usr/sbin/apxs" what did it show? And change the line:
$CFG_SBINDIR = '/usr/bin'
to:
$CFG_SBINDIR = '/usr/sbin'
If you don't have apxs you will need to get it and install it.
> I can run ./configure with no flags just fine -> but that looks like I'll
> get the cgi version (I'd prefer the dynamic module ...)
That's correct.
--
Steven Werby {steven-lists@xxxxxxxxxxxx}