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

[INSTALL ERROR] error occurs when installing thirdpart #1

Closed
renzhengeek opened this issue Jun 9, 2014 · 2 comments
Closed

[INSTALL ERROR] error occurs when installing thirdpart #1

renzhengeek opened this issue Jun 9, 2014 · 2 comments

Comments

@renzhengeek
Copy link
Collaborator

When installing thidpart by bash install_thritdparty.sh, error occurs. The error information:

**ignore correct message**

make[1]: Leaving directory `/home/renzhen/openflow/thirdparty/glog-0.3.3'
/home/renzhen/openflow/thirdparty

 installing glog-0.3.3 
Couldn't find libtoolize!
install_thritdparty.sh: line 132: ./configure: No such file or directory

My OS is ubuntu 14.04, x86_64.
libtool info is :

ii  libtool                                       2.4.2-1.7ubuntu1            amd64                       Generic library support script
@helight
Copy link
Owner

helight commented Jun 9, 2014

Couldn't find libtoolize!,需先安装apt-get install libtool

编译thrift时需要:
yacc: 未找到命令,安装apt-get install byacc

flex: 未找到命令,安装apt-get install flex


Zhenwen Xu - Open and Free
Home Page: http://zhwen.org

------------------ 原始邮件 ------------------
发件人: "Ren Zhen"notifications@github.com;
发送时间: 2014年6月9日(星期一) 中午11:53
收件人: "helight/openflow"openflow@noreply.github.com;
主题: [openflow] [INSTALL ERROR] error occurs when installing thirdpart(#1)

error information:
ignore correct message make[1]: Leaving directory `/home/renzhen/openflow/thirdparty/glog-0.3.3' /home/renzhen/openflow/thirdparty installing glog-0.3.3 Couldn't find libtoolize! install_thritdparty.sh: line 132: ./configure: No such file or directory
My OS is ubuntu 14.04, x86_64.
libtool info is :
ii libtool 2.4.2-1.7ubuntu1 amd64 Generic library support script

Reply to this email directly or view it on GitHub.

@renzhengeek
Copy link
Collaborator Author

libtool, flex都已经装过了.

安装byacc之后安装成功了.

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