* "Gtk-WARNING **: cannot open display"
add following line in /etc/hosts, to let Solaris recognize local host
<localhost ip address> <localhost name>
execute following line on local host
xhost +
* "Conversion from character set 'UTF-8' to '646' is not supported"
under /usr/local/lib, add charset.alias, to let solaris recognized character set.content see http://www.stata.com/support/faqs/unix/charset.html。
* if you download wireshark installation file from www.sunfreeware.com, finally you will see fontconfig error. No solution is found yet, so you need to compile wireshark byself.
* problem while executing ./configure
install gtk1.2 and use "./configure --disable-gtk2"