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

Ae400 Error while loading shared libs. #10

Open
ranjitkathiriya opened this issue Nov 2, 2021 · 2 comments
Open

Ae400 Error while loading shared libs. #10

ranjitkathiriya opened this issue Nov 2, 2021 · 2 comments

Comments

@ranjitkathiriya
Copy link

Hello there,

When I am running my real sense viewer in the default terminal then I am getting the below error.

Screenshot from 2021-11-02 09-00-22

before, I was going to directory kuka-ai@kukaai-ROG-Zephyrus-G15-GA502IU-GA502IU:~/Documents/ae400-realsense-sdk-AE400_v1.0.0.3_rs2.36.0/build_Release/tools/realsense-viewer$ ./realsense-viewer then I was running realsense-viewer then it is working fine.

I am a bit confused! is it possible to run a real sense-viewer as shown in the above image?

@LIPS-HCI-FAE
Copy link

LIPS-HCI-FAE commented Nov 15, 2021

Hi Ranjit,

The solution to this is to add your library directories to /etc/ld.so.conf (or a file in /etc/ld.so.conf.d/) and run ldconfig

  1. do "find / -name librealsense2.so.2" to find out where the library located.
  2. modify /etc/ld.so.conf or add file in "/etc/ld.so.conf.d/"
  3. add the path where librealsense2.so.2 located at the bottom line. (if you modify /etc/ld.so.conf)
  4. run ldconfig.

And it should work.

Best Regards

@ranjitkathiriya
Copy link
Author

Thanks, I will have a look at this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants