Trac + RHEL = pain, but this might help.
sudo up2date gcc
sudo up2date gcc-c++
python 2.4.2
./configure
make
make install
swig 1.3.27
./configure --with-python=/usr/local/bin/python
make
sudo make install
sqlite 3.2.8
./configure --disable-tcl
make
sudo make install
sudo /sbin/ldconfig
pysqlite 2.0.5
python setup.py build
python setup.py install
clearsilver 0.9.14
./configure
make
sudo make install
cd python
python setup.py build
sudo python setup.py install
subversion 1.3.0
./configure PYTHON=/usr/local/bin/python(I don’t understand this flag either, but that’s what the docs said to do)
make
sudo make install
make swig-py
sudo make install-swig-py
0 Responses to “How to install Trac on RHEL 3”
Leave a Reply