2015-06-17 15:56 GMT+02:00 Jacek Cała <[email protected]>:
> Hi,
>
> Please find below some details about the software running in my container:
>
> - fossil version -v says:
> This is fossil version 1.33 [9c65b5432e] 2015-05-23 11:11:31 UTC
> Compiled on Jun 10 2015 22:28:08 using gcc-4.6.3 (32-bit)
> SQLite 3.8.10.2 2015-05-20 18:17:19 2ef4f3a5b1
> Schema version 2015-01-24
> zlib 1.2.3.4, loaded 1.2.3.4
> SSL (OpenSSL 1.0.1 14 Mar 2012)
> UNICODE_COMMAND_LINE
>
> It's been downloaded from the fossil download web page as the precompiled
> binary for linux
Yes, that's what I thought. When compiling fossil using the option -static,
gcc gives the following warning:
warning: Using 'getaddrinfo' in statically linked applications
requires at runtime the shared libraries from the glibc version used
for linking
well, your docker container doesn't have the necessary 32-bit shared
libraries .......
There are two solutions:
- compile fossil as 64-bit linux executable.
- obtain the missing shared library (I have no idea which one, or
where to get it ....)
You can use my container, which contains a functioning docker build of fossil:
<https://registry.hub.docker.com/u/nijtmans/fossil/>
Regards,
Jan Nijtmans
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users