FYI bad ELF interpreter error while installing PIAF on digitalocean

empireweb

New Member
Joined
Oct 9, 2014
Messages
11
Reaction score
1
Hello All,

I am trying to install PIAF on a digital ocean droplet and once I was to make a selection to install PIAF, I encountered the following error.

/usr/local/sbin/newmenu: /usr/local/sbin/isomenu: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
Any one have an idea on how to fix this?? Do I have to create the directory myself? what is the directory that is missing?
 

Donald McMorris

New Member
Joined
Nov 25, 2014
Messages
4
Reaction score
0
I ran into this issue installing PIAF on a stock Linode CentOS image. I solved it by installing glibc.i686 and glibc.x86_64 (I'm not sure which version was the needed one):
Code:
yum install glibc.i686 glibc.x86_64

I then restarted the menu by running newmenu.
 

howardsl2

Guru
Joined
Aug 5, 2013
Messages
88
Reaction score
25
This usually means you are attempting to install PIAF 32-bit on a 64-bit CentOS, or vice versa, which won't work.
You can check the output of "uname -a" to see if your system is i686 (32-bit) or x86_64 (64-bit).
 

Members online

No members online now.

Forum statistics

Threads
25,812
Messages
167,763
Members
19,241
Latest member
bellabos
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top