FS#38362 - [blender] Fails to launch because of missing librtmp.so.0
Attached to Project:
Community Packages
Opened by Donovan Cameron (saultdon) - Thursday, 02 January 2014, 22:58 GMT
Last edited by Balló György (City-busz) - Friday, 03 January 2014, 08:01 GMT
Opened by Donovan Cameron (saultdon) - Thursday, 02 January 2014, 22:58 GMT
Last edited by Balló György (City-busz) - Friday, 03 January 2014, 08:01 GMT
|
Details
Description: Blender fails to launch because a shared
library, librtmp.so.0, cannot be found but rtmpdump is
installed.
Steps to reproduce: ~/ blender blender: error while loading shared libraries: librtmp.so.0: cannot open shared object file: No such file or directory That's the error when trying to launch Blender on Arch 64-bit. ~/ pkgfile librtmp.so.0 extra/rtmpdump ~/ sudo pacman -S rtmpdump warning: rtmpdump-20131205-1 is up to date -- reinstalling It's already installed. Is this an error with blender or rtmpdump? Creating a symlink of the missing lib works for now: sudo ln -s /usr/lib/librtmp.so /usr/lib/librtmp.so.0 |
This task depends upon
If it is up to date, take a look at your AUR packages to see if any of them need rebuilt against the new rtmpdump. ffmpeg would be my first guess.
It's not a bug. If you need help, then ask it on the forum.