Conversation
Notices
-
Thoughts on the following log entry?
sh: ./phantomjs: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
-
so obviously something either doesn’t have the right permissions or doesn’t exist, but past that?
-
@musicman That looks like a missing architecture package (eg: i386 / ia64 / x86_64)
-
Indeed. I asked the guy if he had recently migrated. It sounds like he did in February, but it's unclear if his migration included an architecture change. phantom.js part is what is weird to me, but I just don't know enough about js to say much. I mean, it's just strange to me that this would show up in the apache logs at all. It doesn't look like the rest of the apache log entries either.
The other thing that is strange is if he migrated in February why issues now? maybe he just installed some new stuff on the server so the error didn't exist until recently.
I am having him install glibc.i686 and we'll see if it'll clear up.