diff options
author | http://grossmeier.net/ <greg@web> | 2013-12-23 05:33:42 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-12-23 05:33:42 +0000 |
commit | c93dffcb9b413a7f2574986f072f4298d4b1d50c (patch) | |
tree | 02fd43154ce54e0433112317afad8e62f88cc80a /doc | |
parent | 7ad500d688d35ba31ee5b43b8d4ac80affcf910c (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/amd64_standalone:_ld-linux-x86-64.so.2:_not_found.mdwn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/amd64_standalone:_ld-linux-x86-64.so.2:_not_found.mdwn b/doc/bugs/amd64_standalone:_ld-linux-x86-64.so.2:_not_found.mdwn new file mode 100644 index 000000000..4bd9f2ffb --- /dev/null +++ b/doc/bugs/amd64_standalone:_ld-linux-x86-64.so.2:_not_found.mdwn @@ -0,0 +1,17 @@ +### Please describe the problem. +While trying to diagnose [[bugs/armel_standalone:_git-upload-pack_and_-receive-pack_not_shimmed/]] I updated the version of the standalone git-annex on Server A from 3.20121017 to the latest not daily build. + +### What steps will reproduce the problem? +1. download git-annex standalone for amd64 (I did both the normal not-daily build, and the daily build, same thing in both) +2. extract +3. ./runshell + +### What version of git-annex are you using? On what operating system? +Debian amd64 (yes... I know, blame asheesh) + +### Please provide any additional information below. + +[[!format sh """ +greg@rose:~/bin/git-annex.linux$ ./runshell +exec: 2: /home/greg/bin/git-annex.linux/lib64/ld-linux-x86-64.so.2: not found +"""]] |