Error on installation in Ubuntu 15.10 amd64
See original GitHub issueThe error is the following one:
/oflops/traffic_generator.c:140: undefined reference to `time_diff’ collect2: error: ld returned 1 exit status Makefile:574: recipe for target ‘oflops’ failed make[2]: *** [oflops] Error 1 make[2]: Leaving directory ‘/home/txapela/sdn/oflops’ Makefile:639: recipe for target ‘all-recursive’ failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory ‘/home/txapela/sdn/oflops’ Makefile:431: recipe for target ‘all’ failed make: *** [all] Error 2
Mininet seems to be installed but when I try a test command it gets stuck here:
sudo mn --test pingall *** Creating network *** Adding controller *** Adding hosts: h1 h2 *** Adding switches: s1 *** Adding links: (h1, s1) (h2, s1) *** Configuring hosts h1 h2 *** Starting controller c0 *** Starting 1 switches s1 … *** Waiting for switches to connect
I can’t also install it again so any help would be nice.
Thanks
Issue Analytics
- State:
- Created 8 years ago
- Comments:13 (3 by maintainers)
Thanks so much ederollora .
This works.
It’s fine now
I’m opening up a new issue #720 for this, since it’s something else.
Please create new issues rather than piggy-backing onto a closed issue.