Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jikkou cli issue with glibc for jikkou v0.28.0 - v0.35.0 on RHEL-8 #502

Open
obiremiv opened this issue Dec 16, 2024 · 5 comments
Open

Jikkou cli issue with glibc for jikkou v0.28.0 - v0.35.0 on RHEL-8 #502

obiremiv opened this issue Dec 16, 2024 · 5 comments
Labels
question Further information is requested

Comments

@obiremiv
Copy link

obiremiv commented Dec 16, 2024

I installed jikkou with sdk for ~>0.30 and also went down a bit to v0.28.0 but it requires >glibc-2.29.

OS: RHEL-8
glibc version: glibc-2.28-251.el8_10.5.x86_64

Please can you share the link to the dependencies required for jikkou where i can get the list of requirements for various linux distributions. If possible please help me with dependent glibc installation for RHEL-8.. Thanks.

[root@cnflntbrkrsb1s1 bin]# ./jikkou
./jikkou: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by ./jikkou)
./jikkou: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by ./jikkou)
./jikkou: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./jikkou)
@obiremiv obiremiv added the question Further information is requested label Dec 16, 2024
@fhussonnois
Copy link
Member

fhussonnois commented Dec 19, 2024

Hi @obiremiv, really sorry for that error - first time I see it with Jikkou. Jikkou native build should only depends on GLibC (no other dependency). If you struggle or cannot get the required version for that then I recommand to use the java binary: https://github.com/streamthoughts/jikkou/releases/tag/v0.35.5

@obiremiv
Copy link
Author

@fhussonnois yeah that didnt work had to pull from the hub and place this in a .bashrc file cause it was dissappearing after the entry

# alias jikkou='podman run -it --network host -v /opt/jikkou/jikkou/config:/etc/jikkou/config -v /opt/jikkou/jikkou/application.conf:/etc/jikkou/application.conf streamthoughts/jikkou:0.35.5'
 
 and 
 
# source ~/.bashrc 

@fhussonnois
Copy link
Member

Hi @obiremiv, in the JSON jikkou config file, you should not forget to configure the configFile property to specify the location of the config file for the context to be used. Something like :

{
  "currentContext": "localhost",
  "localhost": {
    "configFile": "/etc/jikkou/application.conf",
    "configProps": {
      ...
    }
  }
}

@obiremiv
Copy link
Author

obiremiv commented Dec 23, 2024 via email

@obiremiv
Copy link
Author

obiremiv commented Dec 24, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants