I've successfully compiled a qt6 program (which was somewhat of a marathon in itself, getting all the right pieces in place) and want to run it on a "clean" Pi Bookworm setup. This requires installation of some extra libraries, although nowhere near as many as I have on the development machine.
I've found "ldd" (and a few other methods) to determine the complete list of libraries which my program uses; however rather than manually going everything:
a) Is there a method to determine which of the required libraries are not currently installed on the target machine?
b) Is there a way to backtrack a library to determine which package it comes from?
Thanks
I've found "ldd" (and a few other methods) to determine the complete list of libraries which my program uses; however rather than manually going everything:
a) Is there a method to determine which of the required libraries are not currently installed on the target machine?
b) Is there a way to backtrack a library to determine which package it comes from?
Thanks
Statistics: Posted by stevend — Sat Oct 26, 2024 4:53 pm