Yep. My bad. Sorry about that. Again, my apologies for ranting and raving
when if I'd bothered to re-download the RPM I would have realized my error.
:-)

Thank you for your patience!
        John

-----Original Message-----
From: James Weatherall [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 03, 2005 12:16 PM
To: 'John Aldrich'
Cc: 'RealVNC List (E-mail)'
Subject: RE: SRPM?


John,

The VNC Free Edition RPM is called vnc-4_1_1-1.i386.rpm, so it doesn't look
like the RPM you're using came from us, I'm afraid.

Regards,

Wez @ RealVNC Ltd.
 

> -----Original Message-----
> From: John Aldrich [mailto:[EMAIL PROTECTED] 
> Sent: 03 August 2005 17:11
> To: 'James Weatherall'
> Cc: RealVNC List (E-mail)
> Subject: RE: SRPM?
> 
> James:
> I downloaded the binary from your website yesterday. This 
> morning I tried to
> install it and it gave the following error:
> 
> [EMAIL PROTECTED] john]# rpm -Uvh vnc-server-4.1.1-9.i386.rpm
> warning: vnc-server-4.1.1-9.i386.rpm: V3 DSA signature: NOKEY, key ID
> 30c9ecf8
> error: Failed dependencies:
>         libstdc++.so.6(CXXABI_1.3.1) is needed by 
> vnc-server-4.1.1-9.i386
>         libstdc++.so.6(GLIBCXX_3.4.4) is needed by 
> vnc-server-4.1.1-9.i386
> 
> When I run the RPM query, I get the following:
> [EMAIL PROTECTED] john]# rpm -l -q compat-libstdc++
> /usr/lib/libg++.so.2.7.2.8
> /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
> /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
> /usr/lib/libstdc++-libc6.2-2.so.3
> /usr/lib/libstdc++.so.2.7.2.8
> /usr/lib/libstdc++.so.2.8.0
> /usr/lib/libstdc++.so.2.9.dummy
> /usr/lib/libstdc++.so.5
> /usr/lib/libstdc++.so.5.0.7
> 
> I am going to try and re-download the latest RPM from your 
> site (again) and
> see if there is any change, but I'm not optimistic.
> 
> -----Original Message-----
> From: James Weatherall [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 03, 2005 12:05 PM
> To: 'John Aldrich'; 'Alasdair Ferro'; vnc-list@realvnc.com
> Subject: RE: SRPM?
> 
> 
> John,
> 
> In that case, you'll need to run:
> 
> ldd /usr/bin/Xvnc 
> 
> And also run:
> 
> rpm -l -q compat-libstdc++
> 
> To find out precisely which libraries Xvnc cannot find, and 
> precisely which
> libraries compat-libstdc++ is providing.
> 
> As I mentioned in my previous mail, there is no such dependency as
> "libstdc++.so.6" in the standard binaries, so are you sure 
> that you are
> using the standard builds?  If so, are you sure that that is 
> the library
> that it is failing to link against?
> 
> Regards,
> 
> Wez @ RealVNC Ltd.
> 
> 
> > -----Original Message-----
> > From: John Aldrich [mailto:[EMAIL PROTECTED] 
> > Sent: 03 August 2005 16:58
> > To: 'James Weatherall'; 'Alasdair Ferro'; vnc-list@realvnc.com
> > Subject: RE: SRPM?
> > 
> > James:
> > I rarely use the VIEWER on my linux box. I'm wanting to 
> > update the SERVER.
> > Also, the compat-libstdc++ that installs in Fedora Core 3 
> > does NOT include
> > libstdc++.so.6, it only includes libstdc++.so.5.
> > 
> > -----Original Message-----
> > From: James Weatherall [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, August 03, 2005 11:54 AM
> > To: 'John Aldrich'; 'Alasdair Ferro'; vnc-list@realvnc.com
> > Subject: RE: SRPM?
> > 
> > 
> > John,
> > 
> > Can you run the following command:
> > 
> > ldd /usr/bin/vncviewer
> > 
> > This will tell you what libraries vncviewer requires.  The 
> > standard builds
> > don't require anything called "libstdc++.so.6", so are you 
> sure you're
> > running one of them?
> > 
> > You might also like to run:
> > 
> > rpm -l -q compat-libstdc++
> > 
> > This will tell you what libraries the compatibility package 
> > installs on your
> > system.
> > 
> > Regards,
> > 
> > Wez @ RealVNC Ltd.
> > 
> > 
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] 
> > > [mailto:[EMAIL PROTECTED] On Behalf Of John Aldrich
> > > Sent: 03 August 2005 14:54
> > > To: 'Alasdair Ferro'; vnc-list@realvnc.com
> > > Subject: RE: SRPM?
> > > 
> > > Alasdair... I *have* that file installed already, so why is 
> > > it complaining
> > > about the missing 
> > > libstdc++.so.6?
> > >   John
> > > 
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] 
> > [mailto:[EMAIL PROTECTED]
> > > Behalf Of Alasdair Ferro
> > > Sent: Wednesday, August 03, 2005 8:24 AM
> > > To: vnc-list@realvnc.com
> > > Subject: Re: SRPM?
> > > 
> > > 
> > > Or you could just install the compat-libstdc++ 
> > > <http://www.mirrorservice.org/sites/download.fedora.redhat.com
> > > /pub/fedora/li
> > > nux/core/3/i386/os/Fedora/RPMS/compat-libstdc%2b%2b-8-3.3.4.2.
> > > i386.rpm> 
> > > rpm, which is provided so as to give computability between 
> > different 
> > > versions of GCC / libstdc++. Here's the info page (on my 
> > > local mirror):
> > > http://www.mirrorservice.org/sites/download.fedora.redhat.com/
> > > pub/fedora/lin
> > > ux/core/3/i386/os/Fedora/RPMS/compat-libstdc%2b%2b-8-3.3.4.2.i
> > > 386.rpm%5Bpeek
> > > %5D
> > > 
> > > Alasdair
> > > 
> > > >I don't recall seeing an SRPM available for the Real brand 
> > > of VNC. Would it
> > > be 
> > > >possible to get an SRPM? I would like to update my VNC 
> > > Server that came
> > > with 
> > > >Fedora Core 3, but unfortunately, it wants a different 
> > > libstdc++ than I 
> > > >currently have installed. I know I could just grab the 
> > > tarball and compile
> > > it 
> > > >by hand, but that wouldn't be as effective on an 
> RPM-based system.
> > > >
> > > 
> > > 
> > > -- 
> > > 
> > > --------------------------------------------------------------
> > > ----------
> > > Alasdair Ferro                       SpiraTech Ltd,
> > > Product Conformance Engineer         Carrington Business Park,
> > > mailto:[EMAIL PROTECTED]        Manchester,
> > > Work:   +44 (0)161 776 4582          M31 4ZU,  U.K.
> > >                                      http://www.spiratech.com
> > > --------------------------------------------------------------
> > > ----------
> > > 
> > > This email and any files transmitted with it are confidential and
> > > may be legally privileged. It is intended solely for the 
> use of the
> > > individual or entity to whom it is addressed. If you have received
> > > this in error, please contact the sender and delete the material
> > > immediately. Whilst this email has been swept for viruses, you
> > > should carry out your own virus check before opening any
> > > attachment. SpiraTech Ltd accepts no liability for any loss or
> > > damage which may be caused by software viruses or interception
> > > or interruption of this email.
> > > _______________________________________________
> > > VNC-List mailing list
> > > VNC-List@realvnc.com
> > > To remove yourself from the list visit:
> > > http://www.realvnc.com/mailman/listinfo/vnc-list
> > > _______________________________________________
> > > VNC-List mailing list
> > > VNC-List@realvnc.com
> > > To remove yourself from the list visit:
> > > http://www.realvnc.com/mailman/listinfo/vnc-list
_______________________________________________
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list
  • RE: SRPM? John Aldrich

Reply via email to