module libvnc.so fails to load because of ABI mismatch
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tigervnc (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Hi,
I'm trying to use the tigervnc x11 module; it does not seem to load beacause of a version mismatch.
# lsb_release -a
LSB Version: core-9.
Distributor ID: Ubuntu
Description: Ubuntu Zesty Zapus (development branch)
Release: 17.04
Codename: zesty
# dpkg -l xorg
Gewünscht=
| Status=
Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?
||/ Name Version Architektur Beschreibung
+++-===
ii xorg 1:7.7+16ubuntu2 amd64 X.Org X Window System
# dpkg -l tigervnc-
Gewünscht=
| Status=
Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?
||/ Name Version Architektur Beschreibung
+++-===
ii tigervnc-
# cat /etc/X11/
Section "Screen"
Identifier "VNC"
Option "SecurityTypes" "VncAuth"
Option "UserPasswdVeri
#adjust the following line
Option "PasswordFile" "/root/.vnc/passwd"
EndSection
Section "Module"
Load "vnc"
EndSection
Here is the correspondig xorg Log:
[ 1843.301] (II) LoadModule: "vnc"
[ 1843.301] (II) Loading /usr/lib/
[ 1843.373] (II) Module vnc: vendor="TigerVNC Project"
[ 1843.373] compiled for 1.18.4, module version = 1.0.0
[ 1843.373] Module class: X.Org Server Extension
[ 1843.373] ABI class: X.Org Server Extension, version 9.0
[ 1843.373] (EE) vnc: module ABI major version (9) doesn't match the server's version (10)
[ 1843.373] (II) UnloadModule: "vnc"
[ 1843.373] (II) Unloading vnc
[ 1843.374] (EE) Failed to load module "vnc" (module requirement mismatch, 0)