I just did clean installations of Julia and Atom on a CentOS 7 box. I installed Julia in my home directory, but used the system yum setup to install Atom, following instructions in the Flight Manual. I then follow instructions to install Juno, but then when launching Atom again, it fails to load Julia-client yielding the following error. It has been really easy to use on Mac OS X, but I cannot find any mention of this issue documented for Linux here or on GitHub - is there some fix? A step in environment configuration or setup I may have missed?
Thanks.
`/lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /meg1/rick/.atom/packages/julia-client/node_modules/node-pty-prebuilt-multiarch/build/Release/pty.node)`
Stack trace:
Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /meg1/rick/.atom/packages/julia-client/node_modules/node-pty-prebuilt-multiarch/build/Release/pty.node)
at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:160:31)
at Object.Module._extensions..node (internal/modules/cjs/loader.js:722:18)
at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:160:31)
at Module.load (internal/modules/cjs/loader.js:602:32)
at tryModuleLoad (internal/modules/cjs/loader.js:541:12)
at Function.Module._load (internal/modules/cjs/loader.js:533:3)
at Module.require (file:///usr/share/atom/resources/app.asar/static/index.js:72:46)
at require (/usr/share/atom/resources/app/static/<embedded>:11:146745)
at Object.<anonymous> (/meg1/rick/.atom/packages/julia-client/node_modules/node-pty-prebuilt-multiarch/lib/unixTerminal.js:26:11)
at Object.<anonymous> (/meg1/rick/.atom/packages/julia-client/node_modules/node-pty-prebuilt-multiarch/lib/unixTerminal.js:278:3)
at Module.get_Module._compile (/usr/share/atom/resources/app/static/<embedded>:11:147429)
at Object.value [as .js] (/usr/share/atom/resources/app/static/<embedded>:11:150977)
at Module.load (internal/modules/cjs/loader.js:602:32)
at tryModuleLoad (internal/modules/cjs/loader.js:541:12)
at Function.Module._load (internal/modules/cjs/loader.js:533:3)
at Module.require (file:///usr/share/atom/resources/app.asar/static/index.js:72:46)
at require (/usr/share/atom/resources/app/static/<embedded>:11:146745)
at Object.<anonymous> (/meg1/rick/.atom/packages/julia-client/node_modules/node-pty-prebuilt-multiarch/lib/index.js:13:20)
at Object.<anonymous> (/meg1/rick/.atom/packages/julia-client/node_modules/node-pty-prebuilt-multiarch/lib/index.js:51:3)
at Module.get_Module._compile (/usr/share/atom/resources/app/static/<embedded>:11:147429)
at Object.value [as .js] (/usr/share/atom/resources/app/static/<embedded>:11:150977)
at Module.load (internal/modules/cjs/loader.js:602:32)
at tryModuleLoad (internal/modules/cjs/loader.js:541:12)
at Function.Module._load (internal/modules/cjs/loader.js:533:3)
at Module.require (file:///usr/share/atom/resources/app.asar/static/index.js:72:46)
at require (/usr/share/atom/resources/app/static/<embedded>:11:146745)
at Object.<anonymous> (/meg1/rick/.atom/packages/julia-client/lib/connection/process/basic.js:3:24)
at Object.<anonymous> (/meg1/rick/.atom/packages/julia-client/lib/connection/process/basic.js:133:2)
at Module.get_Module._compile (/usr/share/atom/resources/app/static/<embedded>:11:147429)
at Object.value [as .js] (/usr/share/atom/resources/app/static/<embedded>:11:150977)