The problem is that it says, at

        https://www.fossil-scm.org/index.html/doc/trunk/www/index.wiki

that

        Fossil is a single self-contained stand-alone executable. To install, 
simply download a precompiled binary for Linux, Mac, OpenBSD, or Windows and 
put it on your $PATH.

which is incorrect - there *is* a tarball containing a binary for Mac, but it's 
not a stand-alone executable, it's an executable that needs to be bundled with 
OpenSSL shared libraries:

        $ otool -L fossil
        fossil:
                /usr/local/opt/openssl/lib/libssl.1.0.0.dylib (compatibility 
version 1.0.0, current version 1.0.0)
                /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib (compatibility 
version 1.0.0, current version 1.0.0)
                /usr/lib/libz.1.dylib (compatibility version 1.0.0, current 
version 1.2.8)
                /usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current 
version 7.0.0)
                /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, 
current version 1238.50.2)

as per the first two lines of otool output after the file name.

There doesn't seem to be anything on the Web site about submitting bugs, so....
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to