bugtracker2019
bugtracker2019
I can confirm, that your fix also works for older Boost versions. 👍 Tested with libboost 1.83 on Debian 13 building [radiotray-ng](https://github.com/ebruck/radiotray-ng/issues/247#issuecomment-3429198802).
Hi, true, searching executable files via "contenttype:application/x-executable" in the root-directory is not really an option (a quick test in /opt and /usr/bin was quite okay though). So you can get...
> sudo add-apt-repository ppa:christian-boxdoerfer/fsearch-stable Works fine here (Ubuntu 22.04). Simple workaround: download the corresponding .deb-file from launchpad and install it via dpkg.
Hello again, forget my posting above. Won't work, cause Debian != Ubuntu, so you'll run into trouble using the .deb-file from launchpad. Instead use the [official Debian backport of fsearch](https://packages.debian.org/bookworm-backports/fsearch)....
Why so complicated? [Downloading the deb-file](https://packages.debian.org/bookworm-backports/amd64/fsearch/download) is easier. ` > fsearch: error while loading shared libraries: libicuuc.so.67: cannot open shared object file: No such file or directory ` That's odd....
Do you have any third party ppa linked to your system? Perhaps ppa:christian-boxdoerfer/fsearch-stable? If so, remove them, update your system and retry installing the deb-file. Out of curiosity: Did you...
Sounds very odd. Instead of further fiddling around, maybe a clean system-installation would be preferable. And I wouldn't use any third party ppa at all. Instead I would install the...