emmericp / MoonGen

MoonGen is a fully scriptable high-speed packet generator built on DPDK and LuaJIT. It can saturate a 10 Gbit/s connection with 64 byte packets on a single CPU core while executing user-provided Lua scripts for each packet. Multi-core support allows for even higher rates. It also features precise and accurate timestamping and rate control.
MIT License
1.03k stars 234 forks source link

error while loading shared libraries #290

Closed merveorakci12 closed 3 years ago

merveorakci12 commented 3 years ago

Hi, I follow Installation instructions for installation MoonGen . -- Configuring done -- Generating done -- Build files have been written to: /opt/MoonGen/build [ 72%] Built target moon [100%] Built target MoonGen I dont get any error this step. But when ı try use:
sudo ./moongen-simple start load-latency:0:1:rate=10Mp/s,time=3m ./build/MoonGen: error while loading shared libraries: libtbbmalloc.so.2: cannot open shared object file: No such file or directory

I get this error. What is your recommendation? for this issue. Thanks,

merveorakci12 commented 3 years ago

I solved the problem by downloading libtbb-dev. Thanks,