Skip to content
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

autoreconf not found #549

Closed
thanasik opened this issue Feb 15, 2018 · 1 comment
Closed

autoreconf not found #549

thanasik opened this issue Feb 15, 2018 · 1 comment

Comments

@thanasik
Copy link

thanasik commented Feb 15, 2018

What happened:
I expected the installation as described on the repo installation section to install grpc-gateway

What occurred:
Following the installation instructions on the repo homepage, I got the error below

mkdir tmp
cd tmp
git clone https://github.com/google/protobuf
cd protobuf
./autogen.sh
./configure
make
make check
sudo make install

When running the autogen.sh script, I get the following error:

$ ./autogen.sh
+ autoreconf -f -i -Wall,no-obsolete
./autogen.sh: 50: ./autogen.sh: autoreconf: not found

Tried looking for a package called autoreconf, but doesn't seem to exist. Anything I'm missing for the installation?

OS: Ubuntu 16.04
Protoc version: 3.5.1

@achew22
Copy link
Collaborator

achew22 commented Feb 16, 2018

It looks to me like you're trying to compile protoc. If you want help with that project I would request you file a bug against that project. Best of luck and when you start using the gateway of you have any issue don't hesitate to file another bug

@achew22 achew22 closed this as completed Feb 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants