All,
Can someone who has kdm built from the latest git run ldd against it to see if it still needs libshadow. (I'm sure there is a way to check the source, but I don't know it yet :) With shadow >= 4.1.5, libshadow is no longer provided on Arch (or any distro I suspect). Just a quick:
ldd /opt/tde/bin/kdm
will do it...
On Tuesday 21 February 2012 22:02:03 David C. Rankin wrote:
All,
Can someone who has kdm built from the latest git run ldd against it to see if it still needs libshadow. (I'm sure there is a way to check the source, but I don't know it yet :) With shadow >= 4.1.5, libshadow is no longer provided on Arch (or any distro I suspect). Just a quick:
ldd /opt/tde/bin/kdm
will do it...
linux-gate.so.1 => (0xffffe000) /usr/lib/libnspr4.so (0xb76b9000) libX11.so.6 => /usr/lib/libX11.so.6 (0xb7580000) libXau.so.6 => /usr/lib/libXau.so.6 (0xb757c000) libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xb7546000) libpthread.so.0 => /lib/libpthread.so.0 (0xb752b000) libpam.so.0 => /lib/libpam.so.0 (0xb751e000) libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7518000) libc.so.6 => /lib/libc.so.6 (0xb73ba000) libdl.so.2 => /lib/libdl.so.2 (0xb73b6000) libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb739a000) librt.so.1 => /lib/librt.so.1 (0xb7390000) /lib/ld-linux.so.2 (0xb76f0000)
Can someone who has kdm built from the latest git run ldd against it to see if it still needs libshadow. (I'm sure there is a way to check the source, but I don't know it yet :) With shadow >= 4.1.5, libshadow is no longer provided on Arch (or any distro I suspect). Just a quick:
ldd /opt/tde/bin/kdm
will do it...
Update: kdm no longer exists --- renamed to tdm. :)
From a very recent GIT:
ldd /opt/trinity/bin/tdm linux-gate.so.1 => (0xffffe000) libX11.so.6 => /usr/lib/libX11.so.6 (0xb763a000) libXau.so.6 => /usr/lib/libXau.so.6 (0xb7637000) libdbus-tqt-1.so.0 => not found libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xb75fe000) libpthread.so.0 => /lib/libpthread.so.0 (0xb75e4000) librt.so.1 => /lib/librt.so.1 (0xb75db000) libcrypt.so.1 => /lib/libcrypt.so.1 (0xb75a8000) libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb75a3000) libc.so.6 => /lib/libc.so.6 (0xb7440000) libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb7428000) libdl.so.2 => /lib/libdl.so.2 (0xb7423000) /lib/ld-linux.so.2 (0xb7774000)
Darrell
On 02/21/2012 02:06 PM, Darrell Anderson wrote:
Can someone who has kdm built from the latest git run ldd against it to see if it still needs libshadow. (I'm sure there is a way to check the source, but I don't know it yet :) With shadow>= 4.1.5, libshadow is no longer provided on Arch (or any distro I suspect). Just a quick:
ldd /opt/tde/bin/kdm
will do it...
Update: kdm no longer exists --- renamed to tdm. :)
From a very recent GIT:
ldd /opt/trinity/bin/tdm linux-gate.so.1 => (0xffffe000) libX11.so.6 => /usr/lib/libX11.so.6 (0xb763a000) libXau.so.6 => /usr/lib/libXau.so.6 (0xb7637000) libdbus-tqt-1.so.0 => not found libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xb75fe000) libpthread.so.0 => /lib/libpthread.so.0 (0xb75e4000) librt.so.1 => /lib/librt.so.1 (0xb75db000) libcrypt.so.1 => /lib/libcrypt.so.1 (0xb75a8000) libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb75a3000) libc.so.6 => /lib/libc.so.6 (0xb7440000) libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb7428000) libdl.so.2 => /lib/libdl.so.2 (0xb7423000) /lib/ld-linux.so.2 (0xb7774000)
Darrell
Thanks Serghei, Darrell,
I was worried about nothing :)