Hola Roberto, fijate si tienes isntalado el paquete FLEX en tu server. Este paquete es necesario para que puedas instalar PHP en LINUX.
# rpm -qa | grep flex ---------(en Red Hat) En caso de no tenerlo, tendras que instalarlo desde uno de los CD de tu sitribucion de Linux que estas usando. Luego vuelves a correr el instalador de PHP. # rpm -ivh flex-x.x.x Suerte! --- Roberto Celis <[EMAIL PROTECTED]> wrote: > Estimados amigos, una consulta, estoy tratando de > instalar el PHP y me sale > este error, ayudas por favor... > > Saludos cordiales > > [EMAIL PROTECTED] php-5.2.1]# ./configure > --prefix=/usr/local/php5 > --with-mysql=/usr/local/mysql \ > > make > loading 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... > /bin/sed > checking host system type... Invalid configuration > `make': machine `make' > not recognized > > checking target system type... Invalid configuration > `make': machine `make' > not recognized > > 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,... yes > 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... 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 > > _______________________________________________ > Lista de correo Linux-plug > Temática: Discusión general sobre Linux > Peruvian Linux User Group (http://www.linux.org.pe) > > Participa suscribiéndote y escribiendo a: > [email protected] > Para darte de alta, de baja o hacer ajustes a tu > suscripción visita: > http://www.linux.org.pe/cgi-bin/mailman/listinfo/linux-plug > > IMPORTANTE: Reglas y recomendaciones > http://www.linux.org.pe/listas/reglas.php > http://www.linux.org.pe/listas/comportamiento.php > http://www.linux.org.pe/listas/recomendaciones.php > Atte, ________________________ MARLON LEANDRO RAMIREZ System Administrator/Database Developer Telef. (511)257-2482 Cel. (511)9282-8166 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Lista de correo Linux-plug Temática: Discusión general sobre Linux Peruvian Linux User Group (http://www.linux.org.pe) Participa suscribiéndote y escribiendo a: [email protected] Para darte de alta, de baja o hacer ajustes a tu suscripción visita: http://www.linux.org.pe/cgi-bin/mailman/listinfo/linux-plug IMPORTANTE: Reglas y recomendaciones http://www.linux.org.pe/listas/reglas.php http://www.linux.org.pe/listas/comportamiento.php http://www.linux.org.pe/listas/recomendaciones.php
