Page 1 of 1

Carla on Debian (ARM)

Posted: Tue Jun 04, 2013 2:48 pm
by danboid
I've already mentioned that I've got Cadence running nicely under ARM7 (Pandaboard) Debian so the next step was Carla!

It compiles and installs fine (after I remove the same sse compile flags I had to remove to compile DISTRHO and Cadence) but when I run it I get this error:

Code: Select all

LRDF Support not available (LADSPA-RDF will be disabled)
Traceback (most recent call last):
  File "/usr/local/share/carla/carla.py", line 2321, in <module>
    Carla.host = Host(libName)
  File "/usr/local/share/carla/carla_backend.py", line 392, in __init__
    self.lib = cdll.LoadLibrary(libName)
  File "/usr/lib/python3.2/ctypes/__init__.py", line 431, in LoadLibrary
    return self._dlltype(name)
  File "/usr/lib/python3.2/ctypes/__init__.py", line 353, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: /usr/local/lib/carla/libcarla_standalone.so: undefined symbol: _ZN12CarlaBackend11CarlaEngine11clonePluginEj
Any idea F?