|
From: Arnaud Gomes-do-V. <Arn...@ir...> - 2013-04-24 08:47:16
|
Hello,
/bin/vconfig in the 64-bit version of DL 1.6.3 is built as a 32-bit
binary, which doesn't work without 32-bit libraries.
root@gw2:~ # cat /etc/issue
Welcome to Devil-Linux v1.6.3-x86_64 - Kernel \r (\l).
root@gw2:~ # file /bin/vconfig
/bin/vconfig: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, stripped
root@gw2:~ # ldd /bin/vconfig
not a dynamic executable
I have not found any other 32-bit binaries, only /bin/vconfig.
--
A
|