Re: Version 4.1 for HP-Unix as depot has errors during install

2005-03-17 Thread Theo Jakobus
James Weatherall wrote:
Theo,
It sounds like your downloaded copy is corrupt in some way.  The checksum
(with cksum) of the file should be 1797334438.
The depot file isn't compressed, otherwise it would be about 2.5Mb in size,
rather than almost 7Mb...
I'm not sure whether or not the HP aC++ runtime libraries will work, I'm
afraid, since GCC is the compiler that was used to produce the binaries.
 
I downloaded the compressed depot.
Installation of vnc 4.1.1 using vnc-4_1-parisc_hpux.depot succeeded.
[EMAIL PROTECTED] ~ vncserver
You will require a password to access your desktops.
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libstdc++.sl
/usr/lib/dld.sl: No such file or directory
cat: Cannot open //.vnc/passwd: No such file or directory
New 'becad04:2 (root)' desktop is becad04:2
Creating default startup script //.vnc/xstartup
Starting applications specified in //.vnc/xstartup
Log file is //.vnc/becad04:2.log
[EMAIL PROTECTED] ~
[EMAIL PROTECTED] ~ vncpasswd
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libstdc++.sl
/usr/lib/dld.sl: No such file or directory
Abort
[EMAIL PROTECTED] ~
So next problem is to get the GNU library libstdc++ for HP-UX.
Regards,
Theo
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list


RE: Version 4.1 for HP-Unix as depot has errors during install

2005-03-15 Thread James Weatherall
Theo,

We'll be replacing the HP-UX files shortly, because they currently only work
on HP-UX 11.00 and require libstdc++ - our new binaries work on more
versions of HP-UX and won't require extra libraries beyond what's already on
the system.

What length is the .depot file you've downloaded?

Cheers,

Wez


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Theo Jakobus
 Sent: 15 March 2005 10:07
 To: vnc-list@realvnc.com
 Subject: Version 4.1 for HP-Unix as depot has errors during install
 
 Hi!
 
 I'm using a HP PA-RISC Workstation under HP-UX 11.00
 Download of: vnc-4_1-parisc_hpux.depot
 As root: SAM - Software Install and selection of 
 vnc-4_1-parisc_hpux.depot
 Error !!!
 The log contains:
 * Beginning the Install Execution Phase.
 * Filesets: 2
 * Files: 15
 * kbytes: 6153
 * Installing fileset VNC.server_files,r=4.1 (1 of 2)
 ERROR: tar: ../vnc-4_1-parisc_hpux.depot This doesn't look like a tar 
 archive.
 and so on ...
 
 I like to use depot for installing, this way software is easier to 
 manage.
 
 
 Regards,
 Theo
 ___
 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: Version 4.1 for HP-Unix as depot has errors during install

2005-03-15 Thread Theo Jakobus
   James Weatherall wrote:

Theo,

We'll be replacing the HP-UX files shortly, because they currently only work
on HP-UX 11.00 and require libstdc++ - our new binaries work on more
versions of HP-UX and won't require extra libraries beyond what's already on
the system.

   I'm  using  HP-UX  11.00 and HP aC++ runtime libraries (aCC A.03.13)
   are installed. So that's not the problem.
   The  error  message  says: the depot isn't readable. I guess swpackage
   was used with compress_files=true and uncompress_cmd wasn't defined.

What length is the .depot file you've downloaded?

   6328095 bytes

Cheers,

Wez

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Theo Jakobus
Sent: 15 March 2005 10:07
To: vnc-list@realvnc.com
Subject: Version 4.1 for HP-Unix as depot has errors during install

Hi!

I'm using a HP PA-RISC Workstation under HP-UX 11.00
Download of: vnc-4_1-parisc_hpux.depot
As root: SAM - Software Install and selection of
vnc-4_1-parisc_hpux.depot
Error !!!
The log contains:
* Beginning the Install Execution Phase.
* Filesets: 2
* Files: 15
* kbytes: 6153
* Installing fileset VNC.server_files,r=4.1 (1 of 2)
ERROR: tar: ../vnc-4_1-parisc_hpux.depot This doesn't look like a tar
archive.
and so on ...

I like to use depot for installing, this way software is easier to
manage.

Regards,
Theo
___
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: Version 4.1 for HP-Unix as depot has errors during install

2005-03-15 Thread James Weatherall
Theo,

It sounds like your downloaded copy is corrupt in some way.  The checksum
(with cksum) of the file should be 1797334438.

The depot file isn't compressed, otherwise it would be about 2.5Mb in size,
rather than almost 7Mb...

I'm not sure whether or not the HP aC++ runtime libraries will work, I'm
afraid, since GCC is the compiler that was used to produce the binaries.

Cheers,

Wez @ RealVNC Ltd.


 -Original Message-
 From: Theo Jakobus [mailto:[EMAIL PROTECTED] 
 Sent: 15 March 2005 14:17
 To: James Weatherall
 Cc: vnc-list@realvnc.com
 Subject: Re: Version 4.1 for HP-Unix as depot has errors 
 during install
 
 James Weatherall wrote: 
 
   Theo,
   
   We'll be replacing the HP-UX files shortly, because 
 they currently only work
   on HP-UX 11.00 and require libstdc++ - our new binaries 
 work on more
   versions of HP-UX and won't require extra libraries 
 beyond what's already on
   the system.
 
 
 I'm using HP-UX 11.00 and HP aC++ runtime libraries (aCC 
 A.03.13) are installed. So that's not the problem.
 The error message says: the depot isn't readable. I guess 
 swpackage was used with compress_files=true and 
 uncompress_cmd wasn't defined.
 
 
   
   What length is the .depot file you've downloaded?
 
 
 6328095 bytes
 
 
   
   Cheers,
   
   Wez
___
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list