The patch is attached. It adds the build specification to the SSL library search path, tested on Deban Sid, emulating the build system which runs configure with --build=x86_64-linux-gnu
If you want to use the patch, then after applying the patch to the configure.ac, run the "./bootstrap" in monit directory to regenerate the configure script.
configure_ssl.patch
Description: Binary data
On Sep 14, 2011, at 11:26 PM, Sergey B Kirpichev wrote: > On Thu, Sep 15, 2011 at 12:52 AM, Martin Pala <[email protected]> wrote: >> Btw. the workaround is to specify the SSL library directory (in general >> whenever Monit cannot find the SSL in default search paths): >> >> ./configure --with-ssl-lib-dir=/usr/lib/x86_64-linux-gnu >> >> With this option the monit-5.3 compiles fine on Sid. > > Yep. I already tested this solution, thanks. Probably, > --with-ssl-lib-dir=/usr/lib/$(DEB_HOST_GNU_TYPE) > could be viable workaround for debian/rules, but I'm unsure. > > -- > To unsubscribe: > https://lists.nongnu.org/mailman/listinfo/monit-general
-- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general
