dmadisetti / steam-tui

Rust TUI client for steamcmd
MIT License
858 stars 17 forks source link

cannot execute: required file not found #58

Closed RustyReich closed 6 months ago

RustyReich commented 1 year ago

Every time I try to launch the provided binary, I get the error bash: ./steam-tui: cannot execute: required file not found. I am on Ubuntu 23.04.

dmadisetti commented 1 year ago

Can you do a ldd steam-tui? Might be bad libraries. Where did you get the binary?

dmadisetti commented 1 year ago

Might just be dupe of #54

dmadisetti commented 1 year ago

Woops. just meant to comment,

OracleToes commented 1 year ago

I'm getting this same error, using arch linux, downloaded the binary from the releases page, here is the output of ldd steam-tui

linux-vdso.so.1 (0x00007fff434a9000) libssl.so.1.1 => /usr/lib/libssl.so.1.1 (0x00007fe53c915000) libcrypto.so.1.1 => /usr/lib/libcrypto.so.1.1 (0x00007fe53be00000) libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fe53c8f0000) libm.so.6 => /usr/lib/libm.so.6 (0x00007fe53c113000) libc.so.6 => /usr/lib/libc.so.6 (0x00007fe53ba00000) /nix/store/mhhlymrg2m70r8h94cwhv2d7a0c8l7g6-glibc-2.34-210/lib/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007fe53c9dd000)

JupiLogy commented 1 year ago

I fixed this by just copying the ld-linux-x84-64.so.2 into the "expected" nix directory