[Fix] VMware Client Integration plugin on Mac OS X 10.11 and higher

Ce message est également disponible en : French

client_plugin_55

I have to installed the VMware Client integration plugin on my MAC. But it didn’t work properly. Even with a successful installation, i came back on the vSphere Web client and the browser didn’t see the plugin.

I will tell you how to fix this issue.

First of all, if you have already installed the VMware Client Integration plugin on your MAC, just removed it.

Open a terminal and execute these command line.

$ sudo mkdir -p /build/toolchain/mac32/openssl-1.0.1m
$ sudo ln -s /Applications/VMware\ Client\ Integration\ Plug-in.app/Contents/Frameworks /build/toolchain/mac32/openssl-1.0.1m/lib

Once it is done, you can run the full installer again.

And that’s it , go back to your browser and the plugin is now working !

Enjoy

NB : if it is not working , you can do the following

$ sudo ln -s /Applications/VMware\ Client\ Integration\ Plugin.app/Contents/Frameworks/libssl.1.0.1.dylib
$ sudo ln -s /Applications/VMware\ Client\ Integration\ Plugin.app/Contents/Frameworks/libcrypto.1.0.1.dylib 

 

Leave a Reply