Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - VNC server installation issue: (3 Items)
   
VNC server installation issue  
Hi,

We are trying to install the VNC server on the QNX6.3.2 x86 

We have done the following

1. Installed perl from qnxpub621.iso (perl executable is in /opt/bin)

2. Extracted xf86-4301-qnx6-bin.tar.gz

3. Extracted Xvnc-3.3.7-qnx6-bin.tar.gz

4. Executed the following commands
export PATH=/usr/X11R6/bin:$PATH 
export LD_LIBRARY_PATH=/usr/X11R6/lib:$LD_LIBRARY_PATH 

5. Run vncserver from /usr/X11R6/bin

However step 5 doesnt execute. The error shown is "vncserver not found".

Can anyone please help?

Regards,
-Lakshmi.
Re: VNC server installation issue  
Hi Lakshmi.

I installed like you. Accept use Perl-5.8.8.nb4.tar (from this forum).
Then I do  ln -sf /bin/perl  /usr/bin/perl

I can start  vncserver  but it asked for more 
" Unknown symbol: fchdir
  Could not resolve all symbols"

Following the instruction of  OpenQNX forum, they told us
to install   perl from QopenCD project and it will work fine

BUT  perl5.8.6_qcc2.95.3_nto6.3_x86.qpr  (perl package) has been removed from QopenCD project 

Any idears ?

Trong

Re: VNC server installation issue  
On Fri, Mar 28, 2008 at 01:25:48PM -0400, Trong Nguyen wrote:
> Hi Lakshmi.
> 
> I installed like you. Accept use Perl-5.8.8.nb4.tar (from this forum).
> Then I do  ln -sf /bin/perl  /usr/bin/perl
> 
> I can start  vncserver  but it asked for more 
> " Unknown symbol: fchdir
>   Could not resolve all symbols"
> 
> Following the instruction of  OpenQNX forum, they told us
> to install   perl from QopenCD project and it will work fine
> 
> BUT  perl5.8.6_qcc2.95.3_nto6.3_x86.qpr  (perl package) has been removed from QopenCD project 
> 
> Any idears ?

fchdir() is in the 6.3.2 libc.

-seanb