aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/The_assistant_hangs_forever/comment_2_a2950cf91b8a4e4f2951f5522ef0e9c4._comment
blob: 90b93f0bbac755929a47053e2646432450b783b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>
>&nbsp;&nbsp;&nbsp;&nbsp;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.

"""]]