I tried that, but tahoe was still not running properly. I wanted to at least get some version of tahoe running, so I ran "sudo apt-get install tahoe-lafs". That got me a working version of tahoe, but it was a bit out of date, so I still wanted to get the latest.
I saw as I was the the install that it brought along a bunch of dependencies, I wondered if any of these would fix the version from source. Sure enough something had and I was able to run "python setup.py trial" for the latest version. Now that I had the latest version working as expected I wanted to clean up the old version so I ran "sudo apt-get remove tahoe-lafs". It looked like it removed a bunch of dependencies, so I figured it would have broken the latest version. I re-ran "python setup.py trial" and it still passed. All things said and done "bin/tahoe --version" now spits out: allmydata-tahoe: 1.10.0 foolscap: 0.6.3 pycryptopp: 0.6.0.1206569328141510525648634803928199668821045408958 zfec: 1.4.5 Twisted: 11.1.0 Nevow: 0.10.0 zope.interface: unknown python: 2.7.3 platform: Linux-Ubuntu_12.04-x86_64-64bit_ELF pyOpenSSL: 0.12 simplejson: 2.3.2 pycrypto: 2.4.1 pyasn1: unknown mock: 1.0.1 setuptools: 0.6c16dev4 Yeah! Looks good enough to me! On Fri, Aug 2, 2013 at 12:11 AM, Daira Hopwood < [email protected]> wrote: > On 30/07/13 01:03, Paul Rabahy wrote: > > Hey, > > > > I'm having some trouble getting tahoe to build/run on an Ubuntu box. I > followed the > > instructions on > https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/docs/quickstart.rst, > > but am now getting an error message. > > > > allmydata.PackagingError: > > ImportError: for requirement 'zfec >= 1.1.0': (<type > 'exceptions.ImportError'>, > > 'libpython2.7.so.1.0: cannot open shared object file: No such file or > directory', > > > ('/root/allmydata-tahoe-1.10.0/support/lib/python2.7/site-packages/zfec-1.4.7-py2.7-linux-x86_64.egg/zfec/__init__.py', > > 18, '<module>', 'from _fec import Encoder, Decoder, Error')) > > Try 'sudo apt-get install python-dev'. > > -- > Daira Hopwood ⚥ > >
_______________________________________________ tahoe-dev mailing list [email protected] https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
