[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Installing php on Raq3 box



"Steve West" <wppiphoto@xxxxxxxx> wrote

> 
> I'm trying to install php4.0.6 on a raq3 box but I keep getting the
> following error when I'm doing make install:
<snip>
> apxs:Error: Unknown option: S
<snip>
> Can anyone tell me what I'm doing wrong and how I can correct it?
> 
edit /usr/sbin/apxs 
line 202 was: ($rc, @ARGV) = &Getopts("qn:gco:I+D+L+l+S+W+iaA", @ARGV);
line 202 is: ($rc, @ARGV) = &Getopts("qn:gco:I+D+L+l+W+iaA", @ARGV);
note the difference +S is removed!!! 

Gerald