shared libraries – POFTUT

What Is DLL (Dynamic Link Library) File?

What Is DLL (Dynamic Link Library) File?

Dynamic Link Library or DLL is a term used to describe the shared library concept on the Microsoft platforms. DLL is a technology and file format created to pack libraries in an easily share and useable format by Microsoft. DLL files generally have the *.dll file extensions in general bu .ocx and *.drv can be … Read more

How To Use Linux ldd Command To Print Shared Libraries with Examples?

Shared libraries are used to provide functions to the commands and executable of the Linux. ldd command can be used to list currently used shared libraries of given executable file. Help Even ldd command is a simple command which provide some parameters this can be listed with the –help option like below. $ ldd –help … Read more