Hello,
There is a new open-source project release by coder , this project allows you to run VScode on a server and use it on your brother. I'm really excited about this, but I can figure out to install it.
Coder offer to use their tools as a binary, but for linux.
So I installed emulators/linux_base-c7/ using pkg. When it's done, I run the binary but I get this error :
And when I run
no surprise :
How can I do to update libstdc++.so.6 with the last version of GLIBCXX? Can I do something to emulators/linux_base-c7/ and build it from the port ?
Thank you in advance for your precious help.
There is a new open-source project release by coder , this project allows you to run VScode on a server and use it on your brother. I'm really excited about this, but I can figure out to install it.
Coder offer to use their tools as a binary, but for linux.
So I installed emulators/linux_base-c7/ using pkg. When it's done, I run the binary but I get this error :
Code:
./code-server: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./code-server)
./code-server: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./code-server)
And when I run
strings /compat/linux/lib64/libstdc++.so.6 | grep GLIBCXX
no surprise :
Code:
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
GLIBCXX_DEBUG_MESSAGE_LENGTH
How can I do to update libstdc++.so.6 with the last version of GLIBCXX? Can I do something to emulators/linux_base-c7/ and build it from the port ?
Thank you in advance for your precious help.