Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is libopencv_world.so ? #6

Closed
zifken opened this issue Mar 25, 2022 · 1 comment
Closed

Where is libopencv_world.so ? #6

zifken opened this issue Mar 25, 2022 · 1 comment

Comments

@zifken
Copy link

zifken commented Mar 25, 2022

Hello thank you for sharing your work.
I'm followed successfully this tutorial to build opencv+opencv_contrib 4.2.0 on ubuntu however I can't find libopencv_world.so libopencv_world.so4.2 libopencv_world.so4.2.0 anywhere to copy and paste in opencv-4.2.0/lib/ could you explain where to find this library ?
I tried to compile the project without it and of course had this error :
/usr/bin/ld: cannot find -lopencv_world
Thank you

@zifken
Copy link
Author

zifken commented Mar 26, 2022

I couldn't install one of the requirements : -libjasper-dev
according to this answer I had to install it from a previous release.
I then recompiled opencv and found the libraries with whereis lib_opencv_world.so -> /usr/local/lib/libopencv_world.so
as i choose -DCMAKE_INSTALL_PREFIX=/usr/local.
I will mark this issue closed.

@zifken zifken closed this as completed Mar 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant