Re: ldd-linux

2022-12-06 Thread Hauke Fath
On 12/4/22 12:49 PM, Robert Swindells wrote: The one linux binary that I tried with suse15 couldn't do DNS lookups, not worked out why, maybe glibc is expecting to talk to systemd using dbus. Interesting... I tried sysutils/tsm8 on suse15, and it failed with funny errors (can't quite remember

Re: ldd-linux

2022-12-04 Thread Robert Swindells
Brook Milligan wrote: > Does it make sense to have updated linux library packages? Some suse15 packages were added by wiz@ a couple of months ago. Maybe give them a try instead of suse131. The one linux binary that I tried with suse15 couldn't do DNS lookups, not worked out why, maybe glibc

Re: ldd-linux

2022-12-03 Thread Michael van Elst
On Sat, Dec 03, 2022 at 05:08:57PM -0700, Brook Milligan wrote: > > Does it make sense to have updated linux library packages? That always makes sense, but libstdc++ is the GNU C++ runtime and this has usually very limited compatibility. A program ususally wants (and often needs) exactly the

Re: ldd-linux

2022-12-03 Thread Brook Milligan
> On Dec 3, 2022, at 2:08 AM, Michael van Elst wrote: > > br...@nmsu.edu (Brook Milligan) writes: > >> All but one of these are provided by the emulators/suse131_base and = >> emulators/suse131_glib2 packages; the missing one is libstdc++.so.6. = > > Hmm. emulators/suse131_base (from 2022Q3

Re: ldd-linux

2022-12-03 Thread Michael van Elst
br...@nmsu.edu (Brook Milligan) writes: >All but one of these are provided by the emulators/suse131_base and = >emulators/suse131_glib2 packages; the missing one is libstdc++.so.6. = Hmm. emulators/suse131_base (from 2022Q3 release) comes with: /usr/pkg/emul/linux/usr/lib64/libstdc++.so.6

ldd-linux

2022-12-02 Thread Brook Milligan
I am trying to get a linux binary running under emulation, but it is not finding all the libraries it needs. According to objdump, those are: $ objdump -p /tmp/program|grep NEEDED NEEDED libdl.so.2 NEEDED libm.so.6 NEEDED libpthread.so.0 NEEDED