Nodejs and custom gcc

nehex

New member
Joined
Feb 20, 2023
Messages
1
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
 
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.
That is not the way things should work, via the homedir.
Also, this is not a support forum for hosting customers. Only admins and resellers. If you are reseller and need core things, like some special things installed via rpm or apt, you need to contact your host for support.
 
Back
Top