I need to run the export command:
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
but I get the message that the export command cannot be found.
I have tried to run this from the /usr/local/lib folder and my /home folder.
I appreciate your help.
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
but I get the message that the export command cannot be found.
I have tried to run this from the /usr/local/lib folder and my /home folder.
I appreciate your help.
Comment