From 3b0e1aed3846b56c33c9ae4f6fc2e9e8e19353c0 Mon Sep 17 00:00:00 2001 From: saironiq Date: Sun, 14 Apr 2013 12:05:24 +0000 Subject: [PATCH] removed --- ..._2_427cf3b212d1fb47c68137cd28d9856d._comment | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 doc/bugs/The_assistant_hangs_forever/comment_2_427cf3b212d1fb47c68137cd28d9856d._comment diff --git a/doc/bugs/The_assistant_hangs_forever/comment_2_427cf3b212d1fb47c68137cd28d9856d._comment b/doc/bugs/The_assistant_hangs_forever/comment_2_427cf3b212d1fb47c68137cd28d9856d._comment deleted file mode 100644 index 4934f7b791..0000000000 --- a/doc/bugs/The_assistant_hangs_forever/comment_2_427cf3b212d1fb47c68137cd28d9856d._comment +++ /dev/null @@ -1,17 +0,0 @@ -[[!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. -"""]]