monit configure issue
- This topic has 5 replies, 3 voices, and was last updated 9 years, 5 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: mLinux Model › monit configure issue
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
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
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
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
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
Fix is pushed to meta-mlinux layer. Thanks again for the patch.
Jesse