vns server install

I’m trying to install vnc server for qnx rtp. I’ve downloaded it from
sourceforge and decompressed it from /. Went to /opt/X11R6/bin/ and typed
“vncserver”. I get the following message back:
/bin/sh: vncserver: not found

I have no clue what this means. I know vncserver is a Perl script, and I
know it exists in that directory. Is this message coming from the shell or
from the script? Is there any trick to installing vnc server on qnx rtp? I’m
fairly new to the QNX world, and the 'nix world in general. Any help/advice
is greatly appreciated.

May you have to set your PATH env to PATH=$PATH:/opt/X11R6/bin.
perl is installed?
You also have to modify the vncserver perl script to adjust some pathes.
Have a look to the readme file which comes with the distribution.
cheers, Peter
“Peter Young” <pyoung@vbadvance.com.no.spam.please> schrieb im Newsbeitrag
news:ab6qnn$6mq$1@inn.qnx.com

I’m trying to install vnc server for qnx rtp. I’ve downloaded it from
sourceforge and decompressed it from /. Went to /opt/X11R6/bin/ and typed
“vncserver”. I get the following message back:
/bin/sh: vncserver: not found

I have no clue what this means. I know vncserver is a Perl script, and I
know it exists in that directory. Is this message coming from the shell or
from the script? Is there any trick to installing vnc server on qnx rtp?
I’m
fairly new to the QNX world, and the 'nix world in general. Any
help/advice
is greatly appreciated.

Peter Young <pyoung@vbadvance.com.no.spam.please> wrote:

I’m trying to install vnc server for qnx rtp. I’ve downloaded it from
sourceforge and decompressed it from /. Went to /opt/X11R6/bin/ and typed
“vncserver”. I get the following message back:
/bin/sh: vncserver: not found

probably you don’t have perl installed. what does “which perl” say?

btw, vnc may need some stuff from xfree86, which can be downloaded
from the same web site.

frank

I have no clue what this means. I know vncserver is a Perl script, and I
know it exists in that directory. Is this message coming from the shell or
from the script? Is there any trick to installing vnc server on qnx rtp? I’m
fairly new to the QNX world, and the 'nix world in general. Any help/advice
is greatly appreciated.

probably you don’t have perl installed. what does “which perl” say?

That’s the problem. Thanks much.