On Mon, 29 Jun 2009 12:54:34 +0200
Peter Hüwe <peterhu...@gmx.de> wrote:

> /usr/lib is just a link to /usr/lib64 - 
> $ ls -lahd /usr/lib
>   lrwxrwxrwx 1 root root 5 20. Dez 2008  /usr/lib -> lib64
> 
> but I tried it explicitly with both versions:
> ERROR: ld.so: object '/usr/lib32/libv4l/v4l1compat.so' from
> LD_PRELOAD cannot be preloaded: ignored.
> ERROR: ld.so: object '/usr/lib32/libv4l/v4l1compat.so' from
> LD_PRELOAD cannot be preloaded: ignored.
> 
> ERROR: ld.so: object '/usr/lib64/libv4l/v4l1compat.so' from
> LD_PRELOAD cannot be preloaded: ignored.
> 
> Seems I have to wait till skype releases a v4l2 compatible skype
> binary - but regarding the development cycle of skype this will
> be ... ahem ... never :)

It is not a skype problem but a loader problem. If you have both the 32
and 64 bits libraries, it means that your skype is statically linked
(you may check it by 'file /usr/bin/skype'). Then, get a dynamically
linked version.

Cheers.

-- 
Ken ar c'hentañ |             ** Breizh ha Linux atav! **
Jef             |               http://moinejf.free.fr/
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to