From: Eric Sturdivant Date: Mon, 16 Jul 2007 21:42:05 +0000 (+0000) Subject: DEVEL15-xbsa-54-solaris-cplusplus-fun-20070716 X-Git-Tag: openafs-devel-1_5_22~45 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d54a412d21128065542d918ab335277c602df571;p=packages%2Fo%2Fopenafs.git DEVEL15-xbsa-54-solaris-cplusplus-fun-20070716 FIXES 65588 deal with change to c++ xbsa library (cherry picked from commit 5662cd310b03b14d17f4443035b47126f9729207) --- diff --git a/src/butc/butc_xbsa.c b/src/butc/butc_xbsa.c index 85dc0e5f5..7eaee95e7 100644 --- a/src/butc/butc_xbsa.c +++ b/src/butc/butc_xbsa.c @@ -132,7 +132,8 @@ xbsa_MountLibrary(struct butx_transactionInfo *info, afs_int32 serverType) RTLD_NOW | RTLD_LOCAL | RTLD_MEMBER); } #elif defined(AFS_SUN5_ENV) - dynlib = dlopen("/usr/lib/libXApi.so", RTLD_NOW | RTLD_LOCAL); + dlopen ("/usr/lib/libCstd.so.1", RTLD_NOW | RTLD_GLOBAL); + dynlib = dlopen("/usr/lib/libXApi.so", RTLD_NOW | RTLD_GLOBAL); #else dynlib = NULL; #endif