PHPのインストールがうまくできない。
環境Fedora2
[root@localhost php-5.2.1]# ./configure --with-pgsql --with-apxs2=/usr/local/apache/bin/apxs --enable-mbstring --enable-mbregex
~省略~
checking if compiler supports -Wl,-rpath,... yes
checking for re2c... re2c
checking for re2c version... 0.11.0 (ok)
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: warning: bison versions supported for regeneration of the Zend/PHP parsers: 1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 (found: none).
checking for flex... lex
checking for yywrap in -ll... no
checking lex output file root... ./configure: line 3375: lex: command not found
configure: error: cannot find output from lex; giving up
warning だと、PHP parsersのためのバージョンが必要ということでしょうか?当然makeもできません。
[root@localhost php-5.2.1]# make
make: *** ターゲットが指定されておらず、makefile も見つかりません。中止。
調べたんですが aptの導入が必要のようですがよくわからないので詳しい方おねがいします。
補足
ありがとうございますm(_ _)m 一応色々とググってみたのですが、分かりませんでした。 ただ、fftw-2.1.5に変えてみたらうまく行ったので 何とかはなったのですが、未だになぜできないのか不明です(^^;)