-
Notifications
You must be signed in to change notification settings - Fork 56
cannot make "'libmill/.libs/libmill.a' failed" #21
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
Comments
Same issue. I then installed the below additional packages on my Ubuntu 20.04.2 server: sudo apt-get install However, after this I ran into the following issue: make[1]: Entering directory '/home/ubuntu/temp/mmproxy/libmill' Any suggestions on how to fix this? |
I get the same error as @shrey2682 update: the go version seems more stable:
|
Same here, codeblocking for readability:
|
Use this patch to proceed. Fyi, not a dev.
|
Uh oh!
There was an error while loading. Please reload this page.
Im using ubuntu 18
git clone https://github.com/cloudflare/mmproxy.git --recursive
cd mmproxy
make
Error:
`make -C libmill distclean
make[1]: Entering directory '/home/mmproxy/libmill'
make[1]: *** No rule to make target 'distclean'. Stop.
make[1]: Leaving directory '/home/mmproxy/libmill'
Makefile:38: recipe for target 'libmill/.libs/libmill.a' failed
make: [libmill/.libs/libmill.a] Error 2 (ignored)
if [ ! -e libmill/configure ]; then (cd libmill && ./autogen.sh); fi
./autogen.sh: 3: ./autogen.sh: autoreconf: not found
Makefile:38: recipe for target 'libmill/.libs/libmill.a' failed
make: *** [libmill/.libs/libmill.a] Error 127
`
The text was updated successfully, but these errors were encountered: