On Tue, May 02, 2000, Paul-Hus Diane wrote:
> Since I change mod_sll to 2.6.4 , I am not able to compile Apache 1.3.12 on
> BSDI 4.1
> When I do make I am getting:
> flex -Pssl_expr_yy _S _B ssl_expr_scan.l
> flex: not found
> Error code 1
>
> Can somebody tell me what is this flex and what is it referring to ?
> I redo the Apache compile with mod_ssl 2.6.3 and I had no problem.
Flex is the GNU Fast Lexical Analyser, a variant of the old Unix "lex"
command. But this command should be never run for end-users like you.
Seems like your file modification times are corrupted. Extract the
sources again or do a simple "touch ssl_expr_scan.c ssl_expr_parse.c
ssl_expr_parse.h".
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]