"Manuel J. Galan" wrote:
> 
> Magnus Stenman wrote:
> >
> > Alex de Joode at replay.com has now moved the
> > mod_ssl 2.2.0 RPMs to their correct place:
> >
> > ftp://ftp.replay.com/pub/replay/incoming
> >
> > /magnus
> 
> Thank you Magnus.
> 
> I only will suggest you to upload it on the contrib area
> of ftp.engelschall.com

I hate to follow myself, but the attached patch for RPM spec
file is needed (otherwise apxs compilation fails miserably...)

It happened to me on rebuilding mod_roaming.

BTW mod_roaming inserts itself into httpd.conf withing SSL defines and
has to be moved out by hand... :(
--- apache-mod_ssl.spec.old     Wed Jan 27 20:23:06 1999
+++ apache-mod_ssl.spec Thu Jan 28 12:46:05 1999
@@ -6,7 +6,7 @@
 # Serial number taken from APACHE_RELEASE definition in src/include/httpd.h
 # Update serial number when the Apache version is changed.
 Serial: 10304100
-Release: 0
+Release: 1
 Group: Networking/Daemons
 Source0: ftp://ftp.apache.org/apache/dist/apache_%{apversion}.tar.gz
 Source1: 
http://www.engelschall.com/sw/mod_ssl/mod_ssl-%{modversion}-%{apversion}.tar.gz
@@ -120,7 +120,7 @@
 
 
 %files
-%defattr( - ,root,root)
+%defattr(644 root root 755)
 %attr(755,root,root)  %dir /etc/httpd
 %attr(755,root,root)  %dir /etc/httpd/conf
 %attr( - ,root,root)  %config /etc/httpd/conf/ssl.crt
@@ -149,6 +149,7 @@
 %attr( - ,root,root)  /home/httpd/htdocs/manual
 
 %attr( - ,root,root)  /usr/lib/apache
+%attr( - ,root,root)  /usr/include
 %attr( - ,root,root)  /usr/man/*
 %attr( - ,root,root)  /usr/sbin
 %attr( - ,root,root)  /usr/bin

Reply via email to