shadow / tgen

A powerful traffic generator that can model complex behaviors using Markov models and an action-dependency graph.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link Error

MrZz233 opened this issue · comments

Dear author. I encountered link errors when I run make. It happened on ubuntu20.04
image
How can I fix it? Thanks.

Please make sure you have libxml2 installed:

sudo apt install -y libxml2 libxml2-dev

If it is already installed, then this might help?

Thank you. I fixed it, but I have a new problem as follow:

image

When I run the shadow's test or run the tornettools simulation, it happened.
It didn't happen in my another computer, so I have no idea to repair this.

Thank you. I fixed it, but I have a new problem as follow:

image

When I run the shadow's test or run the tornettools simulation, it happened.

It didn't happen in my another computer, so I have no idea to repair this.

That looks like an interesting error :) Can you make a new issue at https://github.com/shadow/shadow/issues? Please copy the output text into the issue (rather than just a screenshot), and tell us the output of uname -a. And also put RUST_BACKTRACE=1 before the shadow command so that it prints a backtrace.

@sporksmith My guess is that the file system that shadow or its dynamically loaded libraries are stored on uses 64-bit inodes?

RUST_BACKTRACE=1

ok,I'm going to add a new issue in shadow. Thanks