you need to tell the dynamic linker to look in a build directory for some of a program’s shared libraries?

To what environment variable will you assign or append a value if you need to tell the dynamic
linker to look in a build directory for some of a program’s shared libraries?

To what environment variable will you assign or append a value if you need to tell the dynamic
linker to look in a build directory for some of a program’s shared libraries?

A.
LD_LOAD_PATH

B.
LD_UB_PATH

C.
LD_UBRARY_PATH

D.
LD_SHARE_PATH

E.
LD RUN PATH

Explanation:
the LD_UBRARY_PATH environmental variable set the path for added libraries. You can display
environmental varialble using env command.



Leave a Reply 0

Your email address will not be published. Required fields are marked *