Mlt: failed to open several libraries

This is the error I get when trying to convert a file with melt:

mlt_repository_init: failed to dlopen /usr/lib/mlt-7/libmltrtaudio.so
  (librtaudio.so.6: cannot open shared object file: No such file or directory)
mlt_repository_init: failed to dlopen /usr/lib/mlt-7/libmltsox.so
  (libsox.so.3: cannot open shared object file: No such file or directory)
mlt_repository_init: failed to dlopen /usr/lib/mlt-7/libmltmovit.so
  (libmovit.so.8: cannot open shared object file: No such file or directory)
mlt_repository_init: failed to dlopen /usr/lib/mlt-7/libmltopencv.so
  (libopencv_tracking.so.405: cannot open shared object file: No such file or directory)

Any help?

$ LANG=C pamac search --files libmltrtaudio.so
/usr/lib/mlt-7/libmltrtaudio.so is owned by mlt
/usr/lib/mlt/libmltrtaudio.so is owned by mlt6

As you see the package mlt should have installed the libs.

How did you install it? Maybe reinstall it?

Fixed installing this:

$ pamac build sox movit opencv rtaudio
1 Like

FYI, Those are all repo packages, there’s nothing to build. The proper command is pamac install. :wink:

1 Like

Yes but running build wouldn’t ruin anything would it?

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.