On Thu 24-Dec-2009 at 10:33 -0800, 2lss wrote: >Everything went pretty smooth but when I try to run hugin I get: > >2...@2lss-laptop:~/hugin-build$ hugin >hugin: error while loading shared libraries: libhuginbase.so.0.0: >cannot open shared object file: No such file or directory > >2...@2lss-laptop:~/hugin-build$ ldd /usr/local/bin/nona > linux-gate.so.1 => (0xb7f12000) > libhuginbase.so.0.0 => not found
>Can anyone point me in the right direction? Thanks for reading. Two possibilities: The Hugin libraries haven't been installed, can you see them in /usr/local/lib ? The libraries are installed, but the linker doesn't see them, this could have several causes. Try running `ldconfig` as root, else check that /etc/ld.so.conf or LD_LIBRARY_PATH are set up correctly to use libraries in /usr/local/lib -- Bruno -- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
