fakechroot icon indicating copy to clipboard operation
fakechroot copied to clipboard

need arm64 version of libfakechroot-alpine

Open sourabh-prasad opened this issue 1 year ago • 3 comments

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.

sourabh-prasad avatar Jan 09 '24 12:01 sourabh-prasad

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 avatar Jan 09 '24 13:01 josch

@josch Can you specify how can we compiler these binary files for alphine system ?

laalamrajesh avatar Jan 12 '24 05:01 laalamrajesh

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

josch avatar Jan 12 '24 07:01 josch