A better way to approach this would be to statically link only librocksdb and nothing else.
1 Like
Also, alpine linux uses musl-gcc and not glibc, so that is also something that we need to look into
That probably wouldn’t be a problem if you allow dynamic linking for network libraries. Any Linux distribution should support networking out of the box.
So, basically you don’t have to muck with the compiler differences, as long as you only statically link rocksdb, is my hunch.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.