[K12OSN] Packaging vnc X11 module, Was: Geting things installed

Robert Arkiletian robark at gmail.com
Sat Feb 11 04:33:36 UTC 2006


On 2/10/06, Eric Harrison <eharrison at mail.mesd.k12.or.us> wrote:
>
> 1) Figure out how to build the vnc X11 extension module within the LBE.
>
>     The source code and build instructions are included in the vnc src.rpm.
>     (the vnc-server package sticks this in
>      /usr/X11R6/lib/modules/extensions/vnc.so, the LTSP version would be
>      /opt/ltsp/i386/usr/X11R6/lib/modules/extensions/vnc.so...)
>
> 2) There might be a missing library as well, if that is the case it will
>     need to be built in the LBE as well.

Yes. In addition to

/opt/ltsp/i386/usr/X11R6/lib/modules/extensions/vnc.so

we also need

/opt/ltsp/i386/usr/lib/libstdc++.so.6

and

/opt/ltsp/i386/lib/libgcc_s.so.1

This last one is a little tricky because it already exists in the LBE.
However, the stock libgcc_s.so.1 does not seem to work (at least with
the vnc.so copied from /usr/X11R6/lib/modules/extensions)
Also something to ponder, the stock LBE soft links outside itself:

$ ls -l /opt/ltsp/i386/lib/libgcc_s.so
lrwxrwxrwx  1 root root 18 Jul 27  2005 /opt/ltsp/i386/lib/libgcc_s.so
-> /lib/libgcc_s.so.1

Here is the link to the original LTSP wiki doc
http://wiki.ltsp.org/twiki/bin/view/Ltsp/WorkInProgress#VNC_SO

--
Robert Arkiletian
C++ GUI tutorial http://fltk.org/links.php?V19




More information about the K12OSN mailing list