Thread Shell Befehl ausführen: Die *.so Dateien sind glaube ich falsch (8 answers)
Opened by frodus at 2007-02-12 11:05

frodus
 2007-02-12 18:00
#74253 #74253
User since
2003-09-26
147 Artikel
BenutzerIn
[default_avatar]
Hi,

4.0:
Code: (dl )
1
2
3
4
ldd `which ps`
libproc-3.2.3.so => /lib/libproc-3.2.3.so (0x007de000)
libc.so.6 => /lib/tls/libc.so.6 (0x006b1000)
/lib/ld-linux.so.2 (0x00693000)

3.0:
Code: (dl )
1
2
3
4
ldd `which ps`
libproc.so.2.0.17 => /lib64/libproc.so.2.0.17 (0x0000002a9567d000)
libc.so.6 => /lib64/tls/libc.so.6 (0x0000002a9578b000)
/lib64/ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2 (0x0000002a95556000)

/Frodus

View full thread Shell Befehl ausführen: Die *.so Dateien sind glaube ich falsch