David Hrbáč napsal(a): > Hi, > I have made it for C4 where it's a little bit complicated. RPMS are here: > http://fs12.vsb.cz/hrb33/el4/hrb/testing/i386/RPMS/mod_gnutls-0.2.0-1.el4.hrb.i386.rpm > http://fs12.vsb.cz/hrb33/el4/hrb/testing/i386/RPMS/gnutls-1.4.1-2.el4.hrb.i386.rpm > http://fs12.vsb.cz/hrb33/el4/hrb/testing/i386/RPMS/gnutls-utils-1.4.1-2.el4.hrb.i386.rpm > http://fs12.vsb.cz/hrb33/el4/hrb/testing/i386/RPMS/gnutls-devel-1.4.1-2.el4.hrb.i386.rpm > http://fs12.vsb.cz/hrb33/el4/hrb/testing/i386/RPMS/libgcrypt-1.2.3-1.el4.hrb.i386.rpm > http://fs12.vsb.cz/hrb33/el4/hrb/testing/i386/RPMS/libgcrypt-devel-1.2.3-1.el4.hrb.i386.rpm > > http://fs12.vsb.cz/hrb33/el4/hrb/testing/x86_64/RPMS/mod_gnutls-0.2.0-1.el4.hrb.x86_64.rpm > http://fs12.vsb.cz/hrb33/el4/hrb/testing/x86_64/RPMS/gnutls-1.4.1-2.el4.hrb.x86_64.rpm > http://fs12.vsb.cz/hrb33/el4/hrb/testing/x86_64/RPMS/gnutls-utils-1.4.1-2.el4.hrb.x86_64.rpm > http://fs12.vsb.cz/hrb33/el4/hrb/testing/x86_64/RPMS/gnutls-devel-1.4.1-2.el4.hrb.x86_64.rpm > http://fs12.vsb.cz/hrb33/el4/hrb/testing/x86_64/RPMS/libgcrypt-1.2.3-1.el4.hrb.x86_64.rpm > http://fs12.vsb.cz/hrb33/el4/hrb/testing/x86_64/RPMS/libgcrypt-devel-1.2.3-1.el4.hrb.x86_64.rpm > > Repo page is here http://www.hrbac.cz/repository.htm > > Please give it a try. Any feedback is appreciated. > > Johnny, maybe you could also create apr_memcache on C5. I'm not going to > create it for C4, as for now, as it requires apr >= 0.9.6 apr-util >= > 0.9.7. These packages are required by much more rpms then gnutls. >
Hi, there's a new version of mod_gnutls resolving libmod_gnutls. Now build nod_gnutls. Our production test shows it works smoothly. Download mod_gnutls-0.2.0-2.el4.hrb.i386.rpm from repository above. Johnny, please patch C5 spec file this way: @@ -32,6 +32,7 @@ [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_libdir}/httpd/modules install -m755 src/.libs/lib%{name}.so $RPM_BUILD_ROOT%{_libdir}/httpd/modules +%{__mv} $RPM_BUILD_ROOT%{_libdir}/httpd/modules/lib%{name}.so $RPM_BUILD_ROOT%{_libdir}/httpd/modules/%{name}.so # Install the config file and the rsa and dh keys mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d Regards, David
--- /misc/mod_gnutls.spec 2007-08-13 07:46:01.000000000 +0200 +++ mod_gnutls.spec 2007-08-17 11:07:15.000000000 +0200 @@ -32,6 +32,7 @@ [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_libdir}/httpd/modules install -m755 src/.libs/lib%{name}.so $RPM_BUILD_ROOT%{_libdir}/httpd/modules +%{__mv} $RPM_BUILD_ROOT%{_libdir}/httpd/modules/lib%{name}.so $RPM_BUILD_ROOT%{_libdir}/httpd/modules/%{name}.so # Install the config file and the rsa and dh keys mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos