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

Better support for ldconfig #31

Open
skalee opened this issue Mar 28, 2019 · 0 comments
Open

Better support for ldconfig #31

skalee opened this issue Mar 28, 2019 · 0 comments

Comments

@skalee
Copy link
Contributor

skalee commented Mar 28, 2019

Right now running ldconfig is coupled with installing gnupg component with --sudo option on. This is suboptimal.

  1. One may want to install with --sudo on, but for some reason would rather like skip ldconfig (e.g. on system in which it works in a slightly different way than this scripts expects)
  2. One may want to run scripts as root and without sudo (which may come handy in Docker, esp. when testing)
  3. One may want to build gpgme right after gnupg, in this case ldconfig happens too early
  4. One may want to build some components, but not gnupg (e.g. when building gpgme)
  5. Maybe something else

Anyway, I suppose that running ldconfig should happen after building each individual component, and should be steered by some other option than --sudo. Also, in far future sudo -c could be added for sudoless systems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant