There must be some simple explanation, but this is very annoying as 'cvs up' in httpd-2.0 keeps on colliding at these files:

M modules/ssl/ssl_expr_parse.c
M modules/ssl/ssl_expr_parse.h
M modules/ssl/ssl_expr_scan.c

I never touch anything under httpd-2.0/modules/ssl. But the build process messes up with them. Am I the only one having this problem? I build with:

make distclean
./buildconf
CFLAGS="-DAP_UNSAFE_ERROR_LOG_UNESCAPED" ./configure --prefix=/home/stas/httpd/worker \
--with-mpm=worker \
--enable-maintainer-mode \
--enable-so --enable-shared \
--enable-auth-anon --enable-maintainer-mode \
--enable-auth-dbm --enable-auth-db --enable-auth-digest \
--enable-file-cache --enable-echo --enable-cache \
--enable-mime-magic --enable-usertrack --enable-vhost-alias \
--enable-cern-meta --enable-expires --enable-headers \
--enable-unique-id --enable-proxy --enable-proxy-connect \
--enable-proxy-ftp --enable-proxy-http --enable-dav \
--enable-suexec --enable-cgi --enable-dav-fs \
--enable-rewrite --enable-info --enable-deflate \
--enable-ssl --with-ssl=/usr/include/


make && make install

Similarly build/PrintPath seems to be modified. That doesn't sound right. If thinds are generated they shouldn't be under cvs control.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to