On Sat, 8 Sep 2001, Frank Barknecht wrote:
I'd like to test some LADSPA plugins with pd-0.34 but I can't get the plugin~ object to work. I downloaded plugin~-0.2, ./configured and installed it, but if I run $ pd -lib /usr/pd/extra/plugin~/plugin~.pd_linux I get this error: /usr/pd/extra/plugin~/plugin~.pd_linux: can't load library
try starting pd with the -verbose option to see where pd looks for the library. Then make a symbolic link. In my case: /usr/lib/pd/extra/plugin~.pd_linux -> plugin~/plugin~.pd_linux After that it should work without -path or -lib. Also, remember to set LADSPA_PATH.
Regards, Reiner