You are not logged in.

#1 2012-01-09 21:15:55

diederick76
Member
Registered: 2010-02-14
Posts: 157

skype: error while loading shared libraries: libv4l1.so.0: cannot open

As suggested by this thread:

https://bbs.archlinux.org/viewtopic.php?id=95388

I tried to correct the fact that my laptop's camera is mounted upside-down by installing lib32-lib4vl and starting skype like this:

$ LD_PRELOAD=/opt/lib32/usr/lib/libv4l/v4l1compat.so skype

which gives me the following error:

skype: error while loading shared libraries: libv4l1.so.0: cannot open shared object file: No such file or directory

.

Since this is not one of the error messages mentioned in that thread, I started this new one. I am quite without a clue on how to proceed. Can someone tell me what I could be missing here?

Thanks for any help!

Offline

#2 2012-01-09 21:26:07

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: skype: error while loading shared libraries: libv4l1.so.0: cannot open

your LD_PRELOAD is wrong and doesn't correspond with what we do in present.

is simple to find out the right location by doing pacman -Ql lib32-v4l-utils


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2012-01-10 19:17:16

diederick76
Member
Registered: 2010-02-14
Posts: 157

Re: skype: error while loading shared libraries: libv4l1.so.0: cannot open

wonder wrote:

your LD_PRELOAD is wrong

Thanks for you response. Can you tell me how it is wrong exactly?

wonder wrote:

and doesn't correspond with what we do in present.

What exactly is deprecated about it?

wonder wrote:

is simple to find out the right location by doing pacman -Ql lib32-v4l-utils

Except that I'm using lib32-libv4l, not lib32-v4l-utils, because that was suggested in the orginal thread. Anyway, I tried lib32-v4l-utils, but that didn't work either:

$ LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so skype
libv4l2: error dequeuing buf: Ongeldig argument

'Ongeldig' meaning 'Illegal' in Dutch. The error message appears not right after I start skype, but only after I start the camera test in skype. When I start Cheese this way instead of Skype, I get no message, but my camera image is still upside down :-(

Offline

Board footer

Powered by FluxBB