upterm icon indicating copy to clipboard operation
upterm copied to clipboard

Doesn't start on Alpine Linux

Open pwFoo opened this issue 8 years ago • 5 comments
trafficstars

I use alpine linux (without glibc) and it doesn't run. There should be some dependencies like glibc and maybe more to run it with linux?

pwFoo avatar Aug 26 '17 10:08 pwFoo

Added glibc, glib and fuse as dependencies for alpine linux, but still not starting.

/ # ./upterm-0.4.0-x86_64-linux.AppImage
./upterm-0.4.0-x86_64-linux.AppImage: Relink `/usr/lib/libintl.so.8' with `/usr/glibc-compat/lib/libc.so.6' for IFUNC symbol `stpcpy'
Segmentation fault

pwFoo avatar Aug 26 '17 10:08 pwFoo

Which OS do you use, @pwFoo?

vlad-shatskyi avatar Sep 22 '17 16:09 vlad-shatskyi

Alpine Linux https://alpinelinux.org/

"Alpine Linux is built around musl libc and busybox"

pwFoo avatar Sep 22 '17 21:09 pwFoo

@pwFoo, there was another guy with the same question and the same OS; can't find it for some reason. I'm afraid I don't know what's missing, but if you find out please let me know and I'll update README.

vlad-shatskyi avatar Sep 22 '17 21:09 vlad-shatskyi

@pwFoo I think you should install libc6-compat package. https://pkgs.alpinelinux.org/packages?name=libc6-compat&branch=edge

nindanaoto avatar Mar 22 '18 03:03 nindanaoto