We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I екшув to make a docker image according to your instructions, but I get an error: #7 8.593 ar: creating ./libcapstone.a #7 8.642 mkdir -p /usr/lib #7 8.643 install -m0755 ./libcapstone.so.4 /usr/lib #7 8.648 cd /usr/lib && rm -f libcapstone.so && ln -s libcapstone.so.4 libcapstone.so #7 8.649 install -m0644 ./libcapstone.a /usr/lib #7 8.653 mkdir -p /usr/include/capstone #7 8.654 install -m0644 include/capstone/*.h /usr/include/capstone #7 8.655 mkdir -p /usr/lib/pkgconfig #7 8.656 install -m0644 ./capstone.pc /usr/lib/pkgconfig #7 8.656 mkdir -p /usr/bin #7 8.657 install -m0755 cstool/cstool /usr/bin #7 8.657 install: cannot stat 'cstool/cstool': No such file or directory #7 8.657 make: *** [Makefile:419: install] Error 1
I'm using macOS with apple silicon docker v20.10.12
The text was updated successfully, but these errors were encountered:
i have the same problem, fix make.sh install to make clean make.sh make.sh install
Sorry, something went wrong.
No branches or pull requests
Hello, I екшув to make a docker image according to your instructions, but I get an error:
#7 8.593 ar: creating ./libcapstone.a
#7 8.642 mkdir -p /usr/lib
#7 8.643 install -m0755 ./libcapstone.so.4 /usr/lib
#7 8.648 cd /usr/lib && rm -f libcapstone.so && ln -s libcapstone.so.4 libcapstone.so
#7 8.649 install -m0644 ./libcapstone.a /usr/lib
#7 8.653 mkdir -p /usr/include/capstone
#7 8.654 install -m0644 include/capstone/*.h /usr/include/capstone
#7 8.655 mkdir -p /usr/lib/pkgconfig
#7 8.656 install -m0644 ./capstone.pc /usr/lib/pkgconfig
#7 8.656 mkdir -p /usr/bin
#7 8.657 install -m0755 cstool/cstool /usr/bin
#7 8.657 install: cannot stat 'cstool/cstool': No such file or directory
#7 8.657 make: *** [Makefile:419: install] Error 1
I'm using macOS with apple silicon
docker v20.10.12
The text was updated successfully, but these errors were encountered: