Re: bundled libraries

2020-12-24 Thread Antonio T. sagitter
On 24/12/20 15:24, Didier Fabert wrote: Hi, It's for netdata package and specifically for the cloud registration feature. So netdata is working fine without this feature but a lot of users claim this feature. All bundled libs are static, so there is no additional .so file installed (neither

Re: bundled libraries

2020-12-24 Thread Didier Fabert
Hi, It's for netdata package and specifically for the cloud registration feature. So netdata is working fine without this feature but a lot of users claim this feature. All bundled libs are static, so there is no additional .so file installed (neither fedora nor epel repos). We're talking

Re: bundled libraries

2020-12-24 Thread Antonio T. sagitter
Bundled libraries are permitted as long as they do not conflict with system libraries. In your case, it does not happen in Fedora but in EPEL it does; so i would advice you to use a private lib directory in EPEL where bundled .so libraries (generally unversioned libraries) will be installed. Se

Re: bundled libraries

2020-12-24 Thread Neal Gompa
On Thu, Dec 24, 2020 at 8:18 AM Richard Shaw wrote: > > On Thu, Dec 24, 2020 at 1:45 AM Didier Fabert wrote: >> >> Hi, >> >> Yes the guidelines are clear for fedora. I miss tell that the package is >> present in fedora and epel repos and my question is more like this: >> >> Is it possible to mix

Re: bundled libraries

2020-12-24 Thread Didier Fabert
Hi, Thank you very much Richard. Best Regards, Didier FABERT. Le 24/12/2020 à 14:17, Richard Shaw a écrit : On Thu, Dec 24, 2020 at 1:45 AM Didier Fabert > wrote: Hi, Yes the guidelines are clear for fedora. I miss tell that the package is pre

Re: bundled libraries

2020-12-24 Thread Richard Shaw
On Thu, Dec 24, 2020 at 1:45 AM Didier Fabert wrote: > Hi, > > Yes the guidelines are clear for fedora. I miss tell that the package is > present in fedora and epel repos and my question is more like this: > > Is it possible to mix bundled/system libs ? like using system libs (the > must part in

Re: bundled libraries

2020-12-23 Thread Didier Fabert
Hi, Yes the guidelines are clear for fedora. I miss tell that the package is present in fedora and epel repos and my question is more like this: Is it possible to mix bundled/system libs ? like using system libs (the must part in guidelines) for fedora packages and use bundled one for epel p

Re: bundled libraries

2020-12-23 Thread Richard Shaw
On Wed, Dec 23, 2020 at 2:11 AM Didier Fabert wrote: > Hi, > > How to deal with package which add new cool feature, but unfortunately > by adding bundled (static) libraries ? > > 1. I do nothing, this feature cannot be included this way > 2. I can add the feature because libraries are statically

Re: Bundled libraries

2015-01-08 Thread Anshu Prateek
Cool, thanks. Will try using the packages. On Thu, 8 Jan 2015 at 10:55 pm Alec Leamas wrote: > On 08/01/15 18:07, Anshu Prateek wrote: > > hi, > > > > I am trying to package aerospike. It uses some of libraries as modules / > > git sub-modules. > > > > https://github.com/aerospike/aerospike-serve

Re: Bundled libraries

2015-01-08 Thread Alec Leamas
On 08/01/15 18:07, Anshu Prateek wrote: hi, I am trying to package aerospike. It uses some of libraries as modules / git sub-modules. https://github.com/aerospike/aerospike-server/tree/master/modules Do the jansson, jemalloc and luajit fall under the purview of "bundled libraries" ? Well, g