This repository was archived by the owner on Jan 9, 2020. It is now read-only.
Commit 834c4ca
authored
Update setup.md: Add RedHat6 install instructions
Installs everything for me except:
https://github.com/atom/node-keytar
Not exhaustive though as I've only done this once on RHEL 6.7 to try to support Compass on RHEL 6.x, and it's probably a lot easier on RHEL 7.3 or later, but better to get the broad strokes out there and incrementally refine if I need to do this again. The rest which I may have missed should be the typical "LMGTFY" type of error, like the "return binding.open(" one for electron-prebuilt.
Still getting things like:
https://www.centos.org/forums/viewtopic.php?t=5807
e.g.
[mongouser@localhost compass]$ npm start
> mongodb-compass@1.6.0-dev start /home/mongouser/Projects/compass
> hadron-build develop
/home/mongouser/Projects/compass/node_modules/electron-prebuilt/dist/electron: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /home/mongouser/Projects/compass/node_modules/electron-prebuilt/dist/electron)
/home/mongouser/Projects/compass/node_modules/electron-prebuilt/dist/electron: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.5' not found (required by /home/mongouser/Projects/compass/node_modules/electron-prebuilt/dist/electron)
/home/mongouser/Projects/compass/node_modules/electron-prebuilt/dist/electron: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/mongouser/Projects/compass/node_modules/electron-prebuilt/dist/electron)
/home/mongouser/Projects/compass/node_modules/electron-prebuilt/dist/electron: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/mongouser/Projects/compass/node_modules/electron-prebuilt/dist/libnode.so)
But it's a start to work the problem and see if it's resolvable.1 parent ba0a030 commit 834c4ca
1 file changed
+34
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| |||
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
83 | 116 | | |
84 | 117 | | |
85 | 118 | | |
86 | 119 | | |
| 120 | + | |
0 commit comments