Namazu-users-ja(旧)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PHP4.1.2 Moduleが作成できない
初めまして、高橋です。
私も、最近になってnamazuに興味を持ち始めて
遊んでいる所です。
これから、よろしくお願いします。
On Tue, 3 Sep 2002 18:14:19 +0900
Tanabe Syouichi <tanabe@xxxxxxxxxxxx> wrote:
> どなたか、この現象を解決するヒントをお持ちの方は居られないでしょうか?
> 宜しくお願い致します。
>
>
> 以下に資料として実行時のログを示します。
>
> * 動的組込みを実行した場合
> # tar xzf php4_namazu-2.1.0.tar.gz
> # cd namazu
> # phpize
> configure.in:43: error: possibly undefined macro: AC_PROG_LIBTOOL
> autoheader: `config.h.in' is created
> You should update your `aclocal.m4' by running aclocal.
私は、FreeBSDでしたが、automake1.5をインストールしたら
出なくなりました。
あと、configure時に、
ltconfig: you must specify a host type if you use `--no-verify'
Try `ltconfig --help' for more information.
configure: error: libtool configure failed
と怒られたので、--no-verifyを外してコンパイルできる用に
なりました。
*** configure.org Tue Sep 3 21:46:55 2002
--- configure Tue Sep 3 21:47:12 2002
***************
*** 3009,3015 ****
LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
! $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
|| { { echo "$as_me:$LINENO: error: libtool configure failed" >&5
echo "$as_me: error: libtool configure failed" >&2;}
{ (exit 1); exit 1; }; }
--- 3009,3015 ----
LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
! $libtool_flags $ac_aux_dir/ltmain.sh $lt_target \
|| { { echo "$as_me:$LINENO: error: libtool configure failed" >&5
echo "$as_me: error: libtool configure failed" >&2;}
{ (exit 1); exit 1; }; }
以上、参考になりますか?
-----
Ryo Takahashi hzi03463@xxxxxxxxx