habitat-sh / core-plans

Core Habitat Plan definitions
130 stars 252 forks source link

[mssql] Items missing from RUNPATH #1562

Open smacfarlane opened 6 years ago

smacfarlane commented 6 years ago

The following libraries are not present in the RUNPATH in the mssql binaries and libraries

# ldd /hab/pkgs/core/mssql/14.0.3025.34-1/20180419191354/bin/sqlservr
...
libnuma.so.1 => not found
libgssapi_krb5.so.2 => not found
libkrb5.so.3 => not found
libk5crypto.so.3 => not found
libcom_err.so.2 => not found
libblkid.so.1 => not found
libsss_nss_idmap.so.0 => not found
libuuid.so.1 => not found
...
smacfarlane commented 6 years ago

This is in part addressed by #1565 The remaining libraries (libcomm_err, libsss_nss_idmap) will need additional packages added to core to address.