Tempo2 can't find plk_linux-gnu_plug.t2

Issue #49 new
Parul Janagal created an issue

I ran the following command on my terminal -

tempo2 -gr plk -f J0437.par J0437.tim

I get the following error -

Looking for /home/parul/Downloads/psrsoft/usr/share/tempo2/plugins//plk_linux-gnu_plug.t2
dlerror() = /home/parul/Downloads/psrsoft/usr/share/tempo2/plugins//plk_linux-gnu_plug.t2: cannot open shared object file: No such file or directory
[error]: dlopen() failed while resolving symbols.

Comments (7)

  1. Michael Keith

    I suspect that you did not compile the plk plugin for some reason. This will be either because you did not run “make plugins && make plugins-install” or some required library was not found - check the configure step for any messages.

  2. Parul Janagal reporter

    Sir, I am still getting the same error. I tried to update the plugins using

    ./bin/psrsoft-shell tempo2-plugins

  3. Michael Keith

    I would recommend to install directly from the repository rather than using psrsoft, as this version is very old.

  4. Pradip Kumar

    I ran the following command on my terminal -

    tempo2 -gr plk -f test_de430.par test_1937_2020.tim

    Looking for /home/pradip/software/tempo2/tempo2-2021.06.1/tempo2runtime/plugins//plk_linux-gnu_plug.t2
    dlerror() = /home/pradip/software/tempo2/tempo2-2021.06.1/tempo2runtime/plugins//plk_linux-gnu_plug.t2: cannot open shared object file: No such file or directory
    [error]: dlopen() failed while resolving symbols.

  5. Log in to comment