[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Compiling Exim 4.20 from source and making a deb package



> I need to compile exim 4.20 on a woody box and create
> a deb package to deploy to other mail servers.
> 
> Any ideas on how to do this without breaking apt-get
> or dpkg or causing dependency problems ?>

Add this to your sources.list:
deb-src http://http.us.debian.org/debian unstable main contrib non-free

On a woody machine, do the following:
apt-get build-dep exim4
apt-get source exim4
cd exim4-<version>
fakeroot debuild -us -uc

(If you're doing this as root, you don't need to do the fakeroot bit.)

With some luck it will build and you'll be good to go.  If not, there are
usually easy workarounds.

Take care,
     Dale
-- 
Dale E. Martin, Clifton Labs, Inc.
Senior Computer Engineer
dmartin@cliftonlabs.com
http://www.cliftonlabs.com
pgp key available



Reply to: