On 08/02/2014 08:13 PM, Alexandre Goncalves wrote:
> 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)
[...]
> /root/temp/s3ql-2.10.1/src/s3ql/deltadump.cpython-34m.so: undefined
> symbol: sqlite3_compileoption_get

Are you sure that you compiled both apsw and s3ql against the sqlite
3.8.5 library that you installed, rather than some other version that
may already be present on your system?

Try to run 'ldd
/root/temp/s3ql-2.10.1/src/s3ql/deltadump.cpython-34m.so' and 'ldd
/wherever/it/is/apsw.cpython-34m.so'.


Best,
-Nikolaus

-- 
GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F
Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

             »Time flies like an arrow, fruit flies like a Banana.«

-- 
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