Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debian/triggers: add (to run ldconfig) #664

Merged
merged 1 commit into from
Feb 6, 2018

Commits on Feb 6, 2018

  1. debian/triggers: add (to run ldconfig)

    After installing the deb package, st-util fails to start:
    
    > $ st-util
    > st-util: error while loading shared libraries: libstlink-shared.so.1:
    > cannot open shared object file: No such file or directory
    
    The reason is, no one ran `ldconfig` upon installing the library.
    
    The solution, as per latest Debian recommendations [1], is to add an
    ldconfig trigger in debian/triggers, which is what this commit does.
    
    [1] https://www.debian.org/doc/debian-policy/#ldconfig
    
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    kolyshkin committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    036cb8e View commit details
    Browse the repository at this point in the history