Ciao a tutti, premesso che di linux & co. ne so praticamente nulla sto cercando di installare il php su una Mandrake 10.1
Apache 2.54 è installato e funziona mentre quando provo ad installare php (seguendo le istruzioni del file install) mi esce il seguente errore:
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for re2c... exit 0;
checking whether ln -s works... yes
checking for mawk... no
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 parsers.
checking for flex... lex
checking for yywrap in -ll... no
checking lex output file root... ./configure: line 2422: lex: command not found
configure: error: cannot find output from lex; giving up
dopo aver dato il comando:
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
a cosa è dovuto??
Grazie