-
Notifications
You must be signed in to change notification settings - Fork 0
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
[warsaw] protobuf Install error #5
Comments
Edit Makefile.am
The error is below
|
https://superuser.com/questions/565988/autoconf-libtool-and-an-undefined-ac-prog-libtool Is there any way to do this? |
in Reedbush I use pyenv and pip install protobuf http://keisanbutsuriya.hateblo.jp/entry/2015/03/21/183323 It is valid for only Caffe2 build |
I could run
|
@sekiya-a |
yes
but latter solution should not need linuxbrew.
… 2017/07/19 16:21、Hiroki Naganuma ***@***.***>のメール:
@sekiya-a <https://github.com/sekiya-a>
Do you use Linuxbrew ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#5 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ARnuULpeIhiaO46JX7-kASmVN_Z-RN-1ks5sPa6MgaJpZM4OZL3a>.
|
wget https://github.com/google/protobuf/archive/v3.3.0.tar.gz
tar zxvf v3.3.0.tar.gz
cd protobuf-3.3.0
vim Makefile.am -ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 -I /home/hiroki11x/env/local/libtool-2.4.6/share/aclocal
is correct ? @sekiya-a I failed in the above flow
|
面倒なので 追記: |
suceeded thanks for your help @sekiya-a |
I installed libtool from source
However, the following error occured
maxmind/libmaxminddb#9
Is is necessary to yum install libtool ?
The text was updated successfully, but these errors were encountered: