hum about static libs... a default binary version with static libs are ok to me... if anyone need a more "dynamic" we could compiler a second binary version static is very easier to report bugs, we just know what is running and don't need to ask users about it today when i install mariadb i use the binary package, i'm not using rpm deb or others packages... when possible i have the binary and a copy of source package with a compiled binary (to make sure i can change if something happen, or a important patch appear)
2013/9/18 Sergei Golubchik <[email protected]> > Hi, Reindl! > > On Sep 18, Reindl Harald wrote: > > > > > Anyway, jemalloc is bundled with the mariadb sources and is linked in > > > statically: > > > > > > $ ldd sql/mysqld|grep jemalloc > > > $ grep jemalloc sql/mysqld > > > Binary file sql/mysqld matches > > > > oh no - please no static libraries that is a very bad style > > and explicitly forbidden by most distributions and patched > > around whereever upstreams insists on it > > > > so we really need soemthing like > > > > -DWITH_SSL=system \ > > -DWITH_ZLIB=system \ > > Yes. https://mariadb.atlassian.net/browse/MDEV-5026 > I'll fix it for 5.5.34 > At the moment you can try a workaround > > -DWITH_JEMALLOC=no -DLIBJEMALLOC=jemalloc > > (or only the first one, to disable jemalloc completely) > > Regards, > Sergei > > _______________________________________________ > Mailing list: https://launchpad.net/~maria-discuss > Post to : [email protected] > Unsubscribe : https://launchpad.net/~maria-discuss > More help : https://help.launchpad.net/ListHelp > -- Roberto Spadim SPAEmpresarial
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp

