NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Shared object "libintl.so.9" not found (but its there)



On Wed, 11 Mar 2020, Jeffrey Walton wrote:

> $ ldd /usr/pkg/bin/git
> /usr/pkg/bin/git:
>     -lpcre2-8.0 => /usr/pkg/lib/libpcre2-8.so.0
>     -lpthread.1 => /usr/lib/libpthread.so.1
>     -lc.12 => /usr/lib/libc.so.12
>     -lz.1 => /usr/lib/libz.so.1
>     -lintl.1 => /usr/lib/libintl.so.1
> 
> ldd says libintl.so.1 should be used.
> 
> I can't seem to get more information though:
> 
> $ LD_DEBUG=files git submodule --init
> Shared object "libintl.so.9" not found
> Shared object "libintl.so.9" not found
> Shared object "libintl.so.9" not found
> Shared object "libintl.so.9" not found

The "submodule" is a separate program.
You may want to look at /usr/pkg/libexec/git-core/git-submodule--helper
and
 ktrace -i git submodule --init
 kdump | less -plibintl
Maybe that will show what wants it.



Home | Main Index | Thread Index | Old Index