Hello everyone,
I’ve been trying to install gpt4all for the last couple of days on my openSUSE Leap 15.5 system.
I tried two ways:
- First: Installation via the .run file. After installation and the command ./chat
GPT4All
I get an error because Leap is running on glibc-2.31, missing more recent glibc versions:
~/gpt4all/bin> ./chat
./chat: /lib64/libc.so.6: versionGLIBC_2.34' not found (required by ./chat) ./chat: /lib64/libc.so.6: version
GLIBC_2.32’ not found (required by /home/xyz/gpt4all/bin/…/lib/libllmodel.so.0)
./chat: /lib64/libc.so.6: versionGLIBC_2.34' not found (required by /home/xyz/gpt4all/bin/../lib/libllmodel.so.0) ./chat: /lib64/libc.so.6: version
GLIBC_2.34’ not found (required by /home/xyz/gpt4all/bin/…/lib/libgmodule-2.0.so.0)
./chat: /lib64/libc.so.6: versionGLIBC_2.33' not found (required by /home/xyz/gpt4all/bin/../lib/libglib-2.0.so.0) ./chat: /lib64/libc.so.6: version
GLIBC_2.32’ not found (required by /home/xyz/gpt4all/bin/…/lib/libglib-2.0.so.0)
./chat: /lib64/libc.so.6: versionGLIBC_2.34' not found (required by /home/xyz/gpt4all/bin/../lib/libglib-2.0.so.0) ./chat: /lib64/libc.so.6: version
GLIBC_2.33’ not found (required by /home/xyz/gpt4all/bin/…/lib/libgssapi_krb5.so.2)
./chat: /lib64/libc.so.6: versionGLIBC_2.33' not found (required by /home/xyz/gpt4all/bin/../lib/libxkbcommon.so.0) ./chat: /lib64/libc.so.6: version
GLIBC_2.33’ not found (required by /home/xyz/gpt4all/bin/…/lib/libkrb5.so.3)
./chat: /lib64/libc.so.6: versionGLIBC_2.34' not found (required by /home/xyz/gpt4all/bin/../lib/libkrb5.so.3) ./chat: /lib64/libc.so.6: version
GLIBC_2.33’ not found (required by /home/xyz/gpt4all/bin/…/lib/libk5crypto.so.3)
./chat: /lib64/libc.so.6: versionGLIBC_2.33' not found (required by /home/xyz/gpt4all/bin/../lib/libkrb5support.so.0) ./chat: /lib64/libc.so.6: version
GLIBC_2.34’ not found (required by /home/xyz/gpt4all/bin/…/lib/libkrb5support.so.0)
./chat: /lib64/libc.so.6: versionGLIBC_2.33' not found (required by /home/xyz/gpt4all/bin/../lib/libdbus-1.so.3) ./chat: /lib64/libc.so.6: version
GLIBC_2.34’ not found (required by /home/xyz/gpt4all/bin/…/lib/libdbus-1.so.3)
- Second try: Build from source via Qt Creator:
gpt4all/gpt4all-chat/build_and_run.md at main · nomic-ai/gpt4all · GitHub
The configuration failed, it gave me numerous errors I did not understand.
I assume one can build from source in a more eloquent way than using this Qt Creator. I’m not an ‘IT guy’, I have been running openSUSE for a couple of years. I know how to get by with it and I appreciate its relative ease of use. But yea, building gpt4all from source is a challenge I fail at even with those instructions.
I would appreciate hints and advice to get gpt4all run on openSUSE 15.5. Any idea how to solve the glibc issue, or could some one provide an instruction how to build from source in a different way than the developers provided? Much appreciation for any help in advance!
Have a good week,
Thomas
Here is the main github page: