Thanks for the tips. It turned out that the missing library was required by a QT plugin, so didn't appear in ldd's output. I ended up manually comparing the libraries installed on the two machines.
Unfortunately I didn't note which libraries I installed (and some may have already been installed).
If it was my project I would (of course?) have known which libraries I'd used, but this was a program from the repositories that I wanted to tweak. Needless to say an apparent need to adjust two lines of code turned out to be 10 fairly non-obvious lines of code, and took far longer than it should have done.
Unfortunately I didn't note which libraries I installed (and some may have already been installed).
If it was my project I would (of course?) have known which libraries I'd used, but this was a program from the repositories that I wanted to tweak. Needless to say an apparent need to adjust two lines of code turned out to be 10 fairly non-obvious lines of code, and took far longer than it should have done.
Statistics: Posted by stevend — Tue Oct 29, 2024 11:30 pm