Changes between Version 21 and Version 22 of Email2tracInstallation


Ignore:
Timestamp:
02/13/08 14:01:15 (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Email2tracInstallation

    v21 v22  
    4949rpmbuild -ba email2trac.spec
    5050}}}
    51  * RPM package instructions incomplete. The above didn't work for me, I had to do the following (as root or using sudo). You can set the TRAC_USER and MTA_USER values by editing lines 37 and 51 of configure.in and re-tarring the tar file before copying it to the SOURCES directory. There may be a better way but I can't find it. - Tolan Blundell slight_ at hotmail dot com.
     51 * RPM package instructions seem incomplete. The above didn't work for me, I had to do the following (as root or using sudo). There may be an alternative way of setting TRAC_USER and MTA_USER than the one below but I couldn't find it. It's a shame it doesn't pull it from the config file. - Tolan Blundell slight_ at hotmail dot com.
    5252{{{
    5353tar zxvf email2trac.tar.gz
    54 // Edit email2trac-0.13/email2trac.spec and change the 3rd line from "Version: 0.13.0" to "Version: 0.13"
    55 cp -R email2trac-0.13/ /usr/src/redhat/SOURCES
     54rm email2trac.tar.gz
     55// Edit lines 37 and 51 of configure.in to alter the TRAC_USER and MTA_USER variables.
     56mv  email2trac-0.13  email2trac-0.13.0
     57tar zcvf email2trac.tar.gz  email2trac-0.13.0
     58cp -R email2trac-0.13.0/ /usr/src/redhat/SOURCES
    5659cp -R email2trac.tar.gz /usr/src/redhat/SOURCES
    5760cd /usr/src/redhat/SOURCES