Code Monkey home page Code Monkey logo

openflow's Introduction

Hi there šŸ‘‹

  • šŸ”­ Iā€™m currently working on k8s/isito/...
  • šŸŒ± Iā€™m currently learning k8s/isito/ebpf/...

发åøƒēš„ę–‡ē« 

šŸ“« å¾®äæ”公众号: é»‘å…‰ęŠ€ęœÆ

openflow's People

Contributors

helight avatar kobemiller avatar renzhengeek avatar zhaonanyu avatar zyfjeff avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

openflow's Issues

[INSTALL ERROR] error occurs when installing thirdpart

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

[COMPILER ERROR] compiler error in master/openflow_master

compiler error info:

renzhen@rabit:~/openflow/openflow$ scons
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
g++ -o master/main.o -c -Wall -O2 -g -I. -I/home/renzhen/openflow/thirdparty -I/home/renzhen/openflow/thirdparty/boost/include -I/home/renzhen/openflow/thirdparty/thrift/include -I/home/renzhen/openflow/thirdparty/glog/include -I/home/renzhen/openflow/thirdparty/gflags/include -I/home/renzhen/openflow/thirdparty/gtest/include master/main.cpp
g++ -o master/master_handler.o -c -Wall -O2 -g -I. -I/home/renzhen/openflow/thirdparty -I/home/renzhen/openflow/thirdparty/boost/include -I/home/renzhen/openflow/thirdparty/thrift/include -I/home/renzhen/openflow/thirdparty/glog/include -I/home/renzhen/openflow/thirdparty/gflags/include -I/home/renzhen/openflow/thirdparty/gtest/include master/master_handler.cpp
g++ -o master/openflow_master -static master/main.o master/master_handler.o -L/home/renzhen/openflow/thirdparty/boost/lib -L/home/renzhen/openflow/thirdparty/thrift/lib -L/home/renzhen/openflow/thirdparty/glog/lib -L/home/renzhen/openflow/thirdparty/gflags/lib -L/home/renzhen/openflow/thirdparty/gtest/lib -Lrpc/master -Lrpc/agent -lmaster -lagent -lagent -lmaster -lthrift -lglog -lgflags -lgtest
/home/renzhen/openflow/thirdparty/thrift/lib/libthrift.a(TServerSocket.o): In function `apache::thrift::transport::TServerSocket::listen()':
/home/renzhen/openflow/thirdparty/thrift-0.9.1/lib/cpp/src/thrift/transport/TServerSocket.cpp:183: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
master/main.o: In function `main':
/home/renzhen/openflow/openflow/master/master_handler.h:14: undefined reference to `vtable for openflow::master::CMasterHandler'
collect2: error: ld returned 1 exit status
scons: *** [master/openflow_master] Error 1
scons: building terminated because of errors.

[COMPILER WARM] Compiler warm in master/openflow_master

1.when building project, compiler says:

renzhen@rabit:~/openflow/openflow$ scons
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
g++ -o master/master_handler.o -c -Wall -O2 -g -I. -I/home/renzhen/openflow/thirdparty -I/home/renzhen/openflow/thirdparty/boost/include -I/home/renzhen/openflow/thirdparty/thrift/include -I/home/renzhen/openflow/thirdparty/glog/include -I/home/renzhen/openflow/thirdparty/gflags/include -I/home/renzhen/openflow/thirdparty/gtest/include master/master_handler.cpp
g++ -o master/openflow_master -static master/main.o master/master_handler.o -L/home/renzhen/openflow/thirdparty/boost/lib -L/home/renzhen/openflow/thirdparty/thrift/lib -L/home/renzhen/openflow/thirdparty/glog/lib -L/home/renzhen/openflow/thirdparty/gflags/lib -L/home/renzhen/openflow/thirdparty/gtest/lib -Lrpc/master -Lrpc/agent -lmaster -lagent -lagent -lmaster -lmaster -lthrift -lglog -lgflags -lgtest
**/home/renzhen/openflow/thirdparty/thrift/lib/libthrift.a(TServerSocket.o): In function `apache::thrift::transport::TServerSocket::listen()':
/home/renzhen/openflow/thirdparty/thrift-0.9.1/lib/cpp/src/thrift/transport/TServerSocket.cpp:183: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking**
g++ -o tools/deque_test -static tools/deque_test.o -L/home/renzhen/openflow/thirdparty/boost/lib -L/home/renzhen/openflow/thirdparty/thrift/lib -L/home/renzhen/openflow/thirdparty/glog/lib -L/home/renzhen/openflow/thirdparty/gflags/lib -L/home/renzhen/openflow/thirdparty/gtest/lib -Lrpc/master -Lrpc/agent -lmaster -lagent -lagent -lmaster -lmaster -lthrift -lglog -lgflags -lgtest
scons: done building targets.

2.ignore this warning, go on starting openflow_master server(is ok), and test client(not ok) with output:

renzhen@rabit:~/openflow/openflow/master/client$ ./client 
Thrift: Fri Jun 20 15:16:55 2014 TSocket::open() getaddrinfo() <Host: localhost Port: 9090>Name or service not known

I wil find out what's going on.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.