Hacker News new | past | comments | ask | show | jobs | submit login

Secret to smoothest usage of /usr[/local]/lib64 is to leverage Redhat's

    config.site

Intensive details:

config.site is the usual way this works on most distros. They do provide suggestions for a workaround: Basically backport whatever Fedora's config.site does.

FWIW, the distro I'm currently using where this works does this by exporting CONFIG_SITE in /etc/profile.d/site.sh:

    CONFIG_SITE="/usr/share/site/x86_64-unknown-linux-gnu"
    export CONFIG_SITE
Source link:

https://github.com/egberts/easy-admin/issues/1






Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: