You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/04/12 17:49:39 UTC

DO NOT REPLY [Bug 8000] - Install documentation should mention flex requirement for mod_ssl

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

jwoolley@apache.org changed:

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



------- Additional Comments From jwoolley@apache.org  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.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org