On Wed, Aug 12, 2020 at 12:31:53PM +0200, Marco Felsch wrote: > On 20-08-12 12:14, Marco Felsch wrote: > > Our zstd package is a lot more fine granular only selecting the the zstd > > package does nothing. Instead we need to tell ptxdist that the zstdlib > > must be installed too else systemd fails with: > > 'error while loading shared libraries: libzstd.so.1: cannot open shared > > object file: No such file or directory' > > I don't know if we should install the zstdlib per default if the zstd > package was selected to avoid this failures in further packages.
Remove the option for the lib and set -DZSTD_PROGRAMS_LINK_SHARED=ON in the CMake options. Michael > Regards, > Marco > > _______________________________________________ > ptxdist mailing list > [email protected] > To unsubscribe, send a mail with subject "unsubscribe" to > [email protected] > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
