URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID8
Нить номер: 3546
[ Назад ]

Исходное сообщение
"пересборка php, для подключения к mssql"

Отправлено dimon74 , 26-Авг-05 17:02 
Не могу собрать php.
Выдает ошибку при configure

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

Все телодвижения из-за необходимости использовать mssql из-под php
для чего нужно пересобирать php с подключенным FreeTDS...


Содержание

Сообщения в этом обсуждении
"пересборка php, для подключения к mssql"
Отправлено Simps , 26-Авг-05 17:07 
>Не могу собрать php.
>Выдает ошибку при configure
>
>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
>
>Все телодвижения из-за необходимости использовать mssql из-под php
>для чего нужно пересобирать php с подключенным FreeTDS...

lex: command not found


"пересборка php, для подключения к mssql"
Отправлено gr , 27-Авг-05 01:28 
>Не могу собрать php.
>Выдает ошибку при configure
>
>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
>
>Все телодвижения из-за необходимости использовать mssql из-под php
>для чего нужно пересобирать php с подключенным FreeTDS...
>>>>>>>>>>>>
configure: warning: You will need bison if you want to regenerate the
>PHP parsers.

Поставь бизона - www.rpmfind.net -> bison

предполагается что линух - в бсде он бы спросил при сборке


"пересборка php, для подключения к mssql"
Отправлено HellBlaZe , 24-Окт-05 11:18 
bison не лечит :) результ тот же

checking host system type... i686-pc-linux-gnu
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 whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
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 gawk... gawk
checking for bison... bison -y
checking bison version... 1.875 (ok)
checking for flex... lex
checking for yywrap in -ll... no
checking lex output file root... ./configure: line 2425: lex: command not found
configure: error: cannot find output from lex; giving up