On Tue, Feb 10, 2015 at 10:35 AM, Alexander Broekhuis <[email protected]> wrote: > 2015-02-10 9:56 GMT+01:00 Pepijn Noltes <[email protected]>: > >> >> > Daniel raised this issue, and I'm not yet sure how to fully solve it. If >> > anyone has any ideas, please add those to the issue. >> >> Well reading the requirements for calling curl_global_init I only see >> one option, if we want to use curl: Adding a doing the init in the >> celix framework and as result add curl as a "default" library. >> > > Whatever fix we try, we should try to keep the framework clean. Perhaps it > is an idea to do this in a specific launcher? Or as an option with the > current launcher?
I would also prefer a clean framework. But I am afraid that the workaround makes everything unnecessary complex. Multiple launcher / additional options needed to get a correct function system. In that case I would prefer a "hack" in the framework. > > That way the framework itself is clean and a custom launcher can easily be > made. > > >> Or look for an alternative for libcurl? >> > > I've been looking a bit already, and couldn't find anything I liked yet. > Suggestions are of course welcome! I prefer a solution which is contained > in the (RSA) bundles itself, instead of having to refrain to a fix in a > custom launcher or (worse) in the framework. > > > -- > Met vriendelijke groet, > > Alexander Broekhuis
