Re: Solaris 9 / modssl-2.8.22-1.3.33 problems

Mads Toftum <[email protected]>
Newsgroups gmane.comp.apache.mod-ssl.user
Message-ID <20041217074009.GA10756@cr>
On Fri, Dec 17, 2004 at 12:59:42AM +0000, Steve Parker wrote:
> Summary:
> It seems from http://forum.sun.com/thread.jspa?threadID=18986&tstart=15 
> that this was a problem with 2.8.17,  fixed in 2.8.18 with a sed command 
> on line 244 of apache-1.3.33/src/modules/ssl/Makefile:
> 
> 242: ssl_expr_scan.c: ssl_expr_scan.l ssl_expr_parse.h
> 243:         flex -Pssl_expr_yy -s -B ssl_expr_scan.l
> 244:         sed -e '/$$Header:/d' <lex.ssl_expr_yy.c >ssl_expr_scan.c 
> && rm -f lex.ssl_expr_yy.c
> 
You shouldn't need to regenerate these files - most likely a timestamp
problem that results in make thinking that the lex/yacc files has been
updated later than the output .c and .h - simply touch the output files
to make sure they have a newer timestamp, then make won't try to 
regenerate.

vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [email protected]
Automated List Manager                            [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.