LibVNC / x11vnc

a VNC server for real X displays
GNU General Public License v2.0
725 stars 142 forks source link

Need static linked library for x11vnc #172

Open baba230896 opened 3 years ago

baba230896 commented 3 years ago

I need x11vnc binary, which should have specific shared library dependencies included.

To be exact, I need the binary should include these two shared libraries' dependencies. I added the ldd command output.

libvncserver.so.1 => /lib/x86_64-linux-gnu/libvncserver.so.1 
libvncclient.so.1 => /lib/x86_64-linux-gnu/libvncclient.so.1

Can anyone please help me out?

baba230896 commented 3 years ago

@darksworm Do you've any suggestions on this?

201841301322 commented 1 year ago

I also need a static x11vnc Did you solve it?

darksworm commented 1 year ago

have you tried compiling using the -static flag?