ereOn
ereOn

Reputation: 55726

What are good practices regarding shared libraries on Linux?

I recently read a lot about shared libraries on Linux, and here is what I learnt:

Is this correct ?

Upvotes: 15

Views: 5463

Answers (1)

sarnold
sarnold

Reputation: 104020

Suggested reading:

Ulrich Drepper's How to write shared libraries: http://www.akkadia.org/drepper/dsohowto.pdf

Ulrich Drepper's Good Practices in library design, implementation, and maintenance: http://www.akkadia.org/drepper/goodpractice.pdf

dsohowto is much more detailed. goodpractice is a quick read.

Upvotes: 25

Related Questions