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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Ray Rashif (schivmeister)
Architecture All
Severity Medium
Priority Normal
Reported Version 0.7.1 Noodle
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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.
Comment by Lara Maia (mrk3004) - Wednesday, 26 September 2012, 04:28 GMT
  • Field changed: Percent Complete (100% → 0%)
I am having the same problem with analyseplugin:

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

Loading...