Why the VMware client integration plugin is not detected by Google Chrome even though the installation was successful?. I had to create /opt/google/chrome/plugins folder to finish the bundle installation. Do I need to run the following lines in a script?. Anybody there had a similar experience?.
#export LD_PRELOAD="/opt/google/chrome/plugins/npVMwareClientSupportPlugin-5-5-0.so /opt/google/chrome/plugins/np-vmware-vmrc-5.5.0-1587018.so"
export LD_PRELOAD="/usr/lib/vmware-cip/5.5.0/npVMwareClientSupportPlugin-5-5-0.so /usr/lib/vmware-vmrc/5.5/np-vmware-vmrc-5.5.0-1587018-64.so"
sudo /usr/lib/vmware-vmrc/5.5/vmware-vmrc $@
Thank you.