wRkA

Results 2 comments of wRkA

Try this order... 1. `git clone https://github.com/iovisor/bcc.git` 2. `mkdir bcc/build ; cd bcc/build` 3. `cmake ..` 4. `make -j$(nproc)` 5. `make install` 6. `apt install libluajit-5.1-dev luajit` 7. `cmake -DPYTHON_CMD=python3...

hi @airween I will try to break down the problem in detail and look for an approach to a real solution. I want to mention that, in the end, these...