[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Installing php on Raq3 box
- Subject: Re: [cobalt-users] Installing php on Raq3 box
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Tue Nov 27 02:59:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"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