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

libPocoOSP.so.2 no such file or directory #90

Open
stephenfrost opened this issue Oct 24, 2018 · 1 comment
Open

libPocoOSP.so.2 no such file or directory #90

stephenfrost opened this issue Oct 24, 2018 · 1 comment
Assignees

Comments

@stephenfrost
Copy link

Expected Behavior

Per wiki "Getting Started With a Raspberry Pi 3 and the Bosch XDK": "The sensors from the XDK should now be visible in the Sensors & Devices app in the web user interface."

Actual Behavior

After last step in wiki (bin/Linux/armv7l/macchina), got the following result:
bin/Linux/armv7l/macchina: error while loading shared libraries: libPocoOSP.so.2: cannot open shared object file: No such file or directory

Steps to Reproduce

Following exactly the steps of the wiki ""Getting Started With a Raspberry Pi 3 and the Bosch XDK"

macchina.io Version

develop branch commit 5122e05 (Oct 2, 2018)

Compiler and Version

GNU Make 4.1

Operating System and Version

Raspbian GNU/Linux 9 (stretch)

Other Relevant Information

@obiltschnig
Copy link
Member

obiltschnig commented Oct 24, 2018

You'll need to set LD_LIBRARY_PATH to include the platform/lib/Linux/armv7l directory.
The easiest way to do this is to source the env.bash script in the macchina.io root directory.
It may also be necessary to add server/bin/Linux/armv7l/codeCache to LD_LIBRARY_PATH on some distros.

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

No branches or pull requests

2 participants