let me tell you the procedure for installing Vmware view horizon client
1- download the
http://archive.canonical.com/ubuntu/pool/partner/v/vmware-view-client/vmware-view-client_2.2.0-0ubuntu0.12.04_i386.deb2- Install findutils.tcz and squashfs-tools.tcz
3- convert the .deb file to .tcz
4- tce-load -i vmware-view-client_2.2.0-0ubuntu0.12.04_i386.tcz
5- after that when i run vmware-view i got this error and i have to install zenity :
/usr/bin/vmware-view: line 17: zenity not found
6- so for installing zenity i have to install these items too :
- Xorg-7.5-lib.tcz
- graphics-libs-1.tcz
- libxft.tcz
- dbus.tcz
- dbusglib.tcz
- libnotify.tcz
- zenity.tcz
7- after installing zenity when i run vmwar-view i got this error :
zenity : error while loading shared libraries: libpng12.so.0: can not open shared object file : no such file or directory
8- so i search for the libpng and this is the result :
/usr/local/lib/libpng.so
/usr/local/lib/libpng16.so
/usr/local/lib/libpng16.so.16
/usr/local/lib/libpng16.so.1.2.0
* and also same files in the /tmp/tcloop/libpng/usr/local/lib
9 - i run this command : ln -s /usr/local/lib/libpng16.so.16 /lib/libpng12.so.0
10- after that when i run vmware-view the EULA screen pop up opens and after clicking the CLOSE bottom i got this error
vmware-view.bin : error while loading shared libraries: libssl.so.0.9.8 : can not open shared object file : no such file or directory
11- again seraching for the libssl and this is the result :
/usr/local/lib/libssl.so.1.0.0
/usr/local/lib/libssl.so
12- next command is : ln -s /usr/local/lib/libssl.so.1.0.0 /lib/libssl.so.0.9.8
13- after that when i run vmware view this is the next error :
vmware-view.bin : error while loading shared libraries: libcrypto.so.0.9.8 : can not open shared object file : no such file or directory
14- next command is : ln -s /usr/local/lib/libcrypto.so.1.0.0 /lib/libcrypto.so.0.9.8
15- so now when i run vmware-iew the VMWare Horizon View Client login page appeares .
16- after typing the ip address of my server or what ever in the text box and clicking on the connect :
Segmentation fault
hear is the vmware-view log :
Feb 18 10:28:50.024: vmware-view.bin 6459| Log for vmware-view.bin pid=6459 version=2.2.0-1415252
Feb 18 10:28:50.065: vmware-view.bin 6459| Using locale directory /tmp/tcloop/vmware-view-client_2.2.0-0ubuntu0.12.04_i386/usr/bin/../share/locale
Feb 18 10:28:50.070: vmware-view.bin 6459| Couldn't open '/home/tc/.vmware/view-recent-brokers' for reading, no list of recent brokers
Feb 18 10:28:50.070: vmware-view.bin 6459| Couldn't open '/home/tc/.vmware/view-trusted-brokers' for reading, no list of trusted hosts.
Feb 18 10:28:50.070: vmware-view.bin 6459| Couldn't open '/etc/vmware/view-keycombos-config' for reading, no list of key combos for host.
Feb 18 10:28:50.084: vmware-view.bin 6459| Initializing smartcard modules
Feb 18 10:28:50.085: vmware-view.bin 6459| Could not open module directory /usr/lib/vmware/view/pkcs11: Error opening directory '/usr/lib/vmware/view/pkcs11': No such file or directory
Feb 18 10:28:50.099: vmware-view.bin 6459| Using glib version 2.38.2
Feb 18 10:28:50.100: vmware-view.bin 6459| Using gtk+ version 2.24.20
Feb 18 10:28:50.100: vmware-view.bin 6459| Using window manager Unknown
Feb 18 10:28:50.296: vmware-view.bin 6459| Built using OpenSSL 0.9.8y 5 Feb 2013
Feb 18 10:28:50.296: vmware-view.bin 6459| Using OpenSSL 1.0.0k 5 Feb 2013
Feb 18 10:28:50.296: vmware-view.bin 6459| Using libcurl/7.32.0 OpenSSL/1.0.0k zlib/1.2.8 c-ares/1.9.1
Feb 18 10:28:50.593: vmware-view.bin 6459| We cannot use all monitors.
Feb 18 10:30:15.496: vmware-view.bin 6459| Disconnecting from broker (null)
and the result of the tail -f /var/log/messages is : user.info kernel : vmware-view.bin[8197]: segfault at 20 ip b6e50c17 sp bfcadae0 error 4 in libcrypto.ao.1.0.0[b6d95000+140000]
the result of ls -la /usr/local/lib/libcrypto.so.1.0.0 is poiting at : --> /tmp/tcloop/openssl-1.0/usr/local/lib/libcrypto.so.1.0.0
and
the result of ls -la /usr/local/lib/libcrypto.so is poiting at : --> /tmp/tcloop/openssl-1.0/usr/local/lib/libcrypto.so
if i chenge the command in lione 14 of this post to
14* - next command is : ln -s /usr/local/lib/libcrypto.so /lib/libcrypto.so.0.9.8
the same error and the same syslog :
and the result of the tail -f /var/log/messages is : user.info kernel : vmware-view.bin[8197]: segfault at 20 ip b6e50c17 sp bfcadae0 error 4 in libcrypto.ao.1.0.0[b6d95000+140000]