I am so nearly there, I'm getting quite excited ... Darrick Hartman wrote: > Julian Lyndon-Smith wrote: >> Darrick Hartman wrote: >> >>> Julian Lyndon-Smith wrote: >>> >>>> This *hurts* so much. :( >>>> >>>> I'm ready to give up and go back to my big fat CentOS box. >>>> >>>> curl is not appearing in my make menuconfig : something along the lines >>>> of .config:197: trying to assign nonexistent symbol BR2_PACKAGE_CURL >>>> >>>> where else do I need to add / define BR2_PACKAGE_CURL ? >>>> >>>> And how would I make asterisk know that curl is available ? I normally >>>> do this through "make menuselect" >>>> >>>> >>> Look at the Config.in file inside the packages directory. That's where >>> you tell menuconfig where to look for all the config.in files... >>> >> That's great help, Darrick. Thanks ! I've got curl now appearing in my >> package selection. >> >> If I could be so bold as to now ask: How do I make asterisk select >> func_curl in functions before I "make" ? Usually I run "make menuselect" >> in the asterisk source directory, but I'm sure that's not what you do >> here ... >> > There's a menu option in the astlinux "make menuconfig" under the > Asterisk package section that says something like "Custom asterisk > config" or something close to that. Select that and the build process > will automatically run the menuselect for Asterisk. The asterisk
Only after you do a "make asterisk-clean" followed by "make" :) > package may need to be modified though so tell the configure script > where to look for all things curl. I'm looking at the configure.ac package in /usr/src/astlinux/build_i586/asterisk-1.4.18 and I see that it is looking for curl-config AC_PATH_TOOL([CURL_CONFIG], [curl-config], No) which I can see in /usr/src/astlinux/build_i586/root/usr/bin/curl-config however, when I run the "make" it brings up the menuselect option for asterisk, but func_curl is still XXX because it can't find curl (E) I really appreciate your help on this. It's been two days now, but at least I think I am making some headway ;) Julian > > Darrick > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > 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] > > ______________________________________________________________________ > This email for dotr.com has been scanned by MessageLabs > ______________________________________________________________________ > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ 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]
