2

When I type tmadmin -v I get this error:

tmadmin: error while loading shared libraries: libgpnet.so: cannot open shared object   file: No such file or directory

libgpnet.so is in my lib folder. Is there something I need to set so that tmadmin look in my lib folder?

1 Answer 1

3

You can check if the path to lib directory is present in the LD_LIBRARY_PATH environment variable. If it's not you can add it as:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/lib
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.