I am working on a nodejs project. Its working in my laptop but when I tried to run it in my desktop it is throwing error :
libcouchbase.so.2: cannot open shared object file: No such file or directory
Can anybody suggest me what could be the wrong?
Thanks in advance
/etc/ld.so.conf
(per this man page), or add that path to your LD_LIBRARY_PATH. - Elliott Frisch