Which of these commands allows you to use shared libraries that are in /usr/local/lib?

Which of these commands allows you to use shared libraries that are in /usr/local/lib?

Which of these commands allows you to use shared libraries that are in /usr/local/lib?

A.
export LD_PRELOAD=/usr/local/lib

B.
export LD_UBRARY_PATH=/usr/local/lib

C.
ldd/usr/local/lib

D.
Idconfig/usr/local/lib



Leave a Reply 1

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


Tomek

Tomek

correct answer is

E.
export LD_LIBRARY_PATH=/usr/local/lib

😛