Hello.
I'm working on a Firefox plugin that uses external libraries to render 3D graphics on the browser.
The problem is that i want the plugin to use external libraries packed with it without changing the LD_LIBRARY_PATH
variable.
The libraries are installed in a position relative to the plugin (a shared library too), while the actual executable (i.e. the browser) can be located somewhere entirely else.
Some things that you must know. I'm testing it on Ubuntu (no problem at Windows version of the plugin) My dependencies are OpenSceneGraph libraries and static compilation will make the plugin really big (not an option if there is another one)
Hope you can help me
Best regards.