FS#4577 - LADSPA_PATH not set
Attached to Project:
Arch Linux
Opened by Sigmund Lahn (gnud) - Friday, 05 May 2006, 20:51 GMT
Last edited by Evangelos Foutras (foutrelis) - Wednesday, 26 September 2012, 05:03 GMT
Opened by Sigmund Lahn (gnud) - Friday, 05 May 2006, 20:51 GMT
Last edited by Evangelos Foutras (foutrelis) - Wednesday, 26 September 2012, 05:03 GMT
|
Details
The enviromental variable LADSPA_PATH is not set by the
ladspa package. This variable is used by the ladspa sdk
tools (eg. listplugins)
if you run listplugins, you will get the error message 'Warning: You do not have a LADSPA_PATH environment variable set.' just add to the PKBUILD build(): mkdir -p $startdir/pkg/etc/profile.d echo 'export LADSPA_PATH="/usr/lib/ladspa/"' > $startdir/pkg/etc/profile.d/ladspa.sh chmod a+x $startdir/pkg/etc/profile.d/ladspa.sh |
This task depends upon
Closed by Evangelos Foutras (foutrelis)
Wednesday, 26 September 2012, 05:03 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in ladspa 1.13-4.
Wednesday, 26 September 2012, 05:03 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in ladspa 1.13-4.
analyseplugin vynil_1905.so
Failed to load plugin "vynil_1905.so": vynil_1905.so: cannot open shared object file: No such file or directory
it works if I manually set the LADSPA_PATH