Make vncterm gives error

smilie

New Member
Feb 20, 2009
19
0
1
Hi,

Just a small side note for dev's.
Package
ftp://pve.proxmox.com/sources/ -> vncterm2010_01_15

Says in debian/control:
backup:/home/smilie/vncterm_2010-01-15# more debian/control
Package: vncterm
Version: 0.9-2
Section: x11
Priority: optional
Depends: libc6 (>= 2.7-18), libjpeg62, zlib1g (>= 1:1.2.1), libvncserver0
Maintainer: Proxmox Support Team <support@proxmox.com>
Description: VNC Terminal Emulator
With vncterm you can start commands and export its standard input and
output to any VNC client (simulating a xterm Terminal).


But, when I run:
Code:
backup:/home/smilie/vncterm_2010-01-15# make
gcc -g -o genfont genfont.c -Wall -D_GNU_SOURCE `libvncserver-config --cflags` `libvncserver-config --libs` -lutil
[B]/usr/bin/ld: cannot find -ljpeg[/B]
collect2: ld returned 1 exit status
make: *** [genfont] Error 1
backup:/home/smilie/vncterm_2010-01-15#

Solution:
apt-get install libjpeg62-dev

After that it worked like a charm (installation - no idea if I will get vncterm 'talking').

I know this is really really minor change, but please do fix it - it may save other ppl some time in future :-)

Cheers,
Aleks