<div>Thanks Soren, that did the trick!!<br><br><div class="gmail_quote">On Mon, Jan 2, 2012 at 4:50 AM, Soren Hansen <span dir="ltr"><<a href="mailto:soren@linux2go.dk">soren@linux2go.dk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
2011/12/30 John Griffith <<a href="mailto:john.griffith@solidfire.com">john.griffith@solidfire.com</a>>:<br>
<div class="im">> Oops, sorry about that.  Forgot to check it in the venv, which reveals the<br>
> issue:<br>
><br>
>  % tools/with_venv.sh<br>
> jdg@grumpy ~/Projects/OpenStack/nova<br>
>  % python<br>
> Python 2.7.2+ (default, Oct  4 2011, 20:06:09)<br>
> [GCC 4.6.1] on linux2<br>
> Type "help", "copyright", "credits" or "license" for more information.<br>
>>>> import M2Crypto<br>
> Traceback (most recent call last):<br>
>   File "<stdin>", line 1, in <module><br>
>   File "/usr/local/lib/python2.7/dist-packages/M2Crypto/__init__.py", line<br>
> 22, in <module><br>
>     import __m2crypto<br>
> ImportError: /usr/local/lib/python2.7/dist-packages/M2Crypto/__m2crypto.so:<br>
> undefined symbol: SSLv2_method<br>
>>>><br>
<br>
</div>Ah, yes. That's because M2Crypto hasn't kept up wit the removal of<br>
SSLv2 from OpenSSL.<br>
<br>
It's fixed in the Ubuntu packages, so if you remove the M2Crypto line<br>
from pip-requires and put this instead:<br>
<br>
-e bzr+<a href="http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/m2crypto/precise/#egg=M2Crypto" target="_blank">http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/m2crypto/precise/#egg=M2Crypto</a><br>

<br>
You should be fine. (Yes, the line in pip-requires should start with<br>
"-e")<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Soren Hansen        | <a href="http://linux2go.dk/" target="_blank">http://linux2go.dk/</a><br>
Ubuntu Developer    | <a href="http://www.ubuntu.com/" target="_blank">http://www.ubuntu.com/</a><br>
OpenStack Developer | <a href="http://www.openstack.org/" target="_blank">http://www.openstack.org/</a><br>
</font></span></blockquote></div><br></div>