On Fri, Jun 28, 2013 at 1:44 PM, Don M <dmj_1...@yahoo.com> wrote:

> I realize and have installed some of the RPMs that I can find, most out of
> the Fedora 19 set. But, the issue is I need to be able to load this
> libvnc.so module onto a very static
> RHEL 6.2 64 bit distribution. I can't install or change any packages on
> the target platform.
> If the module is built with libraries that don't match the target
> platform, I would think the module will have problems loading into X, and
> there could also be problems using the module.
>

 Ah, I glossed over the fact you're stuck at EL6.2.  libjpeg-turbo didn't
ship with EL6 until recently.  You could either modify the spec file to
build and link a static copy of libjpeg-turbo (see the EL5 spec file from
the nightly build page), or choose not to use libjpeg-turbo (which will
result in lower performance).  IIRC, cmake28 is not readily available for
EL6 as an RPM, however cmake >= 2.8 is a requirement for building TigerVNC
so you'll need it on the buildhost at least.  I can send you my cmake28
rpm/srpm later tonight if you'd like.  All of those other pre-reqs should
be available from RedHat or CentOS.  On my RH entitled workstation, yum -v
search reports that they are available from the
rhel-x86_64-workstation-optional-6 repository.  Other than cmake28, you
should not have to go to fedora for anything.

-brian
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Tigervnc-users mailing list
Tigervnc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-users

Reply via email to