Re: [Astlinux-users] Adding curl

2008-02-22 Thread Julian Lyndon-Smith
Lonnie, I really appreciate your help here. On the astlinux build, curl-config --libs only gives -lcurl On the centos box, it gives -L/usr/kerberos/lib -lcurl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -ldl -lidn -lssl -lcrypto -lz Julian Lonnie Abelbeck wrote: > Julian, > > So "

Re: [Astlinux-users] Adding curl

2008-02-22 Thread Lonnie Abelbeck
Julian, So "curl-config --libs" on the resulting build (ignoring asterisk) returns what you expect, as in the link? Or could this be a cross- compile issue, maybe asterisk's menuselect is testing your build environment for "curl-config --libs"? If not, maybe that is why asterisk's menuselec

Re: [Astlinux-users] Adding curl

2008-02-22 Thread Julian Lyndon-Smith
Thanks Lonnie, My problem is that func_curl does not get built in the first place (I cannot select it in menuselect because it is "missing") Julian. Lonnie Abelbeck wrote: > On Feb 22, 2008, at 5:16 AM, Julian Lyndon-Smith wrote: > >> for those not following the previous thread with curl and a

Re: [Astlinux-users] Adding curl

2008-02-22 Thread Lonnie Abelbeck
On Feb 22, 2008, at 5:16 AM, Julian Lyndon-Smith wrote: > for those not following the previous thread with curl and astlinux > > I have successfully installed curl as a package within astlinux, > with a > lot of help from people on this list. > > However, I am now stuck .. Julian, Maybe there

Re: [Astlinux-users] Adding curl

2008-02-21 Thread Julian Lyndon-Smith
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 a

Re: [Astlinux-users] Adding curl

2008-02-21 Thread Fred
At 11:37 21/02/2008 -0600, Darrick Hartman wrote: >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. BTW, if you have the time, and since that would take some of the work off

Re: [Astlinux-users] Adding curl

2008-02-21 Thread Darrick Hartman
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

Re: [Astlinux-users] Adding curl

2008-02-21 Thread Julian Lyndon-Smith
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 >>

Re: [Astlinux-users] Adding curl

2008-02-21 Thread Darrick Hartman
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 /

Re: [Astlinux-users] Adding curl

2008-02-21 Thread Julian Lyndon-Smith
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

Re: [Astlinux-users] Adding curl

2008-02-20 Thread Julian Lyndon-Smith
Philip Prindeville wrote: > Add: > > --with-random=/dev/urandom Ok, I'll try that. Thanks. > > as one of the arguments to "configure" in your curl.mk file, and let me > know if that solves your problem. > > Oh, also, you're not supposed to install the "man" pages. :-( > > Doing: > > rm

Re: [Astlinux-users] Adding curl

2008-02-20 Thread Philip Prindeville
Add: --with-random=/dev/urandom as one of the arguments to "configure" in your curl.mk file, and let me know if that solves your problem. Oh, also, you're not supposed to install the "man" pages. :-( Doing: rm -Rf $(BUILD_DIR)/root/usr/man isn't the work-around for that. Find out which

Re: [Astlinux-users] Adding curl

2008-02-20 Thread Julian Lyndon-Smith
Philip Prindeville wrote: Can you tar them up and post them? As requested. Julian. Julian Lyndon-Smith wrote: I do have a Config.in file. Julian Philip Prindeville wrote: You need a Config.in file as well. Julian Lyndon-Smith wrote: Ok, trying to hack this myself: I managed

Re: [Astlinux-users] Adding curl

2008-02-19 Thread Philip Prindeville
Can you tar them up and post them? Julian Lyndon-Smith wrote: > I do have a Config.in file. > > Julian > > Philip Prindeville wrote: > >> You need a Config.in file as well. >> >> >> Julian Lyndon-Smith wrote: >> >>> Ok, trying to hack this myself: >>> >>> I managed to configure and add th

Re: [Astlinux-users] Adding curl

2008-02-19 Thread Julian Lyndon-Smith
I do have a Config.in file. Julian Philip Prindeville wrote: > You need a Config.in file as well. > > > Julian Lyndon-Smith wrote: >> Ok, trying to hack this myself: >> >> I managed to configure and add the curl.mk file . Yay! >> >> make menuconfig refuses to see the new curl package. Boo! any

Re: [Astlinux-users] Adding curl

2008-02-19 Thread Julian Lyndon-Smith
I make heavy use of res_config_curl which allows you to use the realtime engine for voicemail and queues etc but using curl instead of odbc Julian. Lonnie Abelbeck wrote: > On Feb 19, 2008, at 12:45 PM, Julian Lyndon-Smith wrote: > >> Ok, trying to hack this myself: >> >> I managed to configure

Re: [Astlinux-users] Adding curl

2008-02-19 Thread Lonnie Abelbeck
On Feb 19, 2008, at 12:45 PM, Julian Lyndon-Smith wrote: > Ok, trying to hack this myself: > > I managed to configure and add the curl.mk file . Yay! > > make menuconfig refuses to see the new curl package. Boo! any clues ? > > make curl downloaded the package, and then failed because there was n

Re: [Astlinux-users] Adding curl

2008-02-19 Thread Philip Prindeville
You need a Config.in file as well. Julian Lyndon-Smith wrote: > Ok, trying to hack this myself: > > I managed to configure and add the curl.mk file . Yay! > > make menuconfig refuses to see the new curl package. Boo! any clues ? > > make curl downloaded the package, and then failed because there