diff options
author | saironiq <saironiq@web> | 2013-04-14 12:09:11 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-04-14 12:09:11 +0000 |
commit | 0b6b62f986285f9a352fe218773693b3a5f60fd3 (patch) | |
tree | d8375bac8d93020fab6490486e20674ae124c700 | |
parent | f84cf3f02295cbddb3fb32b743cfd69a11b3e770 (diff) |
Added a comment
-rw-r--r-- | doc/bugs/The_assistant_hangs_forever/comment_2_a2950cf91b8a4e4f2951f5522ef0e9c4._comment | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/The_assistant_hangs_forever/comment_2_a2950cf91b8a4e4f2951f5522ef0e9c4._comment b/doc/bugs/The_assistant_hangs_forever/comment_2_a2950cf91b8a4e4f2951f5522ef0e9c4._comment new file mode 100644 index 000000000..90b93f0bb --- /dev/null +++ b/doc/bugs/The_assistant_hangs_forever/comment_2_a2950cf91b8a4e4f2951f5522ef0e9c4._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="saironiq" + ip="147.251.209.29" + subject="comment 2" + date="2013-04-14T12:09:11Z" + content=""" +Not sure if this is the real reason, but I get a bunch of + +>curl: symbol lookup error: /usr/lib/libssl.so.1.0.0: undefined symbol: EVP_idea_cbc + +errors in the git-annex log. Running nm on the lib produces the following: + +>$ nm /usr/lib/libssl.so.1.0.0 | grep EVP_idea_cbc<br> +> U EVP_idea_cbc + +...where \"U\" means undefined. I think the reason 64-bit does not work is that there is no curl (and lsof) binaries and libs included. + +"""]] |