-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathinstall_issues.html
98 lines (72 loc) · 3.45 KB
/
install_issues.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xml+xhtml; charset=UTF-8"/>
<title>enclone installation problems</title>
<link rel="stylesheet" type="text/css" href="../enclone_css_v2.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-58278925-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){{dataLayer.push(arguments);}}
gtag('js', new Date());
gtag('config', 'UA-58278925-3');
</script>
</head>
<! ––
💩 💩 💩 🔴 🔨 🔨 🔨 🔨 🔨 🔨 🔴 💩 💩 💩
PUT DOWN YOUR HAMMER.
THIS IS AN AUTO-GENERATED FILE. PLEASE DO NOT EDIT IT.
THANK YOU FOR YOUR COOPERATION,
SINCERELY,
THE BENEVOLENT OVERLORDS
💩 💩 💩 🔴 🔨 🔨 🔨 🔨 🔨 🔨 🔴 💩 💩 💩
––>
<body>
<br>
<a href="../../index.html#help">
<img src="../../img/enclone_banner.png" alt="enclone banner" title="enclone banner" width=100% />
</a>
<h1><span style="color:rgb(120,123,175);font-weight:900">enclone</span> installation troubleshooting</h1>
<p>The purpose of this page is to provide guidance in case the <span style="color:rgb(120,123,175);font-weight:900">enclone</span> installation fails.</p>
<hr>
<h2>Case 1: the <code>curl</code> command is not found</h2>
<p>The command <code>curl</code> is not installed on your computer. In that case,
you should have the command <code>wget</code>, and can use that instead. To do so, run the
following command:
<pre style="margin-top:3px; margin-bottom:3px"><code>wget -nv bit.ly/enclone_install -O - | sh -s <span style="color:red; font-weight: bold">SIZE</span></code></pre>
where <code><span style="color:red; font-weight: bold">SIZE</span></code>
is as described on the main <span style="color:rgb(120,123,175);font-weight:900">enclone</span> page.
</p>
<hr>
<h2>Case 2: download is so slow that it doesn't finish</h2>
<p>In this case, please use the <code>SMALL</code> option, and if you
still have difficulty, please contact us. We might be able to reduce the download size. Please
let us know your typical download rate (MB/sec) and any other relevant information about the
characteristics of your connection.</p>
<hr>
<h2>Case 3: installation seems to succeed but <code>enclone</code> is killed</h2>
<p>In this case, when you type <code>enclone</code> from the command line, you'll get a message
about it being killed. This has happened to some Mac users. In one case we observed that the
problem went away if the executable was deleted
<br><code>rm ~/bin/enclone</code>
<br>and then the installation line was repeated. We are actively looking for a robust solution.
Please let us know if you are stuck.
</p>
<hr>
<h2>Case 4: installation seems to succeed but you get a message about
<code>GLIBC</code> not found</h2>
<p>This probably means that you are using a Linux machine which has a very old version of the
operating system on it. Your options are:
<ol>
<li>Get the operating system on the machine upgraded.</li>
<li>Use a different machine.</li>
<li>Install <span style="color:rgb(120,123,175);font-weight:900">enclone</span> from source code. This is not necessarily difficult.</li>
</ol>
</p>
<hr>
</body>
</html>