Hello,
I want to install S3QL in my CentOS 6.5 (64bit) box. For that I did: install Python3.4.1 (from source) install setuptools (using pip3.4) install PyCrypto (using pip3.4) install defusedxml (using pip3.4) install sqlite 3.8.5 from source install apsw (using setup.py) install llfuse (using pip3.4) install dudong (using pip3.4) Downloaded s3ql-2.10.1, and this is the result: # python3.4 runtests.py tests =========================================================================================== test session starts =========================================================================================== platform linux -- Python 3.4.1 -- py-1.4.22 -- pytest-2.5.2 -- /usr/local/bin/python3.4 collecting 440 items / 1 errors ================================================================================================= ERRORS ================================================================================================== ____________________________________________________________________________________ ERROR collecting tests/t1_dump.py ____________________________________________________________________________________ tests/t1_dump.py:16: in <module> from s3ql import deltadump E ImportError: /root/temp/s3ql-2.10.1/src/s3ql/deltadump.cpython-34m.so: undefined symbol: sqlite3_compileoption_get !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ========================================================================================= 1 error in 2.12 seconds ========================================================================================= I assume that sqlite is not being found... But how to tell the location? Thanks -- 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 s3ql+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.