[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
- Subject: [cobalt-users] Prob with apxs and install PHP 4.0.6 on RAQ3
- From: Jens Peter Möller <jpm@xxxxxxxxx>
- Date: Fri Jul 13 03:30:01 2001
- Organization: Informationssysteme Jens Peter Möller
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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