aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar saironiq <saironiq@web>2013-04-14 12:05:48 +0000
committerGravatar admin <admin@branchable.com>2013-04-14 12:05:48 +0000
commitc72b5d9f597bd6fb063ecdd464cfce3d5c0e1ced (patch)
tree5a21a27e39f0ac3a556481200aef77af1f73547e /doc/bugs
parent461ed43f43bda38e89e5c1b3c7d7b5e58b00b5a5 (diff)
Added a comment
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/The_assistant_hangs_forever/comment_2_df845847464bfe25874396860fc9e1db._comment20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/The_assistant_hangs_forever/comment_2_df845847464bfe25874396860fc9e1db._comment b/doc/bugs/The_assistant_hangs_forever/comment_2_df845847464bfe25874396860fc9e1db._comment
new file mode 100644
index 000000000..b2d190286
--- /dev/null
+++ b/doc/bugs/The_assistant_hangs_forever/comment_2_df845847464bfe25874396860fc9e1db._comment
@@ -0,0 +1,20 @@
+[[!comment format=mdwn
+ username="saironiq"
+ ip="147.251.209.29"
+ subject="comment 2"
+ date="2013-04-14T12:05:48Z"
+ 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.
+
+"""]]