From f90106a0f36c306fb20fdbbfabe85e62781aec78 Mon Sep 17 00:00:00 2001 From: "Satadru Pramanik, DO, MPH, MEng" Date: Wed, 7 May 2025 18:51:57 -0400 Subject: [PATCH] Disable LD_AUDIT addition to install.sh (#11884) Signed-off-by: Satadru Pramanik --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 10a698339..d8a2e0e26 100755 --- a/install.sh +++ b/install.sh @@ -316,7 +316,7 @@ function extract_install () { if [[ "${1}" == 'glibc_standalone' ]]; then # set LD_AUDIT to ignore libC.so.6 requests - export LD_AUDIT="${CREW_PREFIX}/opt/glibc-libs/crew-audit.so" + # export LD_AUDIT="${CREW_PREFIX}/opt/glibc-libs/crew-audit.so" # update ld.so cache ldconfig