Last modified 5 years ago
Last modified on Oct 14, 2006 4:56:56 PM
Installing Trac on Slackware 10
WARNING: the versions discussed in this page are way out-dated. Start by reading the generic TracInstall instructions.
This will install a 1.1.0 subversion server without db backend (only use fsfs)
howto
- Dont install apache-*.tgz that come with Slackware
- Download last Apache version from httpd.apache.org
- Compiling Apache 2.0.52 with default path (/usr/local/apache2)
- Compile and install SWIG (http://swig.sourceforge.net/) version 1.3.21
- DONT USE 1.3.22
- Download subversion 1.1.0 from subversion.tigris.org
- Configure / compile / install
#./configure --disable-mod-activation --enable-swig-bindings=python \ --with-apr=/usr/local/apache2/bin/apr-config --with-apr-util=/usr/local/apache2/bin/apu-config \ --with-apxs=/usr/local/apache2/bin/apxs --without-berkeley-db --with-zlib --with-swig=/usr/local # make # make install # make swig-py # make install-swig-py
- download/compile/install : sqlite sqlite-2.8.15.tar.gz (http://www.sqlite.org/)
- download/compile/install : SilverCity-0.9.5.tar.gz (http://silvercity.sourceforge.net/)
- download/compile/install : clearsilver-0.9.7.tar.gz (http://www.clearsilver.net)
- download/compile/install : pysqlite-1.0.tar.gz (http://pysqlite.org/)
- finish the procedure for trac installation
- You need to run ldconfig
- Ensure that svn-python/svn, svn-python/libsvn, and neo_cgi.so are copied or symlinked in /usr/lib/python/site-packages/
- should work else edit this wiki page and add more information


