SimpleInstaBot icon indicating copy to clipboard operation
SimpleInstaBot copied to clipboard

Raspberry Pi 3B No such file or directory

Open Wolfssarah2 opened this issue 3 years ago • 11 comments

Hello, I wanted to run the bot on my pi 3b, I did exactly what you stated in your readme, how to run it on a pi. But i get that weird massage "-bash : ./simpleinstabot: No such file or directory", when I want to start it. (The file is in the directory). Maybe you can help me. Thank you :)

Wolfssarah2 avatar Mar 06 '22 20:03 Wolfssarah2

hi. maybe you need to chmod +x simpleinstabot

mifi avatar Mar 07 '22 05:03 mifi

Hello, thanks for the advice, already did, but still the same problem :(

Wolfssarah2 avatar Mar 07 '22 06:03 Wolfssarah2

Im confused, does the file exist or not? Could you run ls and paste here?

mifi avatar Mar 07 '22 06:03 mifi

pi@raspberrypi:~/SimpleInstaBot-linux-armv7l $ ls chrome_100_percent.pak libGLESv2.so resources.pak chrome_200_percent.pak LICENSE.electron.txt simpleinstabot chrome-sandbox LICENSES.chromium.html snapshot_blob.bin icudtl.dat locales swiftshader libEGL.so natives_blob.bin v8_context_snapshot.bin libffmpeg.so resources

Wolfssarah2 avatar Mar 07 '22 06:03 Wolfssarah2

I really don't know what's going on here

mifi avatar Mar 09 '22 13:03 mifi

Maybe here is the problem, but I don't know how to solve it. I'm using 64 Bit Ubuntu server 20.04. File gives me:

file simpleinstabot simpleinstabot: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.2.0, BuildID[sha1]=54c9ca38b7ff73d02fe174ce893caffa5756b3cd, stripped

And ldd gives me:

ldd simpleinstabot

not a dynamic executable

And readelf -d

readelf -d simpleinstabot Dynamic section at offset 0x4938b84 contains 69 entries: Tag Type Name/Value 0x0000000f (RPATH) Library rpath: [$ORIGIN] 0x00000001 (NEEDED) Shared library: [libffmpeg.so] 0x00000001 (NEEDED) Shared library: [libdl.so.2] 0x00000001 (NEEDED) Shared library: [libpthread.so.0] 0x00000001 (NEEDED) Shared library: [librt.so.1] 0x00000001 (NEEDED) Shared library: [libgobject-2.0.so.0] 0x00000001 (NEEDED) Shared library: [libglib-2.0.so.0] 0x00000001 (NEEDED) Shared library: [libgio-2.0.so.0] 0x00000001 (NEEDED) Shared library: [libX11.so.6] 0x00000001 (NEEDED) Shared library: [libX11-xcb.so.1] 0x00000001 (NEEDED) Shared library: [libxcb.so.1] 0x00000001 (NEEDED) Shared library: [libXcomposite.so.1] 0x00000001 (NEEDED) Shared library: [libXcursor.so.1] 0x00000001 (NEEDED) Shared library: [libXdamage.so.1] 0x00000001 (NEEDED) Shared library: [libXext.so.6] 0x00000001 (NEEDED) Shared library: [libXfixes.so.3] 0x00000001 (NEEDED) Shared library: [libXi.so.6] 0x00000001 (NEEDED) Shared library: [libXrender.so.1] 0x00000001 (NEEDED) Shared library: [libXtst.so.6] 0x00000001 (NEEDED) Shared library: [libnss3.so] 0x00000001 (NEEDED) Shared library: [libnssutil3.so] 0x00000001 (NEEDED) Shared library: [libsmime3.so] 0x00000001 (NEEDED) Shared library: [libnspr4.so] 0x00000001 (NEEDED) Shared library: [libgdk_pixbuf-2.0.so.0] 0x00000001 (NEEDED) Shared library: [libgtk-3.so.0] 0x00000001 (NEEDED) Shared library: [libgdk-3.so.0] 0x00000001 (NEEDED) Shared library: [libpangocairo-1.0.so.0] 0x00000001 (NEEDED) Shared library: [libpango-1.0.so.0] 0x00000001 (NEEDED) Shared library: [libatk-1.0.so.0] 0x00000001 (NEEDED) Shared library: [libcairo.so.2] 0x00000001 (NEEDED) Shared library: [libdbus-1.so.3] 0x00000001 (NEEDED) Shared library: [libexpat.so.1] 0x00000001 (NEEDED) Shared library: [libuuid.so.1] 0x00000001 (NEEDED) Shared library: [libXrandr.so.2] 0x00000001 (NEEDED) Shared library: [libXss.so.1] 0x00000001 (NEEDED) Shared library: [libasound.so.2] 0x00000001 (NEEDED) Shared library: [libatk-bridge-2.0.so.0] 0x00000001 (NEEDED) Shared library: [libatspi.so.0] 0x00000001 (NEEDED) Shared library: [libcups.so.2] 0x00000001 (NEEDED) Shared library: [libm.so.6] 0x00000001 (NEEDED) Shared library: [libgcc_s.so.1] 0x00000001 (NEEDED) Shared library: [libc.so.6] 0x00000001 (NEEDED) Shared library: [ld-linux-armhf.so.3]

Wolfssarah2 avatar Mar 10 '22 20:03 Wolfssarah2

Hi guys,

I've got the exact same issue, so far didn't find a solution. On a raspberry pi 3 freshly reformarted 64 bits

NicolasMazzoleni avatar Apr 19 '22 19:04 NicolasMazzoleni

Also, is there another way to execute the program like a .dmg on mac, but for raspbian ? Cheers

NicolasMazzoleni avatar Apr 21 '22 12:04 NicolasMazzoleni

Hey guys, found the issue, I was running a 64 bits version of Raspbian, fixed by downgrading to 32 👍

NicolasMazzoleni avatar Apr 22 '22 20:04 NicolasMazzoleni

Hello @mifi , is it possible to have an arm64 version for raspberry pi? Or to run the armv7 version on arm64 platform?

c-chytoudis avatar Nov 14 '22 09:11 c-chytoudis

yes i added arm64 now, will be avail in the next release 89f837bc906473cc0ab5f665276777b619ce03bd

mifi avatar Nov 16 '22 03:11 mifi