On Mon, 29 Jun 2009 12:30:09 +0200
Peter Hüwe <[email protected]> wrote:
> unfortunately this doesn't work with skype :/
>
> ~ $ cat startskype.sh
> #!/bin/sh
> export LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so
> exec /usr/bin/skype
> ~ $ ./startskype.sh
> ERROR: ld.so: object '/usr/lib/libv4l/v4l1compat.so' from LD_PRELOAD
> cannot be preloaded: ignored.
Hi Peter,
Indeed, you are running a 64bits application:
#!/bin/sh
export LD_PRELOAD=/usr/lib64/libv4l/v4l1compat.so
exec /usr/bin/skype
Cheers.
--
Ken ar c'hentan | ** 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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html