Unable to start Dbeaver on MUSL #19186
-
DescriptionHi, I downloaded and compiled Dbeaver on Void Linux (musl) and it was all fine. My LinuxBuild ScreenshotWhat HappensDependencies InfoDBeaver Versiondevel Operating SystemVoid Linux (musl) Database and driverNo response Steps to reproduce
Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 1 reply
-
Have you tried to run it without root privileges (without sudo)? |
Beta Was this translation helpful? Give feedback.
-
Yep, I get the same result. I'm thinking the problem is something musl related, because dbeaver is available on void linux with glibc. |
Beta Was this translation helpful? Give feedback.
-
@cassiofb-dev Did you try giving it execute permission through |
Beta Was this translation helpful? Give feedback.
-
I got the same result. @Destrolaric is there another way to check dynamic dependencies besides ldd? |
Beta Was this translation helpful? Give feedback.
-
Hello @cassiofb-dev, What's the output of |
Beta Was this translation helpful? Give feedback.
-
Hi! By output you mean the contents? The file |
Beta Was this translation helpful? Give feedback.
-
Not the contents. This is a Linux program used for determining file type. https://linux.die.net/man/1/file |
Beta Was this translation helpful? Give feedback.
-
Sorry, I never had to use this command... The output is: [cassio@cassio dbeaver]$ file dbeaver
dbeaver: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=2f177540662891b66bfaff6ec2748390cbf9d123, with debug_info, not stripped, too many notes (256) |
Beta Was this translation helpful? Give feedback.
-
Ah, I see. You can't run applications linked against glibc on Void Linux with musl. You will have to compile the entire SWT and other native libraries that Eclipse uses. I can't give you any specific details, sorry. You could give a try for this open-source utility: https://github.com/gch1p/voidnsrun |
Beta Was this translation helpful? Give feedback.
Ah, I see. You can't run applications linked against glibc on Void Linux with musl.
You will have to compile the entire SWT and other native libraries that Eclipse uses. I can't give you any specific details, sorry.
You could give a try for this open-source utility: https://github.com/gch1p/voidnsrun