[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [K12OSN] Packaging vnc X11 module, Was: Geting things installed
- From: Robert Arkiletian <robark gmail com>
- To: "Support list for opensource software in schools." <k12osn redhat com>
- Subject: Re: [K12OSN] Packaging vnc X11 module, Was: Geting things installed
- Date: Fri, 10 Feb 2006 20:33:36 -0800
On 2/10/06, Eric Harrison <eharrison 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]