Linux - What is LD_LIBRARY_PATH?

What is LD_LIBRARY_PATH?

LD_LIBRARY_PATH is an environment variable. It is used for debugging a new library or a non standard library. It is also used for which directories to search. Path to search for directories needs to given. The variable can be set by using setenv—LD_LIBRARY_PATH--$PATH

What is LD_LIBRARY_PATH?

LD_LIBRARY_PATH is an environment variable. This is used to search for the shared objects / dynamic libraries by the operating system for extendable functionality at runtime.
Linux File Server - What is the file server in Linux server?
What is the file server in Linux server? - File server is used for file sharing. It enables the processes required fro sharing. All the files can be stored......
NFS: What is NFS? What is its purpose?
What is NFS? What is its purpose? - NFS is Network File system. It is a file system used for sharing of files over a network.......
Linux - How do I send email with linux?
How do I send email with linux? - Email can be sent in Linux using the mail command........
Post your comment