Chris Franz
unread,Jun 15, 2012, 10:24:49 PM6/15/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to s3...@googlegroups.com
New s3ql install on centos5.8. Installed the following according to the s3ql centos 64bit instructions:
apsw-3.7.12.1-r1
fuse-2.9.0
llfuse-0.37.1
sqlite-autoconf-3071300
s3ql-1.11.1
Note I installed gcc44 using "yum install gcc44 gcc44-c++ libstdc++44-devel" before building all of above
as default gcc 4.1.2 compiler threw multiple errors.
I got this to work before on centos6 and created an Amazon S3 bucket s3ql fs. Trying to
mount or even mkfs I get:
[root@hostname]# mount.s3ql s3://my-bucket /mnt
Traceback (most recent call last):
File "/usr/bin/mount.s3ql", line 9, in <module>
load_entry_point('s3ql==1.11.1', 'console_scripts', 'mount.s3ql')()
File "/usr/lib/python2.6/site-packages/distribute-0.6.27-py2.6.egg/pkg_resources.py", line 337, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.6/site-packages/distribute-0.6.27-py2.6.egg/pkg_resources.py", line 2307, in load_entry_point
return ep.load()
File "/usr/lib/python2.6/site-packages/distribute-0.6.27-py2.6.egg/pkg_resources.py", line 2017, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File "/usr/lib64/python2.6/site-packages/s3ql-1.11.1-py2.6-linux-x86_64.egg/s3ql/mount.py", line 10, in <module>
from . import fs, CURRENT_FS_REV
File "/usr/lib64/python2.6/site-packages/s3ql-1.11.1-py2.6-linux-x86_64.egg/s3ql/fs.py", line 12, in <module>
from .database import NoSuchRowError
File "/usr/lib64/python2.6/site-packages/s3ql-1.11.1-py2.6-linux-x86_64.egg/s3ql/database.py", line 20, in <module>
import apsw
ImportError: /usr/lib64/python2.6/site-packages/apsw.so: undefined symbol: sqlite3_uri_parameter
Any help would be appreciated.
Thanks, Chris