WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: x11vnc on 11.x/x86_64 is broken (openssl dependency)  (Read 1603 times)

Offline y_satou70

  • Jr. Member
  • **
  • Posts: 52
x11vnc on 11.x/x86_64 is broken (openssl dependency)
« on: August 22, 2020, 12:14:59 AM »
just found that x11vnc.tcz is broken on 11.x/x86_64, as it had dependency to openssl as below - can we have recompiled package ?

Code: [Select]
tc@tc-008064ebe4a1:~$ ldd /usr/local/bin/x11vnc | grep libssl
libssl.so.1.0.0 => not found
libssl.so.1.1 => /usr/local/lib/libssl.so.1.1 (0x00007f047749a000)
tc@tc-008064ebe4a1:~$

    [EDIT]: Added code tags.  Rich
« Last Edit: August 22, 2020, 06:39:36 AM by Rich »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14552
Re: x11vnc on 11.x/x86_64 is broken (openssl dependency)
« Reply #1 on: August 22, 2020, 03:38:31 AM »
update posted

Offline y_satou70

  • Jr. Member
  • **
  • Posts: 52
Re: x11vnc on 11.x/x86_64 is broken (openssl dependency)
« Reply #2 on: August 22, 2020, 07:41:08 AM »
thanks, it works!

Offline jimmy

  • Newbie
  • *
  • Posts: 1
Re: x11vnc on 11.x/x86_64 is broken (openssl dependency)
« Reply #3 on: February 29, 2024, 08:11:27 PM »
x11vnc x86_64 extension is broken in new release 15.x
I was running into issue: x11vnc: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

there are two missing dependencies for x11vnc:
openssl-1.1.1
libXdamage

After install those extensions explicitly, x11vnc works.
I'm newbie here.  Should x11vnc.tcz.dep be modified to include those entries to help other users that might install x11vnc to avoid this issue?  How?
Thanks for making Tiny Core possible!

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14552
Re: x11vnc on 11.x/x86_64 is broken (openssl dependency)
« Reply #4 on: March 01, 2024, 05:15:41 AM »
there are two missing dependencies for x11vnc:
openssl-1.1.1
libXdamage

dep file adjusted - thanks for reporting this, I'll recompile x11vnc one of these days

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14552
Re: x11vnc on 11.x/x86_64 is broken (openssl dependency)
« Reply #5 on: March 01, 2024, 05:42:48 AM »
recompiled x11vnc posted