From: Eric Sturdivant Date: Mon, 16 Jul 2007 21:40:45 +0000 (+0000) Subject: xbsa-54-solaris-cplusplus-fun-20070716 X-Git-Tag: BP-openafs-windows-kdfs-ifs~605 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5662cd310b03b14d17f4443035b47126f9729207;p=packages%2Fo%2Fopenafs.git xbsa-54-solaris-cplusplus-fun-20070716 FIXES 65588 deal with change to c++ xbsa library --- 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