summaryrefslogtreecommitdiff
path: root/doc/bugs/arm_build__58___ssh__58___error_while_loading_shared_libraries__58___libselin...
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-12 12:57:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-12 12:57:18 -0400
commitca10c06819aacc50d4423836ce51fc4486803789 (patch)
treee96072aef36f12d28d715fd4b7396d3fea4eef4c /doc/bugs/arm_build__58___ssh__58___error_while_loading_shared_libraries__58___libselinux.so.1.mdwn
parent024dd384140b25f69defd762e41fd5e4af4f3567 (diff)
rename files containing :
This is mostly to let the repo check out on windows w/o using cygwin's git. But, bash completion is also crap with : , so ..
Diffstat (limited to 'doc/bugs/arm_build__58___ssh__58___error_while_loading_shared_libraries__58___libselinux.so.1.mdwn')
-rw-r--r--doc/bugs/arm_build__58___ssh__58___error_while_loading_shared_libraries__58___libselinux.so.1.mdwn31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/bugs/arm_build__58___ssh__58___error_while_loading_shared_libraries__58___libselinux.so.1.mdwn b/doc/bugs/arm_build__58___ssh__58___error_while_loading_shared_libraries__58___libselinux.so.1.mdwn
new file mode 100644
index 000000000..dd544d7c7
--- /dev/null
+++ b/doc/bugs/arm_build__58___ssh__58___error_while_loading_shared_libraries__58___libselinux.so.1.mdwn
@@ -0,0 +1,31 @@
+### Please describe the problem.
+missing libselinux.so.1 ?
+
+### What steps will reproduce the problem?
+[[!format sh """
+./runshell
+cd ~
+$ git clone ssh://greg@host/path/to/annex/of/Photos Photos
+Cloning into 'Photos'...
+ssh: error while loading shared libraries: libselinux.so.1: cannot open shared object file: No such file or directory
+fatal: Could not read from remote repository.
+
+Please make sure you have the correct access rights
+and the repository exists.
+"""]]
+
+same command (copy/paste) works on my laptop running 4.20131106
+
+### What version of git-annex are you using? On what operating system?
+[[!format sh """
+$ git annex version
+git-annex version: 5.20131216-g604e6b8
+build flags: Assistant Pairing S3 Inotify DBus XMPP Feeds Quvi TDFA CryptoHash
+key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
+remote types: git gcrypt S3 bup directory rsync web glacier hook
+"""]]
+
+arm build (downloaded from [[install/Linux_standalone]])
+
+> ssh was not shimmed. [[fixed|done]]; build will update in a few hours
+> --[[Joey]]