[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Announce] Monit 5.3
From: |
Martin Pala |
Subject: |
Re: [Announce] Monit 5.3 |
Date: |
Wed, 14 Sep 2011 22:52:45 +0200 |
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.
I have tested the compilation on Wheezy as well - it works fine with defaults
(no --with-ssl-lib-dir is necessary) => the problem started with Sid ssl
library changes and is Sid specific.
(the fix for Sid is in progress)
Martin
On Sep 14, 2011, at 9:03 PM, Martin Pala wrote:
> Hello Sergey,
>
> the configure script failed, because it didn't found the SSL library. I see
> from the build log, that the libssl-dev was installed correctly - the shared
> libraries are however installed in the locations which is not part of the
> configure script ssl lookup.
>
> Excerpt from the libssl-dev content:
>
> /usr/lib/x86_64-linux-gnu/libcrypto.a
> /usr/lib/x86_64-linux-gnu/libcrypto.so
> /usr/lib/x86_64-linux-gnu/libssl.a
> /usr/lib/x86_64-linux-gnu/libssl.so
>
> ditto for libssl1.0.0:
>
> /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
> /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
>
> We'll fix the configure.ac to check the ${build} directories as well (debian
> sets it to the x86_64-linux-gnu architecture, so it will allow to find the
> libraries).
>
>
> Btw. it seems that this library layout is new in Debian Sid? The Debian
> Wheezy has the libraries in usual path:
>
> /usr/lib/libcrypto.so.1.0.0
> /usr/lib/libssl.so.1.0.0
>
> This library placement change will almost certainly affect the previous Monit
> releases as well (they lookup the SSL library the same way) => i think this
> problem most probably isn't limited to Monit 5.3.
>
>
> Best regards,
> Martin
>
>
>
>
> On Sep 14, 2011, at 2:25 AM, Sergey B Kirpichev wrote:
>
>> Hello,
>>
>> On Tue, Sep 13, 2011 at 11:15 AM, Jan-Henrik Haukeland
>> <address@hidden> wrote:
>>> We have just released Monit 5.3. You can download the new release from:
>>> http://mmonit.com/monit/download/
>>
>> I got a problem, building this version for Debian Sid target (gcc
>> 4.6.1). For Squeeze
>> (gcc 4.4.5) - there is no problem with the exactly same package source.
>>
>> Attached build log for gcc 4.6.1. Debian package sources:
>> http://anonscm.debian.org/gitweb/?p=collab-maint/monit.git
>> <monit_5.3-1_amd64.build>--
>> To unsubscribe:
>> https://lists.nongnu.org/mailman/listinfo/monit-general
>
>
> --
> To unsubscribe:
> https://lists.nongnu.org/mailman/listinfo/monit-general
Re: [Announce] Monit 5.3, Pratap Kumar, 2011/09/23