vote up 1 vote down star

Here is some information saying some libraries are needed to build OpenCV for programming:

-- checking for module 'libunicap'

-- package 'libunicap' not found

-- checking for module 'libucil'

-- package 'libucil' not found

-- checking for module 'libv4l1'

-- package 'libv4l1' not found

I tried to look it up in Synaptic Package Manager but did not find any. Any advice?


UPDATE:

I am installing OpenCV 2.0 via CMake, following http://opencv.willowgarage.com/wiki/InstallGuide.

flag

+1 Because you're using Ubuntu – Nathan Campos Nov 3 at 17:21
what do you mean, Nathan? – Tim Nov 3 at 17:24
I do an up vote to your question because of that. ;) – Nathan Campos Nov 3 at 18:17

3 Answers

vote up 0 vote down

Did you try following these instructions which tell you how to install dependencies and build OpenCV on Ubuntu?

link|flag
Yes, I have tried it and installed the libraries "libgtk2.0-dev libavcodec-dev libavformat-dev libjpeg62-dev libtiff4-dev" already. Note I am installing opencv 2.0 via cmake, not quite the same as the link you gave. – Tim Nov 3 at 17:18
vote up 0 vote down

This doesn't really belong here but you can try using aptitude which should fetch the dependencies:

sudo aptitude update # just update in case you haven't in a long time.
sudo aptitude install OpenCV

Just replace OpenCV with the actual package name of OpenCV. Not sure what it is.

link|flag
vote up 0 vote down

Have you taken a look at Ubuntu Canonical Repository?

Because I searched there and I got the libucil (I tested only with it).

link|flag
Thanks! Yes I have. I downloaded them and got "Error: Dependency is not satisfiable: llbucil2" like error. Any idea what is happening? – Tim Nov 3 at 17:12
I don't have any idea and my Ubuntu laptop isn't here with me now to test this to you. Sorry :( – Nathan Campos Nov 3 at 17:19

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.