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

Raspbian lite: GLIBC_2.28 not found #2650

Closed
yajo10 opened this issue Oct 27, 2018 · 4 comments
Closed

Raspbian lite: GLIBC_2.28 not found #2650

yajo10 opened this issue Oct 27, 2018 · 4 comments

Comments

@yajo10
Copy link

yajo10 commented Oct 27, 2018

Environment

  • ejabberd version: 18.09
  • Erlang version: Command not found
  • OS: Raspbian Lite
  • Installed from: official binary installer

I have running version 18.06 and everything works quit well.
I tried to install the new version 18.09 and installation doesn't gave an error. But if I'm starting ejabberd I get following error:
/home/localuser/ejabberd-18.09/ejabberd-18.09/bin/epmd: /lib/arm-linux-gnueabihf/libc.so.6: version GLIBC_2.28 not found (required by /home/localuser/ejabberd-18.09/ejabberd-18.09/bin/epmd)

I have installed libc6 with version 2.24 and everything is up to date.
How can I solve the issue?
Thanks in advance
yajo

@alexara
Copy link

alexara commented Oct 27, 2018

Solution 1:

Make sure you have a newer version of libc6 installed, as the download description states at least libc6 2.27 is needed. You will find libc6 2.27 in the unstable sid branch: https://packages.debian.org/sid/armhf/libc6/download

E.g. add deb http://ftp.de.debian.org/debian sid main to /etc/apt/sources.list
and execute apt-get update && apt-get upgrade libc6

Solution 2:

Download the source code of ejabberd 18.09 and compile it against your local libc6 version (2.24), which worked in my case.

Solution 3:

Wait for better advice. :)

@licaon-kter
Copy link
Contributor

@yajo10 Which board version?

RPi1 and (ARMv6) versions are not supported by the installer or by the Debian packages. Get erlang-nox (version 20.x) from testing repo and build from git source.

@yajo10
Copy link
Author

yajo10 commented Oct 28, 2018

Thanks for the comments. I used the 2nd solution and it work's very well. Thank you!
I tried the first version although and I could not get it working, but may I did not it right...

I have a Raspberry 3 so it should be supported if correct version would be installed...

@yajo10 yajo10 closed this as completed Oct 28, 2018
@lock
Copy link

lock bot commented Oct 28, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants