Ask Your Question
0

Error during installation does not find file libopencv_core.so.2.4.0

asked 2014-07-16 21:02:26 -0600

I received this error during installation on Lubuntu 14:04

CMake Error at modules/core/cmake_install.cmake:48 (FILE):
  file INSTALL cannot find
  "/home/julio/Downloads/OpenCV-2.4.0/release/build/lib/libopencv_core.so.2.4.0".
Call Stack (most recent call first):
  modules/cmake_install.cmake:57 (INCLUDE)
  cmake_install.cmake:55 (INCLUDE)

Has two links that do not have the files they point to.

libopencv_core.so -> libopencv_core.so.2.4
libopencv_core.so.2.4 -> libopencv_core.so.2.4.0

Does anyone know how I can fix? Forgive my English is not very good. I thank you.

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2014-08-05 16:36:22 -0600

MarcoK gravatar image

Experiencing the same problem here with the download version as well as with the recent git pull. Apparently this library exists before calling make install and is deleted in the meanwhile. Don't have any clue what's going on there.

edit flag offensive delete link more
0

answered 2014-08-05 16:47:47 -0600

MarcoK gravatar image

Ah, got it, was rather easy. Just pass cmake a proper path for the install prefix :)

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-07-16 21:02:26 -0600

Seen: 895 times

Last updated: Aug 05 '14