monit configure issue

Home Forums Conduit: mLinux Model monit configure issue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #8648
    Sean Godinez
    Participant

    Hi,

    I tried building the mlinux-factory-image and ran into a failure during the monit recipe’s configuration build step. I’m running Ubuntu 14.04.

    I found a recipe for building an earlier version of monit. It included two additional EXTRA_OECONF options: with-ssl-lib-dir and with-ssl-incl-dir.

    I changed the mLinux monit recipe’s EXTRA_OECONF_armv5:

    EXTRA_OECONF_armv5 += “\
    libmonit_cv_setjmp_available=yes \
    libmonit_cv_vsnprintf_c99_conformant=yes \
    –with-ssl-lib-dir=${STAGING_LIBDIR} \
    –with-ssl-incl-dir=${STAGING_INCDIR} \

    Seemed to do the trick. Now builds and compiles. Any reason in particular these config options shouldn’t be in there?

    Regards,
    Sean

    #8649
    Sean Godinez
    Participant

    Hi again,

    My log for the config step contained the following:

    checking for SSL include directory… Not found

    Couldn’t find your SSL header files.
    Use –with-ssl-incl-dir option to fix this problem or disable
    the SSL support with –without-ssl

    How are you guys able to configure and build this without these options?

    Regards,
    Sean

    #8652
    Jesse Gilles
    Blocked

    Dear Mr. Godinez,

    The issue got through since it builds fine if you have host ssl libs/headers installed (apt-get install libssl-dev) and was on the list of things to fix. Thanks for the fix, we will integrate it.

    Jesse

    #8656
    Sean Godinez
    Participant

    Dear Mr. Gilles, Keymaster, Sir,

    Thank you for the fast response. Also, great work on the Conduit documentation. I really like the new walkthrough animations.

    Multi-Tech should consider hosting their open source code on Github, or similar, so the community can contribute through pull requests.

    Cheers!
    Sean

    #8657
    Mike Fiore
    Blocked

    Mr. Godinez,
    We do have a GitHub page, but it currently only contains our fork of the MBED SDK.

    https://github.com/MultiTechSystems

    We will have to see if we can get more put up there in the future.

    -Mike

    #8670
    Jesse Gilles
    Blocked

    Fix is pushed to meta-mlinux layer. Thanks again for the patch.

    Jesse

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.