[In a message on Thu, 30 Jun 2005 11:38:23 EDT, DL Hanna wrote:] >Greetings, > >I have searched the list/web and have found some posts regarding the same >problem (on Solaris 8) but found no solution. Has anyone figured out how to >solve the following error in Solaris 9? > >ld.so.1: Xvnc: fatal: libjpeg.so.62: open failed: No such file or directory > >I've installed jpeg-6b-sol9-sparc-local.gz from >sunfreeware.com<http://sunfreeware.com>and the source (d/l from >tightvnc website) compiled and installed okay, but >when I try to run vncserver the aforementioned error is displayed. This file >exists on my system (in more than one location) but obviously not where >vncserver (Xvnc) is expecting it to be.
1) LD_LIBRARY_PATH=/path/to/dir/with/library export LD_LIBRARY_PATH vncserver 2) crle -u -l /path/to/dir/with/library 3) cd /usr/lib ln -s /path/to/dir/with/library/libjpeg.so.62 The latter two you only need do once. Most of these things can be found in /usr/sfw/lib (if you loaded the optional extra stuff there), and 2) can be handy for that. Sean _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
