From 5c714aa40a73c2bc19fbc01ca783b24cb1b8c8be Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Thu, 18 May 2023 23:32:34 -0400 Subject: [PATCH] fix: load libiconv module into envs (#543) While linking StDbLib the linker cannot find libiconv, an indirect dependency via libxml2, unless it searches paths in LD_LIBRARY_PATH --- mgr/config/v0.2.3-rhel7-root5.34.38-32b.config | 1 + mgr/config/v0.2.3-rhel7-root5.34.38-64b.config | 1 + 2 files changed, 2 insertions(+) diff --git a/mgr/config/v0.2.3-rhel7-root5.34.38-32b.config b/mgr/config/v0.2.3-rhel7-root5.34.38-32b.config index c9098590a61..b239f572acd 100644 --- a/mgr/config/v0.2.3-rhel7-root5.34.38-32b.config +++ b/mgr/config/v0.2.3-rhel7-root5.34.38-32b.config @@ -6,3 +6,4 @@ module purge module unuse /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86_64/ module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86/ module load star-env-0.2.3-root-5.34.38 +module load libiconv-1.16 diff --git a/mgr/config/v0.2.3-rhel7-root5.34.38-64b.config b/mgr/config/v0.2.3-rhel7-root5.34.38-64b.config index 990dc9981c5..5ced6372fa4 100644 --- a/mgr/config/v0.2.3-rhel7-root5.34.38-64b.config +++ b/mgr/config/v0.2.3-rhel7-root5.34.38-64b.config @@ -6,3 +6,4 @@ module purge module unuse /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86/ module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86_64/ module load star-env-0.2.3-root-5.34.38 +module load libiconv-1.16