Search found 2 matches

by adubswils
21 May 2013, 20:28
Forum: General questions
Topic: Plugin loading failures
Replies: 2
Views: 2976

Re: Plugin loading failures

Hello, I resolved the problem. Currently, the vrep.sh script blows away the existing LD_LIBRARY_PATH. To overcome this problem I changed the vrep.sh script to append the library paths to the existing LD_LIBRARY_PATH. After this change the plugin was loaded correctly. Thank you for the quick feedback.
by adubswils
21 May 2013, 18:23
Forum: General questions
Topic: Plugin loading failures
Replies: 2
Views: 2976

Plugin loading failures

Hello, I am having trouble with a plugin that I have developed. v-rep indicates that it has failed to load the plugin and directs me to check whether the plugin can find all of its linked libraries. The plugin compiles correctly (it finds the v-rep header files), and ldd shows that all links are kno...