You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Con el comando ldd podemos detectar las librerías dinámicas que necesita el binario
$ ldd exeLinux
linux-gate.so.1 (0xf7f9d000)
libX11.so.6 => not found
libXt.so.6 => not found
libgtk-x11-2.0.so.0 => not found
libgdk-x11-2.0.so.0 => not found
libpthread.so.0 => /lib32/libpthread.so.0 (0xf7f5e000)
libgthread-2.0.so.0 => not found
libsqlite3.so.0 => not found
libidn.so.11 => not found
libXxf86vm.so.1 => not found
librt.so.1 => /lib32/librt.so.1 (0xf7f51000)
libstdc++.so.6 => not found
libm.so.6 => /lib32/libm.so.6 (0xf7e4d000)
libgcc_s.so.1 => not found
libc.so.6 => /lib32/libc.so.6 (0xf7c62000)
libdl.so.2 => /lib32/libdl.so.2 (0xf7c5c000)
/lib/ld-linux.so.2 (0xf7f9e000)
libSM.so.6 => not found
libgdk_pixbuf-2.0.so.0 => not found
libpango-1.0.so.0 => not found
libgobject-2.0.so.0 => not found
libglib-2.0.so.0 => not found
libXinerama.so.1 => not found
Solución
Paso 1. Habilitamos el uso de la arquitectura i386