fakechroot
fakechroot copied to clipboard
need arm64 version of libfakechroot-alpine
I am trying to run udocer on AWS lambda using arm64 but it's giving error of not able to find libfakechroot-Alpine-3-arm64.so, libfakechroot-Alpine-arm64.so. Anyone can help me in getting all these files would be helpful.
These files are specific to your system, so you should probably either compile them yourself or approach the Alpine folks with this issue. fakechroot is certainly running fine on my Debian-based arm64 system.
@josch Can you specify how can we compiler these binary files for alphine system ?
I am not familiar with alpine but you build fakechroot like many other autoconf based projects. Maybe have a loo at other autoconf projects in alpine to see how they do it. Essentially, you run:
autoreconf -fi
./configure
make