[[ShowPath]] = Install = =First get the latest stable source of the package from: * ftp://ftp.sara.nl/pub/outgoing/email2trac.tar.gz Then unpack the package. There are 3 methods to build the package: * No package manager, builds default for /usr/local {{{ ./configure (see --help) default values for: prefix=/usr/local --> --prefix= exec_prefix=$prefix/bin --> --exec_prefix= sysconfdir=$prefix/etc --> --sysconfdir= MTA_USER=nobody --> --with-mta_user= TRAC_USER=www-data --> --with-trac_user= make make install }}} * Debian package: {{{ debian/rules binary dpkg -i ../email2trac_.deb }}} * RPM package {{{ cp email2trac.tar.gz /usr/src/redhat/SOURCES rpmbuild -ba email2trac.spec }}}