Hi, I built fossil on Ubuntu with a standard configuration (./configure; make) but when moved and ran the binary on fedora it complained that there's no libssl.so.1.0.0. Indeed, on the fedora is no libssl.so.1.0.0 but libssl.so.
When I turned off the ssl support (./configure --with-ssl=none; make) and rebuilt, it complained on fedora about missing versions of glibc: /lib/libc.so.6: version `GLIBC_2.7' not found /lib/libc.so.6: version `GLIBC_2.15' not found What is the trick to build a portable binary like the one officially available on the website? Also, I noticed that my binary is over 3.5MB whereas the official one takes only 1.6MB. Any hints appreciated. Cheers, Jacek _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

