1. Home
  2. Knowledge Base
  3. GMS
  4. Why can't I install GMS on Redhat 7.2?

Why can't I install GMS on Redhat 7.2?

Question

When I run the install script for GMS on Redhat 7.2, I get the following errors:


./glminst: error while loading shared libraries: libelf.so.0: cannot open shared object file: No such file or directory
upgrading GMS
./glmupgrade: error while loading shared libraries: libelf.so.0: cannot open shared object file: No such file or directory
upgrade failed (0)

What can I do to resolve this?

Answer

To work around this problem, you need to manually move the required libelf libraries, so that the install can run.

From your install directory, you should run the following commands:


cp libelf.so /usr/lib/libelf.so
cd /usr/lib
ln -s libelf.so libelf.so.0
chmod 0755 libelf.so
chmod 0755 libelf.so.0

Then re-run the install script from your install directory – you should find that it works correctly.

Keywords:Redhat, 7.2, GLMail, Install, libelf.so.0

Was this article helpful?

Related Articles

Contents

Need Support?

Can't find the answer you're looking for?
Contact Support