I tried that, but tahoe was still not running properly.<div><br></div><div>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.</div>
<div><br></div><div>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.</div>
<div><br></div><div>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.</div>
<div><br></div><div>All things said and done "bin/tahoe --version" now spits out:</div><div><div>allmydata-tahoe: 1.10.0</div><div>foolscap: 0.6.3</div><div>pycryptopp: 0.6.0.1206569328141510525648634803928199668821045408958</div>
<div>zfec: 1.4.5</div><div>Twisted: 11.1.0</div><div>Nevow: 0.10.0</div><div>zope.interface: unknown</div><div>python: 2.7.3</div><div>platform: Linux-Ubuntu_12.04-x86_64-64bit_ELF</div><div>pyOpenSSL: 0.12</div><div>simplejson: 2.3.2</div>
<div>pycrypto: 2.4.1</div><div>pyasn1: unknown</div><div>mock: 1.0.1</div><div>setuptools: 0.6c16dev4</div><div><br></div><div>Yeah! Looks good enough to me!</div><br><div class="gmail_quote">On Fri, Aug 2, 2013 at 12:11 AM, Daira Hopwood <span dir="ltr"><<a href="mailto:davidsarah@leastauthority.com" target="_blank">davidsarah@leastauthority.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 30/07/13 01:03, Paul Rabahy wrote:<br>
> Hey,<br>
><br>
> I'm having some trouble getting tahoe to build/run on an Ubuntu box. I followed the<br>
> instructions on <a href="https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/docs/quickstart.rst" target="_blank">https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/docs/quickstart.rst</a>,<br>
> but am now getting an error message.<br>
><br>
</div><div class="im">> allmydata.PackagingError:<br>
> ImportError: for requirement 'zfec >= 1.1.0': (<type 'exceptions.ImportError'>,<br>
> 'libpython2.7.so.1.0: cannot open shared object file: No such file or directory',<br>
> ('/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',<br>
> 18, '<module>', 'from _fec import Encoder, Decoder, Error'))<br>
<br>
</div>Try 'sudo apt-get install python-dev'.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Daira Hopwood ⚥<br>
<br>
</font></span></blockquote></div><br></div>