[Pkg-exim4-users] building domainkeys into Exim 4.63 on Etch
mark david mcCreary
mdm at one-man-isp.com
Sat Jul 14 14:03:03 UTC 2007
This used to work, and may still work.
wget
http://www.kibibyte.se/download/debian/libdomainkeys0_0.68-1_i386.deb
wget
http://www.kibibyte.se/download/debian/libdomainkeys0-dev_0.68-1_i386.deb
dpkg -i /usr/local/src/libdomainkeys0_0.68-1_i386.deb
dpkg -i /usr/local/src/libdomainkeys0-dev_0.68-1_i386.deb
But I think I need to get to something like this for the future
echo "deb ftp://ftp.kibibyte.se/debian/ etch main contrib non-free"
>>/etc/apt/sources.list
aptitude --assume-yes update
aptitude --assume-yes upgrade
aptitude --assume-yes --without-recommends install libdomainkeys0
aptitude --assume-yes --without-recommends install libdomainkeys0-dev
However the above does not work for me and I don't know enough to debug
it.
Would Magnus or somebody please post a correction.
Thank you very much.
mark
More information about the Pkg-exim4-users
mailing list