Comment 10 for bug 1637774

Revision history for this message
Henning Meyer (henning.meyer) wrote :

since gqrx does not actually use boost::asio functionality in libgnuradio-blocks, the following workaround prevents crashes:

```
set LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libuhd.so.003
gqrx
```

without the need to change libraries on the file system