------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1526 Summary: Solaris 11: error compiling since exim 4.83 - Undefined symbol timegm first referenced in file tls.o Product: Exim Version: 4.84 Platform: x86-64 OS/Version: Solaris Status: NEW Severity: bug Priority: high Component: TLS AssignedTo: p...@exim.org ReportedBy: postmas...@fernuni-hagen.de CC: exim-dev@exim.org Since version 4.83 and above I wasn't able to compile exim successfully on a solaris 11 system (intel). The main changes in the Makefile are the using of the newest versions of perl and openssl we installed instead of the default (old) solaris versions. If I try building exim 4.82 from source, everything works fine... The gmake stops with the following message: Undefined symbol timegm first referenced in file tls.o The exact error message is: Undefined first referenced symbol in file timegm tls.o ld: fatal: symbol referencing errors. No output written to exim collect2: ld returned 1 exit status gmake[1]: *** [exim] Error 1 gmake[1]: Leaving directory `/home/....' gmake: *** [all] Error 2 -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##