You are not logged in.
Pages: 1
Can't ldd dont know why
oot@slitaz:/usr/bin# uname -a
Linux slitaz 2.6.37-slitaz #2 SMP Wed Mar 7 10:36:39 CET 2012 i686 GNU/Linux
root@slitaz:/usr/bin# ls -l ldd
-rwxr-xr-x 1 root root 5761 Mar 13 14:01 ldd
root@slitaz:/usr/bin# ldd
sh: ldd: not found
root@slitaz:/usr/bin# ./ldd
sh: ./ldd: not found
root@slitaz:/usr/bin#
I try to learn linux libraries...
Offline
[c]ldd /absolute/path/to/program[/c]
[c]ldd /usr/bin/alsaplayer[/c]
Offline
Try:
$ head /usr/bin/ldd
The fix is likely:
# tazpkg get-install bash
Offline
We have two concurrent implementation of [c]/usr/bin/ldd[/c] found in 'glibc-dev' and 'slitaz-base-files' packages.
Implementation (from pankso and erjo) in the 'slitaz-base-file' package guaranteed have no bashisms, i.e. no need full bash to be installed.
Try to reinstall 'slitaz-base-files':
[c]tazpkg -gi slitaz-base-files --forced[/c]
Offline
ah, thanks. its working again. maybe something broke in the running system. after restarting it worked again
Offline
Pages: 1
[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]