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.
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:
Post a Comment