Hey, First up, I am not sure if this is the right place for reports like this. If there is a better place please let me know. Blender seems to to be linked to jemalloc but it is not installed as a dependency. ``` $ # installing blender $ sudo dnf install blender [...] $ blender blender: error while loading shared libraries: libjemalloc.so.2: cannot open shared object file: No such file or directory $ ldd $(which blender) | grep "not found" libjemalloc.so.2 => not found $ # installing missing jemalloc $ sudo dnf install jemalloc [...] $ # blender now starts without issues $ blender ``` Btw. I am running Fedora 28 on x86_64. - Phil
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ packaging mailing list -- packaging@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to packaging-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/packaging@xxxxxxxxxxxxxxxxxxxxxxx/message/XLVPXJDK4IC3N2PSVAFMZS4RVLKFQZR6/