[Github-comments] [geany/geany] Try and find ldconfig on Ubuntu even with weird sudo configurations (#2661)

Colomban Wendling notifications at xxxxx
Tue Nov 17 09:27:19 UTC 2020


@codebrainz wonderful, so:

1. make sure ldconfig is *not* in sudo's default PATH: `sudo env | grep PATH` and make sure it doesn't contain `/sbin`
2. build and install *in `/usr/local`* (e.g. don't give a custom prefix)

Hopefully this would not work in master, but work with this PR.  If it does work with master, we'll have to make sure `sudo ldconfig` doesn't work because `sudo` doesn't fine ldconfig, and if it does figure out how to prevent it from doing so in order to test.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2661#issuecomment-728802835
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20201117/3ebc6418/attachment.htm>


More information about the Github-comments mailing list