JuuS, can run through the steps manually to confirm? First run:
ldd path/to/app Then with anything which links to /usr/lib do: dpkg -S /usr/lib/path/libsomething.so.1 This will give you the packages on your system required to run your application. You can check the minimum version with: dpkg -s packagename And check the line starting with "Version: "
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
