Not sure if it's worth updating the wiki for this but here is the full list of prerequisites for installing s3ql from source on a fresh install of the latest version of Ubuntu Server (17.04).

$ sudo apt install gcc libsqlite3-dev sqlite3 psmisc python3.6 \
python3.6-dev python3-apsw python3-crypto python3-cxx-dev \
python3-defusedxml python3-dugong python3-llfuse python3-pytest \
python3-pytest-catchlog python3-setuptools python3-systemd \
python3-requests python3-setuptools

From there, installing according to Nikolaus' instructions works fine:

$ python3 setup.py build_ext --inplace
$ python3 -m pytest tests/
$ sudo python3 setup.py install

As far as I can see, installing on 16.04 LTS should simply be a matter of changing python3.6 to python3.5 but I've not tested this.

Hope this saves someone some time (or even me next time I have to do it).

Regards
Cliff.

--
Cliff Stanford
London:    +44 20 0222 1666               Swansea: +44 1792 469666
Spain:     +34  603 777 666               Estonia: +372  5308 9666
UK Mobile: +44 7973 616 666

--
You received this message because you are subscribed to the Google Groups 
"s3ql" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to