Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 609162 - x11-misc/x11vnc-0.9.14_p20161013 - x11vnc: symbol lookup error: x11vnc: undefined symbol: rfbInitServerWithoutPthreadsButWithZRLE
Summary: x11-misc/x11vnc-0.9.14_p20161013 - x11vnc: symbol lookup error: x11vnc: undef...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alex Xu (Hello71)
URL:
Whiteboard:
Keywords: Inclusion, PATCH
Depends on: 611662
Blocks:
  Show dependency tree
 
Reported: 2017-02-12 18:47 UTC by Kenneth Miller
Modified: 2017-08-13 15:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
0004-x11-misc-x11vnc-fix-bug-609162.patch (0004-x11-misc-x11vnc-fix-bug-609162.patch,2.21 KB, patch)
2017-02-18 16:33 UTC, Alex Xu (Hello71)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Miller 2017-02-12 18:47:01 UTC
When x11vnc is started it fails with the symbol lookup error.

x11vnc: symbol lookup error: x11vnc: undefined symbol: rfbInitServerWithoutPthreadsButWithZRLE

These are the options passed at startup:
x11vnc -display :0 -tightfilexfer -forever -rfbauth /home/xxx/.vnc/passwd -rfbport 999 -auth /var/run/slim.auth &

build options:
crypt
ssl
xinerama

x11vnc-0.9.13_p20150111 version works correctly.
Comment 1 Alex Xu (Hello71) 2017-02-18 16:33:23 UTC
Created attachment 464246 [details, diff]
0004-x11-misc-x11vnc-fix-bug-609162.patch