On Thu, Aug 3, 2017 at 3:56 PM, siefke_lis...@web.de <siefke_lis...@web.de> wrote: > Hello, > > I have updated gnutls v. 3.5.13 and after rebuild google-chrome want not > started. > > Okay link check > > sisibox lib64 # ldd /opt/google/chrome/chrome | grep gnu > libstdc++.so.6 => > /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/libstdc++.so.6 (0x00007fd05e7db000) > libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/libgcc_s.so.1 > (0x00007fd05e5c4000) > libgnutls.so.28 => not found > > So Gnutls missed, I reinstall chrome and become same. I understand not > why because on my package Server: > > (amd64) ks3374456 www-client # ldd /opt/google/chrome/chrome | grep gnu > libstdc++.so.6 => > /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/libstdc++.so.6 (0x00007f339c499000) > libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/libgcc_s.so.1 > (0x00007f339c282000) > libgnutls.so.30 => /usr/lib64/libgnutls.so.30 (0x00007f3399ac9000) > > all work. I have deinstall and install, I have use "Source" and Binary > Package. What can do now?
google-chrome does not depend on gnutls directly. Use the lddtree utility from app-misc/pax-utils to determine what library is pulling it in. % lddtree /opt/google/chrome/chrome