Menu

#254 Nixnote won't start on Arch Linux / Manjaro Linux

v1.0 (example)
closed-fixed
nobody
None
5
2016-07-16
2016-06-10
sbaragnaus
No

Hi,
since Arch Linux / Manjaro Linux updated opencv from 2.x to 3.0, nixnote2 beta 7 won't start.

Here is the error:

nixnote2: error while loading shared libraries: libopencv_core.so.2.4: cannot open shared object file: No such file or directory

I'm running Manjaro Linux with kde and other software that require opencv 3.x

Please fix it, thanks.

Discussion

  • Jez McKinley

    Jez McKinley - 2016-07-07

    Not a proper fix, I know, but to keep you working:

    sudo ln -s /usr/lib/libhunspell-1.4.so /usr/lib/libhunspell-1.3.so.0
    sudo ln -s /usr/lib/libopencv_core.so /usr/lib/libopencv_core.so.2.4
    sudo ln -s /usr/lib/libopencv_highgui.so /usr/lib/libopencv_highgui.so.2.4
    sudo ln -s /usr/lib/libopencv_imgproc.so /usr/lib/libopencv_imgproc.so.2.4

     
  • Randy Baumgarte

    Randy Baumgarte - 2016-07-16
    • status: open --> closed-fixed
     
  • Randy Baumgarte

    Randy Baumgarte - 2016-07-16

    Beta 8 doesn't require OpenCV. Try that one. The OpenCV logic has been separated out into a plugin (that I hope to have binaries for in the next few weeks). You won't be able to use the webcam until the plugin is released.

     

Log in to post a comment.