python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Docker image for Nodejs and Couchbase SDK
So we have a nodejs micro-service using the NodeJS Couchbase SDK 3.2
We are trying to build a minimal docker image for our App using the Alpine base image but it seems the sdk needs more than what we ...
SpartanX1
Votes: 0
Answers: 1
3rd party library complains about types when building on alpine
I'm trying to build a static version of libnfnetlink on an alpine build container. It uses the usual autogen->configure->make->make install route but for some reason it complains at the make ...
incubus
Votes: 0
Answers: 1
qemu riscv user mode C++/musl segfault
I'm new to qemu and trying to run riscv binaries in user mode. Not sure if I'm running into a bug or just doing something wrong. System I'm using is pretty straightforward Fedora 35 on x86_64.
For ref...
RickySmith
Votes: 0
Answers: 0
Buildroot cross-compiling - compile works but linking can't find various SDL functions
I have some code that I could cross-compile with an older toolchain that used uClibc, but the project is moving to musl libc, and I can't seem to get the code to compile with that toolchain. It always...
Nathan Friedly
Votes: 0
Answers: 1