ynqa / jnv

Interactive JSON filter using jq
MIT License
4.9k stars 54 forks source link

Not running by default on AlmaLinux 8 #13

Closed dsputnikk closed 5 months ago

dsputnikk commented 8 months ago
jnv: /lib64/libc.so.6: version `GLIBC_2.29' not found (required by jnv)
jnv: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by jnv)

On a AlmaLinux 8 box. This is because the latest the almalinux repos has is:

glibc-2.28-236.el8_9.12.i686 : The GNU libc libraries
Repo        : baseos
Matched from:
Provide    : libc.so.6
ynqa commented 5 months ago

[!IMPORTANT] Starting from v0.3.0, the transition from libjq Rust binding j9 to jq clone jaq was made.

This change eliminated the need to manage C-related dependencies that include external tools like autoconf, thus simplifying the build process. However, please note that some filters are not yet supported by jaq. For more details, refer to GitHub issue #24.

Please continue to provide feedback regarding this transition.

From https://github.com/ynqa/jnv/tree/v0.3.0?tab=readme-ov-file#features.

Due to changes in the situation, I will close all issues related to the failure of building j9 during installation. If any new problems arise, please feel free to reopen this issue or create a new one.