Thanks for that.
When i did this install, i didn't get an error until ran s3ql.


Traceback (most recent call last):
  File "/usr/local/bin/mount.s3ql", line 9, in <module>
    load_entry_point('s3ql==2.15', 'console_scripts', 'mount.s3ql')()
  File "/usr/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 
521, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 
2632, in load_entry_point
    return ep.load()
  File "/usr/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 
2312, in load
    return self.resolve()
  File "/usr/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 
2318, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File 
"/usr/local/lib64/python3.4/site-packages/s3ql-2.15-py3.4-linux-x86_64.egg/s3ql/mount.py",
 
line 10, in <module>
  File 
"/usr/local/lib64/python3.4/site-packages/s3ql-2.15-py3.4-linux-x86_64.egg/s3ql/fs.py",
 
line 10, in <module>
  File 
"/usr/local/lib64/python3.4/site-packages/s3ql-2.15-py3.4-linux-x86_64.egg/s3ql/deltadump.py",
 
line 7, in <module>
  File 
"/usr/local/lib64/python3.4/site-packages/s3ql-2.15-py3.4-linux-x86_64.egg/s3ql/deltadump.py",
 
line 6, in __bootstrap__
  File "src/s3ql/deltadump.pyx", line 80, in init s3ql.deltadump 
(src/s3ql/deltadump.c:8447)
    import apsw
ImportError: /usr/local/lib64/python3.4/site-packages/apsw.cpython-34m.so: 
undefined symbol: sqlite3_status64


I saw you respond to someone else saying that that can mean a mismatch in 
sqlite versions in the compiled components.

Are you able to point me in the right direction?

On Thursday, October 1, 2015 at 7:20:14 AM UTC+13, Nikolaus Rath wrote:
>
> On Sep 29 2015, Jamie Nelson <[email protected] <javascript:>> wrote: 
> > easy_install -H *.python.org argparse 
> > easy_install -H *.python.org pycryptopp 
> > easy_install -H *.python.org pyliblzma 
> > easy_install -H *.python.org Sphinx 
>
> You shouldln't need these four. 1+3 are included in Python 3, 2 is not 
> used by S3QL, 4 is only required when re-building the documentation. 
>
>
> > wget <http://sqlite.org/2015/sqlite-amalgamation-3081101.zip> 
> > <http://sqlite.org/2015/sqlite-amalgamation-3081101.zip>http: 
> > //sqlite.org/2015/sqlite-autoconf-3081101.tar.gz 
> > tar zxfv sqlite-autoconf-3081101.tar.gz 
> > cd sqlite-amalgamation-3081101 
> > ./configure 
> > make 
> > sudo make install 
> > sudo ldconfig 
> > cd .. 
>
> You already installed SQLite above (with yum install sqlite 
> sqlite-devel), either the Yum install or this one is not needed. 
>
> > wget <https://github.com/s3ql/main/archive/master.zip>https: 
> > //github.com/s3ql/main/archive/master.zip 
> > unzip master.zip 
> > rm -f master.zip 
> > cd main-master 
> > cd .. 
>
> That's not necessary (note that you're not doing anything here). 
>
>
> 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