Installing opentracker – A Torrent Tracker
by ac3bf1 on Dec.23, 2009, under Tutorials
Homepage: http://erdgeist.org/arts/software/opentracker/
If you get an error like this:
---------------------------- iffleydeb:~/opentracker/opentracker# make cc -o opentracker opentracker.o trackerlogic.o scan_urlencoded_query.o [...] /usr/bin/ld: cannot find -lz collect2: ld returned 1 exit status make: *** [opentracker] Error 1 -----------------------
Then run the following command
apt-get install libzip-dev libzip1

