goxel icon indicating copy to clipboard operation
goxel copied to clipboard

Program don't started

Open maxtar opened this issue 2 years ago • 5 comments

When try to start in console got an error: ./goxel-0.10.8-linux: error while loading shared libraries: libglfw.so.3: cannot open shared object file: No such file or directory

maxtar avatar May 01 '22 19:05 maxtar

Same

EZRAIDv2 avatar May 04 '22 07:05 EZRAIDv2

I found the fix: Run sudo apt install goxel in terminal.

EZRAIDv2 avatar May 04 '22 15:05 EZRAIDv2

@EZRAIDv2 this command install from repository. Need to add them?

maxtar avatar May 05 '22 10:05 maxtar

When try to start in console got an error: ./goxel-0.10.8-linux: error while loading shared libraries: libglfw.so.3: cannot open shared object file: No such file or directory

True solution according to my Linux experience - use one of the following commands : sudo apt-get install libglfw3 : for classic use sudo apt-get install libglfw3-dev : for development use

Ubuntu package info : https://packages.ubuntu.com/jammy/libglfw3 Ubuntu package file list on amd64 version : https://packages.ubuntu.com/jammy/amd64/libglfw3/filelist

/usr/lib/x86_64-linux-gnu/libglfw.so.3
/usr/lib/x86_64-linux-gnu/libglfw.so.3.3
/usr/share/doc/libglfw3/changelog.Debian.gz
/usr/share/doc/libglfw3/copyright

The command "sudo apt install goxel" will not install maybe the latest version of the program on some linux OS

ghost avatar Jun 01 '22 14:06 ghost

glfw is not installed for some reason, you can install it via:

On Debian & it's children:

sudo apt-get install libglfw3

On Arch & it's children:

yay -S glfw3

pegvin avatar Jul 17 '22 12:07 pegvin

Closing because I think the issue is not in goxel itself.

guillaumechereau avatar Mar 11 '23 07:03 guillaumechereau