http://bugzilla.novell.com/show_bug.cgi?id=502113 User werner@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=502113#c1 --- Comment #1 from Dr. Werner Fink <werner@novell.com> 2009-05-08 05:44:57 MDT ---
From source code rtld.c:
/* There usually is no ld.so.preload file, it should only be used for emergencies and testing. So the open call etc should usually fail. Using access() on a non-existing file is faster than using open(). So we do this first. If it succeeds we do almost twice the work but this does not matter, since it is not for production use. */ .. v4l2convert.so is not for emergencies nor for testing. But it can not be switched off in rtld.c. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.