My blog has moved!

You should be automatically redirected in 6 seconds. If not, visit
http://sourceperfect.wordpress.com/
and update your bookmarks.

Friday, April 10, 2009

VMware hangs when using "browse" in the server console

The Solution:

Open a terminal window and as the root user run the following:

cd /usr/lib/vmware/lib/libpng12.so.0
mv libpng12.so.0 libpng12.so.0.old (basically renaming the file)
Then type:
ln -sf /usr/lib/libpng12.so.0

The next step
cd /usr/lib/vmware/lib/libgcc_s.so.1
mv libgcc_s.so.1 libgcc_s.so.1.old
ln -sf /lib/libgcc_s.so.1

These commands can typed into a script so whenever a kernel update is done you just need to run the script and the browse button shouldn't be too much of a hassle.

No comments:

Friday, April 10, 2009

VMware hangs when using "browse" in the server console

The Solution:

Open a terminal window and as the root user run the following:

cd /usr/lib/vmware/lib/libpng12.so.0
mv libpng12.so.0 libpng12.so.0.old (basically renaming the file)
Then type:
ln -sf /usr/lib/libpng12.so.0

The next step
cd /usr/lib/vmware/lib/libgcc_s.so.1
mv libgcc_s.so.1 libgcc_s.so.1.old
ln -sf /lib/libgcc_s.so.1

These commands can typed into a script so whenever a kernel update is done you just need to run the script and the browse button shouldn't be too much of a hassle.

No comments: