Re: [Discuss-gnuradio] GNU 3.8 OOT module problem

2019-10-21 Thread Vasil Velichkov
Hi Mark, On 21/10/2019 17.20, Mark Koenig wrote: > Hello, > > I have a number of OOT tree modules I am porting over to GNU 3.8, and all but > one module seem to be going well. I am able to build and install all of the > modules without errors, but when I try to call one of them, I get the

Re: [Discuss-gnuradio] GNU 3.8 OOT module problem

2019-10-21 Thread CEL
This looks like a runtime shared library loader problem. Make sure that libwfcontrol_output_radiotap_pcap.so is in a path that your system looks in (environment variable LD_LIBRARY_PATH, plus whatever your system is configured to). Best regards, Marcus On Mon, 2019-10-21 at 14:20 +, Mark

[Discuss-gnuradio] GNU 3.8 OOT module problem

2019-10-21 Thread Mark Koenig
Hello, I have a number of OOT tree modules I am porting over to GNU 3.8, and all but one module seem to be going well. I am able to build and install all of the modules without errors, but when I try to call one of them, I get the error below. I believe I have modified CMakeLists.txt