error while loading shared libraries: libtempo2.so.2

Issue #82 invalid
Former user created an issue

partha@LSR9:~$ tempo2 tempo2: error while loading shared libraries: libtempo2.so.2: cannot open shared object file: No such file or directory partha@LSR9:~$ locate libtempo2.so.2 /home/partha/workspace/software/tempo2/.libs/libtempo2.so.2 /home/partha/workspace/software/tempo2/.libs/libtempo2.so.2.0.0 /home/partha/workspace/software/tempo2/.libs/libtempo2.so.2.0.0T /usr/local/lib/libtempo2.so.2 /usr/local/lib/libtempo2.so.2.0.0

How to fix this issue.

Comments (1)

  1. Michael Keith

    Not sure - either you have moved the location of the library after installing, or maybe you didn't install the tempo2 binary with make install?

    It should use libtool to correctly find the right library, same as for many other linux packages.

    A work around may be to set your LD_LIBRARY_PATH to the location of the library.

    I will mark this invalid as I don't think this is a bug in tempo2, since it uses standard tools to build and link the libraries - I suspect some issue with your setup or the way you installed it.

  2. Log in to comment