all, I installed 'vowpal wabbit' package and also use 'make test' to test it. It shows everything is okay. However, when I input 'vw' in terminal, it has the following errors:
vw: error while loading shared libraries: libvw.so.0: cannot open shared object file: No such file or directory
My system is ubuntu12.04-64bit. Could anyone tell me how to solve this problem ? Thanks
/etc/cron.daily/mlocateand then trylocate libvw.so.0– Rich Homolka Apr 11 '13 at 20:55"/home/tqjustc/Downloads/vowpal_wabbit-7.2/vowpalwabbit/.libs/libvw.so.0" and
"/home/tqjustc/Downloads/vowpal_wabbit-7.2/vowpalwabbit/.libs/libvw.so.0.0.0"
"/home/tqjustc/Downloads/vowpal_wabbit-7.2/vowpalwabbit/.libs/libvw.so.0.0.0"
"/usr/local/lib/libvw.so.0"
"/usr/local/lib/libvw.so.0.0.0"
– Qiongjie Tian Apr 15 '13 at 08:43LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/liband run it? – Rich Homolka Apr 15 '13 at 17:44