Click to See Complete Forum and Search --> : VNC server problem


DimGR
05-02-2004, 12:03 AM
i am trying to set up a vnc server but i get these errors


can not locate /path.pm in QINC. Then i get a 4 lines with error about the libaries .

aborted at /usr/X11R6/bin/vncserver line23

how to fix it?

mdwatts
05-02-2004, 10:14 AM
Distro/version? Did you install VNC yourself or using the VNC package included with your distro? Checked to see if your distro has any online documentation on setting up and configuring VNC?

sharth
05-02-2004, 11:10 AM
and could we see all the errors?

DimGR
05-02-2004, 12:55 PM
Originally posted by sharth
and could we see all the errors?

distro is damn small linux ( www.damnsmalllinux.com). It is installed on a pentium1 machine. The distro came with the vnc viewer and i downloaded the server using apt-get

QINC contains : /etc/perl/users/local/lib/perl /5.8.0./usr/local/share/perl.5.8.0 /user/lib/perl5/usr/share/perl5/usr/lib/perl/5.8.0 /usr/share/perl/5.8.0/usr/local/lib/site/perl/ at /usr/X11R6/bin/vncserver at line 23

mdwatts
05-02-2004, 05:52 PM
Originally posted by DimGR

QINC contains : /etc/perl/users/local/lib/perl /5.8.0./usr/local/share/perl.5.8.0 /user/lib/perl5/usr/share/perl5/usr/lib/perl/5.8.0 /usr/share/perl/5.8.0/usr/local/lib/site/perl/ at /usr/X11R6/bin/vncserver at line 23

:confused:

/user/lib/perl5/usr/share/perl5/usr/lib/perl/5.8.0

All together like that? No separation between the directories?

Mine is

/usr/lib/perl5

/usr/lib/perl5/5.8.1

Does path.pm exist in /usr/lib/perl5/5.8.0? I don't have path.pm myself in /usr/lib/perl5/5.8.1 though I do have lots of other *.pm's.

Have you searched G4L for 'perl path.pm' to see what you can find? Perhaps they will tell you the package you need to install.