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

Library symlink missing on Raspberry #47

Closed
pompushko opened this issue Sep 18, 2023 · 3 comments
Closed

Library symlink missing on Raspberry #47

pompushko opened this issue Sep 18, 2023 · 3 comments

Comments

@pompushko
Copy link

pompushko commented Sep 18, 2023

Seems like library should be copied to /lib on Pi, not to /usr/lib/

pi@tag:~ $ ldd /usr/local/bin/cannelloni
        /usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so => /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so (0xb6f49000)
        libcannelloni-common.so.0 => not found
        libpthread.so.0 => /lib/arm-linux-gnueabihf/libpthread.so.0 (0xb6f1d000)
        libstdc++.so.6 => /lib/arm-linux-gnueabihf/libstdc++.so.6 (0xb6d95000)
        libgcc_s.so.1 => /lib/arm-linux-gnueabihf/libgcc_s.so.1 (0xb6d68000)
        libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0xb6c14000)
        /lib/ld-linux-armhf.so.3 (0xb6f5c000)
        libm.so.6 => /lib/arm-linux-gnueabihf/libm.so.6 (0xb6ba5000)

After creating symlink to /lib - all works fine :)

thank you :)

@mguentner
Copy link
Owner

Which Linux distribution are you using? What is the content of your LD_LIBRARY_PATH?

@pompushko
Copy link
Author

Which Linux distribution are you using? What is the content of your LD_LIBRARY_PATH?

Debian Bullseye for Pi
LD_LIBRARY_PATH is empty.

@mguentner
Copy link
Owner

closed with #54

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