search for: cvssearch

Displaying 1 result from an estimated 1 matches for "cvssearch".

2006 Jan 13
2
Compiling xapian on Ubuntu Breezy
It's not hard to compile the normal xapian stuff but if you download svn it can be tricky to compile the complete release. 1) Get swig 1.3.26 or higher from swig.org. The Breezy packages are too old. The rest is only needed for cvssearch. 2) `apt-get install libdb4.1++-dev` 3) Download the recent pstream.h from pstreams.sf.net Replace cvssearch/db/pstream.h and cvssearch/map/process/pstream.h 4) I couldn't figure out where uint_to_string() came from so I rewrote it, and there was another typo in that same file. The...