Hi Andrea!

It compiles OK, but the linker doesn't find the symbols (= doesn't find the 
binary libpruio.so).
Where did you place the new binary? It should work when you override the 
original binary (ie. in /usr/local/lib). Otherwise you have to update the 
linker cache first:
sudo ldconfig

Or you can instruct the linker to search for libraries in a custom path, like 
(for the current directory)
LD_LIBRARY_PATH="." & ANY_COMPILE_COMMAND

See your linker manual for details (this issue is not related to libpruio).
BR

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to