HP-UX
1753516 회원
5302 온라인
108795 솔루션
새 메시지

php설치시 flex version (추가요)

 
권규용
정기 조언자

php설치시 flex version (추가요)

--아래와같이 configure하면

./configure --with-mysql=/usr/local/mysql --with-apache=/usr/local/httpd-2.2.4 \

--enable-sigchild --disable-debug --enable-track-vars=yes --with-xml

creating cache ./config.cache

checking for Cygwin environment... no

checking for mingw32 environment... no

checking for egrep... grep -E

checking for a sed that does not truncate output... /usr/bin/sed

checking host system type... hppa2.0w-hp-hpux11.23

checking target system type... hppa2.0w-hp-hpux11.23

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 icc... no

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 whether ln -s works... yes

checking if compiler supports -R... no

checking if compiler supports -Wl,-rpath,... no

checking for re2c... no

configure: warning: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers.

checking for gawk... no

checking for nawk... no

checking for awk... awk

checking if awk is broken... no

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... yes

checking lex output file root... lex.yy

checking whether yytext is a pointer... no

checking for working const... yes

checking for flex version...



여기서 멈춰있습니다..

어케 된것인지요..쩝..





4 응답 4
양계전
초등학생

php설치시 flex version (추가요)

flex는 설치가 되어있는지요?



swlist |grep -i flex



설치가 되어있질 않는다면



http://hpux.connect.org.uk/hppd/hpux/Gnu/flex-2.5.4a/



여기서 다운받아서



설치해보세요~
권규용
정기 조언자

php설치시 flex version (추가요)

안녕하세요.

양계전님..

많은 도움 주셔서 진심으로 감사드립니다.



flex가 없더군요..설치는 했습니다.

근데 flex가 뭐죠?



그리고요 설치 후 php configure를 했으나 역시

checking for flex version.. 부분에서 멈춰있습니다...

에고....

혹시나해서 bison도 설치했습니다.

그리고 php를 configure했더니 그래도 그러네요..

checking for flex version.. 부분에서 멈춰있습니다...



부탁드립니다...-,.-;;
양계전
초등학생

php설치시 flex version (추가요)

난해 하군요....



flex가 Build-time dependencies 걸려있는게 make도 있는데



make 랑은 별 상관 없을거 같고요...



php 버전이 어떻게 되요?



rx머신에는 컴파일을 아직 테스트를 해보지 않아 저도 좀 헷깔리네요...
권규용
정기 조언자

php설치시 flex version (추가요)

hp-ux 11.23 (PA) 입니다.

#model

9000/800/N4000-44

입니다.

그리고 php-5.2.2 입니다.

php site에서 down받았는데 한국 site는 php-5.2.2.tar.tar로 되어있어

받아 서버에 올려 풀려면

#tar xvf php-5.2.2.tar.tar

directory checksum error

라고 나옵니다..

그래서 America site에서 받은 php-5.2.2.tar.gz으로 작업하고

있던거죠..



에고 별거 아닌데..여기서부터 걸리니...쩝입니다.