#557 PR merged: DRLM integration update within new "init" stage

Labels: enhancement

didacog opened issue at 2015-03-04 15:36:

didacog commented at 2015-03-04 16:13:

ldd on RHEL6/Centos6 is not listing these libs:
/usr/lib64/libsoftokn3.so
/usr/lib64/libsqlite3.so.0
/lib64/libfreeblpriv3.so

we identified them with strace...

didacog commented at 2015-03-04 16:16:

in RedHat/centos libfreeblpriv3.so is under /lib* and soft link on /usr/lib*

schlomo commented at 2015-03-04 16:18:

It is actually safe to list both as LIBS will be normalized later on. That
is why it also OK to list all the soft links to a library.

On 4 March 2015 at 17:16, Didac Oliveira notifications@github.com wrote:

in RedHat/centos libfreeblpriv3.so is under /lib* and soft link on
/usr/lib*


Reply to this email directly or view it on GitHub
https://github.com/rear/rear/pull/557#issuecomment-77188508.

didacog commented at 2015-03-04 16:22:

Ok, no problem I will add the /usr/lib* link too.

didacog commented at 2015-03-04 16:30:

It's ok now?


[Export of Github issue for rear/rear.]