초보입니다. 도와주세요~!!! ^^;;
mysql설치하고, apache 환경설정 해주고... 여기까진 진행완료.
php 환경설정시 에러입니다.
./configure --prefix=/usr --with-config-file-path=/etc --disable-debug
--enable-pic --enable-shared -enable-inline-optimization
--with-apache=../apache_1.3.14 --with-exec-dir=/usr/bin
--with-regex=system --with-gettext --with-gd=shared
--with-jpeg-dir=/usr --with-png --with-zlib --with-db2 --with-db3
--with-gdbm -enable-debugger --enable-magic-quotes --enable-safe-mode
--enable-sysvsem --enable-sysvshm --enable-track-vars --enable-yp
--enable-ftp --with-mysql=/usr/local/mysql --without-oracle
--without-oci8 --with-openssl --with-sml --with-ldap
이케...명령했는데...
진행이 조금 되다가,,,,
checking ...............
...........................
./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
이런 메시지가 뜹니다.
그후, 명령어를 축약해서(아래같이)...몇번 거듭했는데도, 같은 에러메시지가 뜹니다.
./configure --prefix=/usr --with-config-file-path=/etc --disable-debug
--enable-pic --enable-shared -enable-inline-optimization
--with-apache=../apache_1.3.14 --with-regex=system --enable-debugger
--enable-magic-quotes --enable-sysvsem --enable-sysvshm --enable-track-vars
--enable-yp --with-mysql=/usr/local/mysql --with-xml
해결법을 아시는분...답변 부탁드립니다. 꾸벅~--하하.^O^