On Thu, 11 Apr 2002, paul priestman wrote:

> flex -Pssl_expr_yy -s -B
> /home/user/jwoodman/apache/httpd-2.0.35/modules/ssl/ssl_expr_scan.l
> sh: flex: not found
> *** Error code 1


I *wish* I could figure out why it is that mod_ssl feels the need to
regenerate the scanner and parser sometimes.  It happens to me every now
and then but I haven't pinned down the cause.  Best guess is that you did
a copy of the files without preserving the timestamps?  Anyway, we
distribute the generated files... you already have them, you just need to
update the timestamps on them so that you can convince make they're not
out-of-date.  Do this:

cd httpd-2.0/modules/ssl
touch ssl_expr_scan.c
touch ssl_expr_parse.c
touch ssl_expr_parse.h

Then it should work fine.

--Cliff

--------------------------------------------------------------
   Cliff Woolley
   [EMAIL PROTECTED]
   Apache HTTP Server Project


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to