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

[cobalt-users] Prob with apxs and install PHP 4.0.6 on RAQ3



Hi,

I wanted to install PHP4.0.6 on my RAQ3
and got problems with the apxs script:

path to httpd and unknown option S.

Here are the solution:

Edit following lines in /usr/sbin/apxs:

Line 80:
my $CFG_SBINDIR       = '/usr/sbin';       # substituted via APACI install
                              ^

Line 203:
($rc, @ARGV) = &Getopts("qn:gco:I+D+L+l+S+W+iaA", @ARGV);
                                       ^^

It works ... :-)


best regards,
Jens Peter Moeller