On Sun, Nov 13, 2016 at 06:08:00PM +0300, Sergey B Kirpichev wrote: > On Sun, Nov 13, 2016 at 03:43:29PM +0100, Kurt Roeckx wrote: > > This seems to have been fixed upstream. > > Yes, this bug was closed by upstream. Thank you for tagging. > > BTW, it still FTBFS on i386.
That's because the configure script tries to look for a function that's been turned into a define. For some reason it's only trying to look for SSL_library_init() on i386. It doesn't seem to find the library path on i386, while it does on others? > > It also seems like for some reason ssl support is disabled on > > other arches than amd64 and i386. > > On which one? > > Here is mips: > > +------------------------------------------------------------+ > | Monit has been configured with the following options: | > | | > | Compression: ENABLED | > | PAM support: ENABLED | > | SSL support: ENABLED | > | Large files support: ENABLED | > | Optimized: DISABLED | > | Profiling: DISABLED | > +------------------------------------------------------------+ But it also says: +------------------------------------------------------------+ | Libmonit is configured as follows: | | | | Optimized: DISABLED | | Profiling: DISABLED | | Openssl: DISABLED | | Compression: ENABLED | +------------------------------------------------------------+ And it seems to link to -lssl anyway. Kurt

