2012-08-27 01:53:00 +02:00
|
|
|
Index: ocfs2-tools/libo2dlm/o2dlm.c
|
|
|
|
===================================================================
|
|
|
|
--- ocfs2-tools.orig/libo2dlm/o2dlm.c 2012-08-24 10:22:54.000000000 -0500
|
|
|
|
+++ ocfs2-tools/libo2dlm/o2dlm.c 2012-08-24 10:23:20.000000000 -0500
|
|
|
|
@@ -802,7 +802,7 @@ static errcode_t load_fsdlm(struct o2dlm
|
2010-06-25 14:23:00 +02:00
|
|
|
goto out;
|
|
|
|
}
|
|
|
|
|
|
|
|
- ctxt->ct_lib_handle = dlopen("libdlm_lt.so",
|
|
|
|
+ ctxt->ct_lib_handle = dlopen("libdlm_lt.so.3",
|
|
|
|
RTLD_NOW | RTLD_LOCAL);
|
|
|
|
if (!ctxt->ct_lib_handle)
|
|
|
|
goto out;
|