Tiny Core Linux

Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: y_satou70 on August 22, 2020, 12:14:59 AM

Title: x11vnc on 11.x/x86_64 is broken (openssl dependency)
Post by: y_satou70 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
Title: Re: x11vnc on 11.x/x86_64 is broken (openssl dependency)
Post by: Juanito on August 22, 2020, 03:38:31 AM
update posted
Title: Re: x11vnc on 11.x/x86_64 is broken (openssl dependency)
Post by: y_satou70 on August 22, 2020, 07:41:08 AM
thanks, it works!
Title: Re: x11vnc on 11.x/x86_64 is broken (openssl dependency)
Post by: jimmy 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!
Title: Re: x11vnc on 11.x/x86_64 is broken (openssl dependency)
Post by: Juanito 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
Title: Re: x11vnc on 11.x/x86_64 is broken (openssl dependency)
Post by: Juanito on March 01, 2024, 05:42:48 AM
recompiled x11vnc posted