You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm so sorry for asking for help on the issues page, let me know if there's a more appropriate place to ask for help.
I am trying to deploy a node.js app on Namecheap which uses CloudLinux 6, and 1 of the dependencies is your snappy library. It doesn't work because GLIBC is 2.12 but the GLIBC required for your snappy library is at least 2.14.
I'm trying to use the musl version instead but when I place an musl SO that I compiled myself in the same folder it doesn't work. I have no root access and can't install the musl library to /usr/lib or /lib.
Is there any way to make the musl version look for musl in the same folder? Or to build a version of this library statically linked to musl such that there are no dynamic library dependencies?
The text was updated successfully, but these errors were encountered:
Hi, I'm so sorry for asking for help on the issues page, let me know if there's a more appropriate place to ask for help.
I am trying to deploy a node.js app on Namecheap which uses CloudLinux 6, and 1 of the dependencies is your snappy library. It doesn't work because GLIBC is 2.12 but the GLIBC required for your snappy library is at least 2.14.
I'm trying to use the musl version instead but when I place an musl SO that I compiled myself in the same folder it doesn't work. I have no root access and can't install the musl library to /usr/lib or /lib.
Is there any way to make the musl version look for musl in the same folder? Or to build a version of this library statically linked to musl such that there are no dynamic library dependencies?
The text was updated successfully, but these errors were encountered: