ps: error while loading shared libraries: libprocps.so.7: cannot open shared object file: No such file or directory

OS version:16.04.1-Ubuntu

I have downloaded a source code. I followed the same procedure which given in INSTALL.md $ ./autogen.sh $ ./configure $ make $ make install

Then, I have executed the ps command on the console, I was getting below error, ps: error while loading shared libraries: libprocps.so.7: cannot open shared object file: No such file or directory

I can able resolve this issue by exporting the local library path. $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/user/Desktop/procps/proc/.libs