mfontanini / libtins

High-level, multiplatform C++ network packet sniffing and crafting library.
http://libtins.github.io/
BSD 2-Clause "Simplified" License
1.89k stars 373 forks source link

libtins.so.4.5: cannot open shared object file: No such file or directory #509

Closed DaisyHazeyLove closed 1 year ago

DaisyHazeyLove commented 1 year ago

when trying to run a program compiled with g++ main.cpp -ltins compiles successfully but at run time throws error libtins.so.4.5: cannot open shared object file: No such file or directory

DaisyHazeyLove commented 1 year ago

fixed by recompiling with shared library options