#20: Subversion: ignore a version controlled file on commit
For my project, I have several runtime configuration files that differs on each machine it's installed on. Each developer that works on the project needs to make changes to the conf file, but I don't want the developer-dependent, custom settings in their individual...
#14: Setting up trac under mod_wsgi returns NULL result error
When accessing the trac URI, a text/plain document is returned with Python errors, ending with
SystemError: NULL result without error in PyObject_Call
#13: Compiling mod_wsgi fails with relocation error
/usr/bin/ld: /usr/local/lib/python2.5/config/libpython2.5.a(node.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/python2.5/config/libpython2.5.a: could not read symbols: Bad...