I want to run a nodejs application.
After uploading the files, there was a problem with GLIBCXX_3.4.20. I couldn't build one of the nodejs dependencies (better-sqlite3).
I dont have administrator privileges on this hosting (apt, rpm and yum not working). I downloaded GCC 9.x and compiled it into the home directory. What should I do to run application in Direct admin (Advanced Features > Node.js Selector)?
After launch application:
/lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found
but I have new libstdc++.so.6 in: /home/X/gcc/lib64/libstdc++.so.6
After uploading the files, there was a problem with GLIBCXX_3.4.20. I couldn't build one of the nodejs dependencies (better-sqlite3).
I dont have administrator privileges on this hosting (apt, rpm and yum not working). I downloaded GCC 9.x and compiled it into the home directory. What should I do to run application in Direct admin (Advanced Features > Node.js Selector)?
After launch application:
/lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found
but I have new libstdc++.so.6 in: /home/X/gcc/lib64/libstdc++.so.6