You are not logged in.
Pages: 1
When trying to use mkvtools I get the following error
mkvmerge: error while loading shared libraries: libboost_regex.so.1.56.0: cannot open shared object file: No such file or directory
I have boost-libs-1.57.0-2 and mkvtoolnix-gtk-7.4.0-1, but the commit message for mkvtoolnix 7.3.0-2 is " boost 1.57.0 rebuild".
Any help would be much appreciated.
Last edited by Skiesare (2015-01-12 15:54:40)
Offline
Is your system up to date?
What command exactly did you run? No package from the repos provides 'mkvtools'.
I did run 'mkvinfo-gtk -s <file>' and it worked.
Offline
I believe my system is up to date. I have run pacman -Syu.
Commands to recreate the error include; mkvinfo -s somefile.mkv and mkvmerge --version
I have removed mkvtoolnix-cli and mkvtoolnix-gtk and then reinstalled them to no avail.
Something is causing these applications to look for libboost_regex.so.1.56.0 instead of 1.57 and I can't figure out what.
Thanks.
Offline
I discovered that the apps had originally been installed in USR/local/bin rather than USR/bin and so I was running an old version even though pacman was updating. After deleting these old files I was able to install and run the apps normally.
Offline
Pages: 1