Ralf posted the solution to this a while back:

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".
 

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Paul
> Sent: Thursday, May 18, 2000 10:17 AM
> To: [EMAIL PROTECTED]
> Subject: Re: What/where is 'flex'??
> 
> 
> --- [EMAIL PROTECTED] wrote:
> >   I am getting the following error when trying to add mod_ssl support
> > to Apache:
> > 
> >         flex -Pssl_expr_yy -s -B ssl_expr_scan.l
> > Make: Cannot load flex.  Stop.
> > 
> >   What is 'flex' and why do I need it? I am compiling on HP-UX 10.20
> > with Apache 1.3.12, openssl 0.9.4 and mod_ssl 2.6.2-1.3.12. any help
> > would be appreciated.
> 
> I had the same problem, Mike.
> 
> flex is a lexical scanner from GNU, like lex, but I found itmuch easier
> to just download and install it than to try and figure out a
> conversion.
> 
> Check out
> http://toolbox.sgi.com/TasteOfDT/public/freeware1.0/fw_GNUflex/GNU
> flex.html
> 
> Paul
> ----
> "A foolish consistency is the hobgoblin of little minds." -- Emerson
> 
> __________________________________________________
> Do You Yahoo!?
> Send instant messages & get email alerts with Yahoo! Messenger.
> http://im.yahoo.com/
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]
> 
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to