summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar saironiq <saironiq@web>2013-04-14 12:04:36 +0000
committerGravatar admin <admin@branchable.com>2013-04-14 12:04:36 +0000
commit2d28568f4c789ccf28a237a9a077de2529e8b146 (patch)
tree0c00f7b4449fef6848113fa8f895c951d9d7882c
parentede31b81f7921156cc6c58807aa42f5321d87a66 (diff)
Added a comment
-rw-r--r--doc/bugs/The_assistant_hangs_forever/comment_2_427cf3b212d1fb47c68137cd28d9856d._comment17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/The_assistant_hangs_forever/comment_2_427cf3b212d1fb47c68137cd28d9856d._comment b/doc/bugs/The_assistant_hangs_forever/comment_2_427cf3b212d1fb47c68137cd28d9856d._comment
new file mode 100644
index 000000000..4934f7b79
--- /dev/null
+++ b/doc/bugs/The_assistant_hangs_forever/comment_2_427cf3b212d1fb47c68137cd28d9856d._comment
@@ -0,0 +1,17 @@
+[[!comment format=mdwn
+ username="saironiq"
+ ip="147.251.209.29"
+ subject="comment 2"
+ date="2013-04-14T12:04:36Z"
+ 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
+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.
+"""]]