Shotcut: libpulse.so.0 No such file or directory

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
peter_b
Chatterbox
Posts: 373
Joined: Tue Nov 12, 2013 2:05 am

Shotcut: libpulse.so.0 No such file or directory

Post by peter_b »

[PROBLEM]
I just downloaded the most recent version (15.02.02) of Shotcut video editor on Xubuntu 12.04.
Usually you just extract the .tar.bz2 archive and double-click the "Shotcut.desktop" file to start it.

In my case, nothing happened. It didn't start, but it also didn't show any error messages.

So I started it manually and got the following error:
bin/shotcut: error while loading shared libraries: libpulse.so.0: cannot open shared object file: No such file or directory
The package "libpulse0" was definitely installed...

[SOLUTION]
My bad! I tried to start the x86 (=32bit) build on a 64bit machine :oops:
I wrote this down here, because the error message about the missing library was a bit misleading and almost got me searching in the wrong direction ;)
User avatar
peter_b
Chatterbox
Posts: 373
Joined: Tue Nov 12, 2013 2:05 am

Re: Shotcut: libpulse.so.0 No such file or directory

Post by peter_b »

btw, same goes for kdenlive:
If you try to run x86 (32bit) binaries on a 64bit machine, you also get misleading "file not found" error message.
For example:

Code: Select all

$ ./start-kdenlive 
returns:
Way to run = Normal
running kdenlive
./start-kdenlive: line 222: /media/Data/JobsToDo/OSCAL/install/kdenlive/./bin/kdenlive: No such file or directory
Post Reply