Open baba230896 opened 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.
ldd
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?
@darksworm Do you've any suggestions on this?
I also need a static x11vnc Did you solve it?
have you tried compiling using the -static flag?
-static
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.Can anyone please help me out?