Dear list,
I get an unwanted beheaviour with the location of the externals libraries installed on pd 0.47.1. Pd was compiled from sources, on ubuntu 16.04 linux running on the odroid-c2 board (armv8-64)

I installed the externals I needed via apt-get install pd-name_package.
The package got installed in /usr/lib/pd/extra. I have added such folder in the
search path.

Now in pd I want to use some of those externals, let's say "packOSC".
At this stage If I create an object with "osc/packOSC" it works.


I want to avoid using the name of the package before each external I need to
use. So I created an object with "declare -stdpath /usr/lib/pd/extra/osc".

The problem is that pd seems to ignore that command, or the analog ones with -path and -lib.

So I tried to set the startup flags e.g. -lib /usr/lib/pd/extra/osc but when I
launch pd I get "can't load library"

Any suggestion or workaround? Is there maybe a bug?

Thanks in advance

Best

Angelo