Shared Object (.so)

Return to Glossary

A Shared Object (.so) is an indivisible unit that is generated from one or more Relocatable Objects. Shared objects can be bound with dynamic executables to form a runable process. As their name implies, shared objects can be shared by more than one application.

See: Shared Library and Static Library

Source: https://docs.oracle.com/cd/E19120-01/open.solaris/819-0690/6n33n7f8u/index.html#:~:text=A%20shared%20object%20is%20an,by%20more%20than%20one%20application.