Le mercredi 22 novembre 2017 11:22:27 UTC+1, daniel trejo a écrit :
Hi again, thank you > > The servers setup is such that, the binary for curl is in /usr/bin, while > its headers and lib are in the directory /software/, > Highly nonstandard. That *may* be the reason for which libcurl doesn’t build. Could you try to symlink them to a more standard place ? Anyway, Trac#24107 <https://trac.sagemath.org/ticket/24107> (slowly progressing…) should fix this. Thanks for the heads-up ! — Emmanuel Charpentier I have added both library and include directory in the env variables > LDFLAGS and CPPFLAGS. Still, the output of configure continues to be > > curl-7.56.1 > > that is, it still tries to build curl-7.56, maybe I missed something? > > best regards > > El martes, 21 de noviembre de 2017, 17:13:44 (UTC+1), Dima Pasechnik > escribió: >> >> >> >> On Tuesday, November 21, 2017 at 3:23:00 PM UTC, daniel trejo wrote: >>> >>> Thank you for all your help. >>> >>> Sadly I downloaded sage.8.1.rc2, ran ./configure and make, still the >>> same problem during make >>> >>> could it be that in my setup configure is not finding the path to >>> libcurl? do I have to set an environmental variable for sage to use the >>> systems libcurl? >>> >> >> Do you have curl executable installed too? It's checked for as well. >> >> The output of configure should have a line like >> >> curl-7.56.1 not installed (configure check) >> >> that indicates that it has picked up the system (lib)curl >> --- otherwise it would instead have a line like >> >> curl-7.56.1 >> >> As long as curl and libcurl are installed at sane locations, such us >> /usr/ or /usr/local/, >> no need for any special config options. >> >> >> >>> Best regards >>> >>> El martes, 21 de noviembre de 2017, 16:15:05 (UTC+1), Dima Pasechnik >>> escribió: >>>> >>>> sage 8.1 (or already available 8.1.rc2) will do this automatically. >>> >>> -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
