I have downloaded the mod_gnutls version 0.5.4 , copied it into the debian source package , built the package and it seems that it runs. The only problem is that I do not now how to change the debian version. That is what I have done:
1. get the apxs package: aptitude install apache2-threaded-dev ( or apapche2-prefork-dev if you use a non threaded environment) 2. get the mod_gnutls source package cd /usr/src apt-get source libapache2-mod-gnutls 3 get the new mod-gnutls version. As a normal user: download http://www.outoforder.cc/downloads/mod_gnutls/mod_gnutls-0.5.4.tar.bz2 untar the file: tar -xvvf mod_gnutls-0.5.4.tar.bz2 4 copy the new version into source package: As a root user: cd /usr/src/mod-gnutls-0.5.2 cp -R /your/normal/user/directory/mod-gnutls-0.5.4/* . 5. build the package: dpkg-buildpackage -rfakeroot 6. install the package: cd .. dpkg -i libapache2-mod-gnutls_0.5.2-1_amd64.deb 7. enable module a2endmod gnutls 8. restart apache /etc/init.d/apache2 restart It works for me but at the moment i use only one secure server. Note. I use amd64 distribution of debian. If you use another distribution you must change amd64 by your distribution in 6. Regards: Pere -- Pere Nubiola Radigales Telf: +34 656316974 e-mail: pere.nubi...@gmail.com pnubi...@fsfe.org p...@nubiola.cat Abans de imprimir aquest correu pensa si et cal fer-ho. El medi-ambient es cosa de tots -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org