RE:where should we put private libraries

2020-04-12 Thread PICCA Frederic-Emmanuel
> You should consider /usr/lib// if you want to make your
> package multiarch-safe.

And what about ?

/usr/lib//


whcih one is better ?



RE:where should we put private libraries

2020-04-12 Thread PICCA Frederic-Emmanuel
> > The issue is that the current build system do not provide rpath for
> > these libraries so I can not add one via chrpath.
> Well, ideally you need to fix the build system so that it sets the correct
> rpath directly.


I found patchelf whcih allows to add a rpath :))


So I just need to set the rpat for all the extensions and voila :)

Cheers

Frederic