-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
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
/bin/sh: 1: ./build_mme: not found #9
Comments
Me too |
NO,you can try reinstall the system of ubuntu. |
Hello sir, I met the same question too. Did you solved this problem? I feel very confused and trapped for serveral days. |
I also have the same problem. :~/openair-epc-fed/component/oai-mme/scripts$ /bin/sh -c ./build_mme --check-installed-software --force |
I have tried with a couple of different UBUNTU low-latency images (all latest dist-upgrade), but I got the same error. wget https://liblfds.org/downloads/liblfds%20release%207.1.0%20source.zip This set of steps solved that particular error. |
you also need to run the following steps: |
Run the following command by appending component/oai-mme (remove the docker build --target oai-mme --tag oai-mme:production \
--file component/oai-mme/docker/Dockerfile.ubuntu18.04 \
--build-arg EURECOM_PROXY="http://proxy.eurecom.fr:8080" component/oai-mme Instead of docker build --target oai-mme --tag oai-mme:production \
--file component/oai-mme/docker/Dockerfile.ubuntu18.04 \
--build-arg EURECOM_PROXY="http://proxy.eurecom.fr:8080" . |
thanks a lot |
When Build MME Image,Execute the command “docker build --target oai-mme --tag oai-mme:production --file component/oai-mme/docker/Dockerfile.ubuntu18.04 .”
Prompt error:
Step 13/39 : RUN ./build_mme --check-installed-software --force
---> Running in 82ed5e2a5b1d
/bin/sh: 1: ./build_mme: not found
The command '/bin/sh -c ./build_mme --check-installed-software --force' returned a non-zero code: 127
How to solve it?
The text was updated successfully, but these errors were encountered: