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
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!