[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Packages with libraries and binaries
From: |
Andreas Enge |
Subject: |
Re: Packages with libraries and binaries |
Date: |
Fri, 4 Oct 2013 19:58:39 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
And can I use the same code for libraries using other libraries of the same
package, by changing "bin" to "lib" in the code snippet?
For instance, one has
$ ldd /nix/store/bplvsx34rzpn85vly086l0jhmhil9ncg-icu4c-50.1.1/lib/libicuuc.so
...
libicudata.so.50 => not found
...
where the unfound library resides in the same directory.
Andreas