Ask Your Question
0

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

asked 2012-07-25 17:46:30 -0600

varuninnz gravatar image

updated 2012-07-26 01:13:21 -0600

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.

edit retag flag offensive close merge delete

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 ( 2012-07-26 01:16:14 -0600 )edit

1 answer

Sort by » oldest newest most voted
0

answered 2015-03-19 14:38:45 -0600

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.

edit flag offensive delete link more

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 ( 2015-03-20 05:03:57 -0600 )edit

Question Tools

Stats

Asked: 2012-07-25 17:46:30 -0600

Seen: 798 times

Last updated: Mar 19 '15