Added glibc fix to vmware::server on CentOS.
https://www.centos.org/modules/newbb/viewtopic.php?topic_id=23365&start=0#forumpost91494
This commit is contained in:
parent
5b36025d6c
commit
3465159876
3 changed files with 41 additions and 0 deletions
9
vmware/files/vmware-hostd.patch
Normal file
9
vmware/files/vmware-hostd.patch
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- vmware-hostd.orig 2010-10-14 20:18:17.000000000 +0300
|
||||
+++ vmware-hostd 2010-10-14 20:18:31.000000000 +0300
|
||||
@@ -370,4 +370,6 @@
|
||||
export MALLOC_CHECK_=2
|
||||
fi
|
||||
|
||||
+export LD_LIBRARY_PATH=/usr/lib/vmware/lib/libc.so.6:$LD_LIBRARY_PATH
|
||||
+
|
||||
eval exec "$DEBUG_CMD" "$binary" "$@"
|
Loading…
Add table
Add a link
Reference in a new issue