DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8000>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8000

Install documentation should mention flex requirement for mod_ssl

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-04-12 15:49 -------
There is no such requirement.  If you have a broken tar which does not maintain 
file 
timestamps, or if you copied the unpacked distribution without maintaining the 
timestamps, 
then make might think it needs to rebuild these files.  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.

Reply via email to