Error when loading engine library. #113
Replies: 7 comments 7 replies
-
|
@MalekChebli Can you please share the steps you followed to build the engine + libpcap itself. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your help, it worked but i have another problem when i try to capture the traffic it shows me the following error : |
Beta Was this translation helpful? Give feedback.
-
|
I named my script capture.py and my script is at the same level as test.py but it showed me the previous error ; |
Beta Was this translation helpful? Give feedback.
-
|
Can you check that you have an engine.so that was generated under engine repo? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
do the following cd nfstream/engine/
rm engine_cc.so
cd ..
cd ..
ls /usr/local/lib/
python3 setup.py bdist_wheel
ls nfstream/engine/ |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.






Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm a student currently working on nDPI project and I'm trying to capture packets through live interface dpdk.
So as a first step I compiled libpcapwith dpdk then I built nfstream from source and I'm trying to capture the real time trafic but when I run my script it shows me this error .
` Traceback (most recent call last):
File "/home/pfedpdk/nfstream/nfstream/streamer.py", line 450, in iter
raise ValueError(child_error)
ValueError: Error when loading engine library. This means that you are probably building nfst ream from source and something went wrong during the engine compilation step. Please see: htt ps://www.nfstream.org/docs/#building-nfstream-from-sourcesfor more information
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "capture.py", line 9, in
for flow in my_streamer:
File "/home/pfedpdk/nfstream/nfstream/streamer.py", line 452, in iter
raise ValueError(observer_error)
ValueError: Error when loading engine library. This means that you are probably building nfst ream from source and something went wrong during the engine compilation step. Please see: htt ps://www.nfstream.org/docs/#building-nfstream-from-sourcesfor more information`
can you please help me to solve it ?
Also can nfstream capture network trafic from a dpdk binded interface ?
Beta Was this translation helpful? Give feedback.
All reactions