|
|
Subscribe / Log in / New account

Quotes of the week

Quotes of the week

Posted Mar 11, 2011 15:08 UTC (Fri) by nicooo (guest, #69134)
In reply to: Quotes of the week by nix
Parent article: Quotes of the week

I see. I don't have the extras installed and it looks like libudev is only a symlink:
lrwxrwxrwx 1 root root 26 Sep 24 14:13 /usr/lib/libudev.so -> ../../lib/libudev.so.0.6.1*


to post comments

Quotes of the week

Posted Mar 14, 2011 13:51 UTC (Mon) by nix (subscriber, #2304) [Link]

libudev.so is always going to be only a symlink: that's the way versioned shared libraries have always worked in ELF-land. It's the location of libudev.so.0.6.1 that matters, and you can see from that symlink that on your system it is in /lib. I'd be willing to bet any amount you like that libudev.so.0 (which is what the dynamic linker open()s) is also in /lib.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds