php 설치 중 에러...
[root@localhost php]# ./configure --with-apache=/usr/local/apache --with-config-
file-
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for re2c... exit 0;
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for gawk... gawk
checking for bison... no
checking for byacc... no
configure: warning: You will need bison if you want to regenerate the PHP parser
s.
checking for flex... lex
checking for yywrap in -ll... no
checking lex output file root... ./configure: line 2425: lex: command not found
configure: error: cannot find output from lex; giving up
[root@localhost php]#
------------------------
이렇게 되면서 작업이 멈추는데, 어떤 이유에서 안돼는지... 그리고 해결방법을 알려주셨으면 합니다.
CD넣고
레드햇 CD 넣어서 flex로 시작하는 패키지 찾아서 인스톨 하세요
레드햇 시디에서 못 찾아 rpmfind.net에서 다운받아 설치하니 잘
레드햇 시디에서 못 찾아 rpmfind.net에서 다운받아 설치하니 잘 돼네요.
감사합니다.
;O;)
댓글 달기