: 고수님들 안녕하세요...
: 저번에 휴가나와서 mysql설치하다 안돼서 질문올렸었던 그 놈입니다.
:
: 이번 휴가나와서...그래도 저번 에러는 건졌습니다.
: 무대뽀 초보정신으로....이것저것 껄덕거리다가..
: 그때 mysql 설치하면서 접속할수 없다던 에러 메세지는...
: /etc/host 파일에서 어찌어찌 고쳐서 다행히 넘어갔는데...
:
: 이번엔 php설치가 문젭니다..
: 뭐 그냥 넘어가질 못하는군요..
: ./configure를 실행하면 뭐가 안된다는 군요...
:
: 아래 그 메세지를 보여드립니다.
: root@mau php-4.0.3pl1]# ./configure
: loading cache ./config.cache
: checking for a BSD compatible install... /usr/bin/install -c
: checking whether build environment is sane... yes
: checking whether make sets ${MAKE}... yes
: checking for working aclocal... found
: checking for working autoconf... found
: checking for working automake... found
: checking for working autoheader... found
: checking for working makeinfo... missing
: checking whether to enable maintainer-specific portions of
: Makefiles... no
: checking host system type... i586-pc-linux-gnu
: 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 parse
: rs.
: 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 how to run the C preprocessor... gcc -E
: checking for AIX... no
: checking for gcc option to accept ANSI C... none needed
: checking for ranlib... ranlib
: checking whether gcc and cc understand -c and -o together... yes
: checking whether ln -s works... yes
: checking for flex... no
: checking for lex... no
: ./configure: flex: command not found
: checking for flex... lex
: checking for yywrap in -ll... no
: checking lex output file root... ./configure: lex: command not found
: configure: error: cannot find output from lex; giving up
: [root@mau php-4.0.3pl1]#
:
: 요겁니다.
: 마지막에 에러를 내면서 설치가 안되는데 도대체 이유를 모르겠어요..
: 추측되는 것도 없고...
: 염치없게 고수님들의 도움을 구합니다.
: 낼모레 복귀라서 빨리 답해주셔야 돼요..
: 너무너무 설치한뒤의 홈페이지가 뜨는 걸 보고 싶어요..
:
: 안 그러면 내년이나 이 글을 볼 수 있어서... ^^;
:
: 꾸벅~
:
: -리눅스에 목마른 어느 초보 군바리가...ㅁ
저도 잘은 모르는데요.. 말그대로 flex라는 실행 화일이
안갈려서 그런건 아닌지 심네요...
whereis flex 나 rpm -qa|grep flex 해서 없으면
rpm 다운 받어서 한번 깔아본 다음에 다시 설치 보는 것이
어떠할지 싶네요..
맞나....^^a