Re: lddtree on OpenBSD?

2022-09-18 Thread rsykora
18 September 2022 at 19:59, "Stuart Henderson" wrote: > On 2022/09/18 15:58, rsyk...@disroot.org wrote: > > > > > 16 September 2022 at 14:21, "Stuart Henderson" wrote: > > > > You need to list library paths on the command line too. > > > > Eventually, I seem to have achieved what I needed

Re: lddtree on OpenBSD?

2022-09-18 Thread Stuart Henderson
On 2022/09/18 15:58, rsyk...@disroot.org wrote: > 16 September 2022 at 14:21, "Stuart Henderson" wrote: > > > You need to list library paths on the command line too. > > Eventually, I seem to have achieved what I needed by some other means, > but still, I also tried to add some paths to the lddtr

Re: lddtree on OpenBSD?

2022-09-18 Thread rsykora
16 September 2022 at 14:21, "Stuart Henderson" wrote: > You need to list library paths on the command line too. Eventually, I seem to have achieved what I needed by some other means, but still, I also tried to add some paths to the lddtree, but it does not seem to help: odin$ ldd /usr/X11R6/bin/x

Re: lddtree on OpenBSD?

2022-09-18 Thread rsykora
17 September 2022 at 02:41, "Jaskaran Veer Singh" wrote: > > On Thu Sep 15, 2022 at 9:31 AM EDT, wrote: > > > > > 15 September 2022, 09:35, "Sebastien Marie" wrote: > > > > $ LD_DEBUG=1 xlogo 2>&1 | grep ^loading > > loading: libXt.so.11.0 required by xlogo > > loading: libXrender.so.6.0

Re: lddtree on OpenBSD?

2022-09-16 Thread Jaskaran Veer Singh
On Thu Sep 15, 2022 at 9:31 AM EDT, wrote: > 15 September 2022, 09:35, "Sebastien Marie" wrote: > > > > > $ LD_DEBUG=1 xlogo 2>&1 | grep ^loading > > loading: libXt.so.11.0 required by xlogo > > loading: libXrender.so.6.0 required by xlogo > > loading: libXext.so.13.0 required by xlogo > > loading

Re: lddtree on OpenBSD?

2022-09-16 Thread Stuart Henderson
You need to list library paths on the command line too. -- Sent from a phone, apologies for poor formatting. On 16 September 2022 12:59:34 rsyk...@disroot.org wrote: 15 September 2022, 15:37, "Stuart Henderson" wrote: That's an OpenBSD port, you can untar it in /usr/ports/devel and build

Re: lddtree on OpenBSD?

2022-09-15 Thread Stuart Henderson
That's an OpenBSD port, you can untar it in /usr/ports/devel and build it -- Sent from a phone, apologies for poor formatting. On 15 September 2022 14:30:20 rsyk...@disroot.org wrote: 15 September 2022, 11:19, "Stuart Henderson" wrote: On 2022-09-15, rsyk...@disroot.org wrote: > > is

Re: lddtree on OpenBSD?

2022-09-15 Thread Janne Johansson
> > Unless I misremember, OpenBSD requires you to add all needed libraries > > while linking the main program, so there is no tree to be listed. > > Not any more, we no longer have static-only archs. Ah, I see. Thanks for the clarification. -- May the most significant bit of your life be positiv

Re: lddtree on OpenBSD?

2022-09-15 Thread Stuart Henderson
On 2022-09-15, Janne Johansson wrote: > Den tors 15 sep. 2022 kl 09:10 skrev : >> Dear list, >> is there any tool that would help me to see hierarchical dependencies >> of (shared) libraries on OpenBSD? >> >> I have compiled a program and when I run it (or use ldd) it shows >> that it depends on,

Re: lddtree on OpenBSD?

2022-09-15 Thread Stuart Henderson
On 2022-09-15, rsyk...@disroot.org wrote: > is there any tool that would help me to see hierarchical dependencies > of (shared) libraries on OpenBSD? How aboutlddtree? Port of the rust version at https://junkpile.org/lddtree.tgz > I have compiled a program and when I run it (or use ldd) it

Re: lddtree on OpenBSD?

2022-09-15 Thread Sebastien Marie
On Thu, Sep 15, 2022 at 09:08:06AM +0200, rsyk...@disroot.org wrote: > Dear list, > > > is there any tool that would help me to see hierarchical dependencies > of (shared) libraries on OpenBSD? > > I have compiled a program and when I run it (or use ldd) it shows > that it depends on, eg, severa

Re: lddtree on OpenBSD?

2022-09-15 Thread Janne Johansson
Den tors 15 sep. 2022 kl 09:10 skrev : > Dear list, > is there any tool that would help me to see hierarchical dependencies > of (shared) libraries on OpenBSD? > > I have compiled a program and when I run it (or use ldd) it shows > that it depends on, eg, several versions of libX11 (which it should