Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Programming Language.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Jaden" data-source="post: 390092" data-attributes="member: 51705"><p>See, this is your problem. Don't disregard something you don't know as invalid, or nonsense. This question has been asked to me before by a couple of my friends who have doctorates in computer science so I'm pretty sure it's a valid question to ask.</p><p></p><p>You need to stop assuming. Answer the question.</p><p></p><p>I don't "spew" nonsense without having sources to back it up, that'd be foolish. It was a serious question, so why don't you answer it? Or do you want a more elaborate explanation? Answer the question.</p><p></p><p>Don't disregard a valid question with "nonsense", let's get an answer.</p><p></p><p></p><p>Pretty certain that's how it works. We can even reference the linux manual.</p><p></p><p>Now that I think about it, you might have heard a previous explanation of ldconfig quite differently so here's basically a literal schema of it's algorithm.</p><p>[SPOILER="ldconfig"]</p><p style="margin-left: 20px">for all libraries in the directory do</p> <p style="margin-left: 20px"> get soname of library</p> <p style="margin-left: 20px"> if soname is already in list</p> <p style="margin-left: 20px"> if new library is newer, replace entry</p> <p style="margin-left: 20px"> otherwise ignore this library</p> <p style="margin-left: 20px"> otherwise add library to list</p><p>[/SPOILER]</p></blockquote><p></p>
[QUOTE="Jaden, post: 390092, member: 51705"] See, this is your problem. Don't disregard something you don't know as invalid, or nonsense. This question has been asked to me before by a couple of my friends who have doctorates in computer science so I'm pretty sure it's a valid question to ask. You need to stop assuming. Answer the question. I don't "spew" nonsense without having sources to back it up, that'd be foolish. It was a serious question, so why don't you answer it? Or do you want a more elaborate explanation? Answer the question. Don't disregard a valid question with "nonsense", let's get an answer. Pretty certain that's how it works. We can even reference the linux manual. Now that I think about it, you might have heard a previous explanation of ldconfig quite differently so here's basically a literal schema of it's algorithm. [SPOILER="ldconfig"] [INDENT]for all libraries in the directory do get soname of library if soname is already in list if new library is newer, replace entry otherwise ignore this library otherwise add library to list[/INDENT] [/SPOILER] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Programming Language.
Top