I'd understood that the fossil binary was supposed to be stand-alone, but when I copied it from one amd64 Linux machine (a Debian Stable box that I do own/control/administer) to another (a hosted box I don't control and just have a user-account on), I get the following error:
$ ~/bin/fossil fossil: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory I do have some libssl.so on the hosted box in question $ find /usr -name libssl.so\* 2>/dev/null /usr/lib64/libssl.so.10 /usr/lib64/libssl.so.1.0.1e /usr/lib64/libssl.so but they appear to be older versions. What's my best course of action? Copy libssl.so.1.1 from my local machine to the hosted machine? Rebuild fossil as a really-static binary, not just a mostly-static binary? Begging and pleading for the hosting service in question to install fossil from their repos is likely out of the question because they're pretty horrible and I'm mostly moving stuff off them. Thanks, -Tim _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users