First time here? Check out the FAQ!

Ask Your Question
0

Missing OpenCV-2.4.1/build/lib/*.so:

asked Jul 25 '12

varuninnz gravatar image

updated Jul 26 '12

sammy gravatar image

Hi I am very new to Opencv and were learning this for my computer vision class. I've installed opencv2.4 on both windows and linux and get very similar errors.

On Ubuntu 12.4 - I installed using the link below: http://www.samontab.com/web/2011/06/installing-opencv-2-2-in-ubuntu-11-04/

On windows I installed using this link below: http://www.youtube.com/watch?v=dgcXYQijV6c&lc=ULGxUQFMUsrWmwKoqAiCptKXYGzYK163Ntohw2LVLco&feature=inbox

On both OS, I get very similar errors when compling the testing code: On linux I get - error:/home/openCV-2.4.1/build/lib/.so: No such file or directory The INCLUDEPATH & LIBS CODE I specified in linux was
INCLUDEPATH += /home/OpenCV-2.4.1/build/include LIBS += /home/OpenCV-2.4.1/build/lib/
.so

On windows I get something very similar (can't exactly remember) error: LIBS += "C:\opencv24\opencv_bin\bin*.­dll" No such file or directory.

Preview: (hide)

Comments

I've edited your answer a bit. People here are more likely to help if you're polite and kind. Asking for HEEEEEELP does the opposite. Just post your information, as clear as possible. Also check http://answers.opencv.org/question/346/good-questions-and-answers-how-to/ and http://support.google.com/mail/bin/answer.py?hl=en&answer=143051

sammy gravatar imagesammy (Jul 26 '12)edit

1 answer

Sort by » oldest newest most voted
0

answered Mar 19 '15

antithing gravatar image

Hi there, I also had a lot of problems getting opencv to compile. (windows, visual studio 2013)

I solved it by going step by step through this:

http://docs.opencv.org/doc/tutorials/...

and then, when it still told me i was missing certain .dll files, copying them from C:\opencv\build\include to my project dir.

Hope this helps.

Preview: (hide)

Comments

1

Please do not resurrect ancient topics if you do not add any usefull information. The repository has evolved alot since july 2012 and the rules are totally not the same anymore :)

StevenPuttemans gravatar imageStevenPuttemans (Mar 20 '15)edit

Question Tools

Stats

Asked: Jul 25 '12

Seen: 871 times

Last updated: Mar 19 '15