[PHP-users 596] Re: PHP4.0.6 install(cobalt Raq3)help
Keiji Watanabe
php-users@php.gr.jp
Fri, 06 Jul 2001 11:38:24 +0900
渡邉です。
+ [PHP-users 593] Re: PHP4.0.6 install(cobalt Raq3)help
+ Terumi Chida <digiteru@catv-mic.ne.jp> wrote:
> ============
> aking install in .
> make[1]: Entering directory
> `/home/sites/home/users/admin/install/php-4.0.6'
> /home/sites/home/users/admin/install/php-4.0.6/build/shtool mkdir -p
> "/usr/lib/a
> pache" && /usr/sbin/apxs -S LIBEXECDIR="/usr/lib/apache" -i -a -n php4
> libs/libp
> hp4.so
>
> のところのerrとなっている
>
> apxs:Error: Unknown option: S
> Usage: apxs -g -n <modname>
> apxs -q <query> ...
> apxs -c [-o <dsofile>] [-D <name>[=<value>]] [-I <incdir>]
> [-L <libdir>] [-l <libname>] [-Wc,<flags>] [-Wl,<flags>]
> <files> ...
> apxs -i [-a] [-A] [-n <modname>] <dsofile> ...
> make[1]: *** [install-sapi] Error 1
>
> Sオプションをなんとかしてあげれば動いてくれるかなと思ったのです。
>
-SでLIBEXECDIRを置き換えてるだけのようなので、Cobaltのapxsでは
apxs -L "/usr/lib/apache"
みたいに書き換えればうまくいくかも。それとも
-D LIBEXECDIR="/usr/lib/apache"
かな?
またapxsはperl scriptなので、自分でいじってみるとか、別のマシンから
-Sをサポートしたものを取ってきて悪あがきしてみるとかいう手もあります。
かなり無責任な回答ですみません。
---
Keiji Watanabe <watanabe@infobase.ne.jp>