Hi Michael, I'm sorry, but enabling res_http_post is not as simple as I predicted.
Asterisk requires the "gmime" package for res_http_post to build. Unfortunately our build environment (buildroot) does not support that package. It may be possible to add it, but that is another level of work. I was expecting that using "menuselect/menuselect --enable res_http_post menuselect.makeopts" in asterisk.mk would work, I tried that, but it doesn't because of the gmime dependancy. Sorry for the detour, Lonnie PS: To answer some of your other questions, though moot now... Your checked out the "branches/1.0" to get the latest development version, which includes Asterisk 1.8.11.0. If you instead checkout "tags/1.0.2" you would get the current shipping version, which includes Asterisk 1.8.9.2" On Apr 21, 2012, at 7:11 AM, Neuer User wrote: > Seems I am missing something... > > Got the build system installed and running (good documentation!). Got a > successful astlinux build (although the name is astlinux-1.0-.tar-gz; > seems to be missing a version number ?). > > Then deleted output/build/asterisk-1.8.11.0 (btw. why is the asterisk > version number so high? I thought astlinux 1.0.2 uses asterisk 1.8.9). > > In menuconfig I select asterisk configure options. Then restarted the > build. But no menuconfig was shown and there was an error at the end of > the builf: > > make[1]: Entering directory > `/home/michael/builds/astlinux/1.0/output/build/asterisk-1.8.11.0' > make[1]: Zirkuläre Datei menuselect.makeopts <- menuselect.makeopts > Abhängigkeit wird nicht verwendet. > /usr/bin/install -c -d > "/home/michael/builds/astlinux/1.0/output/target/usr/lib/asterisk/modules" > /usr/bin/install -c -d > "/home/michael/builds/astlinux/1.0/output/target/usr/sbin" > /usr/bin/install -c -d > "/home/michael/builds/astlinux/1.0/output/target/etc/asterisk" > /usr/bin/install: kann Zugriffsrechte von > „/home/michael/builds/astlinux/1.0/output/target/etc/asterisk“ nicht > ändern: Datei oder Verzeichnis nicht gefunden > make[1]: *** [installdirs] Fehler 1 > make[1]: Leaving directory > `/home/michael/builds/astlinux/1.0/output/build/asterisk-1.8.11.0' > make: *** > [/home/michael/builds/astlinux/1.0/output/target/usr/sbin/asterisk] Fehler 2 > > I guess that is the wrong way to do it. What is the correct way? Do I > also need to clean the whole build dir and rebuild everything from > scratch (first build took 100 min)? > > Michael > > > ------------------------------------------------------------------------------ > For Developers, A Lot Can Happen In A Second. > Boundary is the first to Know...and Tell You. > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > _______________________________________________ > Astlinux-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to > [email protected]. > > ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [email protected].
