xbsa-54-solaris-cplusplus-fun-20070716
authorEric Sturdivant <sturdiva@umd.edu>
Mon, 16 Jul 2007 21:40:45 +0000 (21:40 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 16 Jul 2007 21:40:45 +0000 (21:40 +0000)
FIXES 65588

deal with change to c++ xbsa library

src/butc/butc_xbsa.c

index 85dc0e5..7eaee95 100644 (file)
@@ -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