versus /etc/modules ... Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.
FAQ
Search
Today's Posts
Mark Forums Read
![]()
» Video Reviews
» Linux Archive
» Sponsor
» Partners
» Sponsor
LinkBack
Thread Tools
LD_PRELOAD=
Date: Thu, 10 Mar 2011 22:24:29 +0000 (UTC)
> I'm not aware of a kernel module named v4l1compat, so I can't see how
> explicitly loading such a module would have helped anyway.
OK, a spelling error.
peter@dalton:~$ egrep -v '(^ *#)|(^ *$)' /etc/modules
loop
v4l1_compat
> The problem you were facing was a userspace one, namely, how to force an
> executable to load a library that would not otherwise be loaded. That's
> what LD_PRELOAD achieves.
Is "loading /usr/lib/libv4l/v4l1compat.so" synonymous with "loading module
v4l1_compat"? If so, then why does the library work for skype in one case
and not in the other?
Thanks, ... Peter E.
--
Telephone 1 360 450 2132.
Shop pages http://carnot.yi.org/ accessible as long as the old drives survive.
Personal pages http://members.shaw.ca/peasthope/ .
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 171056938.76689.33140@cantor.invalid">http://lists.debian.org/171056938.76689.33140@cantor.invalid
LD_PRELOAD=
From: Liam O'Toole<liam.p.otoole@gmail.com>
Date: Thu, 10 Mar 2011 22:24:29 +0000 (UTC)
I'm not aware of a kernel module named v4l1compat, so I can't see how
explicitly loading such a module would have helped anyway.
[...]
The problem you were facing was a userspace one, namely, how to force an
executable to load a library that would not otherwise be loaded. That's
what LD_PRELOAD achieves.
Is "loading /usr/lib/libv4l/v4l1compat.so" synonymous with "loading module
v4l1_compat"? If so, then why does the library work for skype in one case
and not in the other?
Dude, Liam explained that. The file 'v4l1compat.so' is a library file,
known as DLL files (dynamic link libraries) in Windows and as SO files
(shared object) in Linux. It is not a part of the kernel, and therefore
is not a module that can be modprobe'd, blacklisted, etc.
HTH,
Dave W.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 4D798ED4.8030306@sbcglobal.net">http://lists.debian.org/4D798ED4.8030306@sbcglobal.net
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.