[clam-devel] CLAM Plugins

David García Garzón david.garcia at barcelonamedia.org
Wed Jun 22 19:23:57 PDT 2011


Be carefull, not all the .so files are to be installed in the same place and 
if you moved them all you could have problems in the future. Remove the 
libraries you copied by hand and type:
	sudo scons install
This way you will have them installed properly.
Also remember include /usr/local/lib in the enviroment var LD_LIBRARY_PATH.

David.

On Thursday 23 June 2011 01:31:57 Rahul Rajan wrote:
> OK, I found that doing scons in the plugin folder had created the libraries
> (libclam_spacialization*) but had not installed them in /usr/local/lib/
> 
> Instead they were still in the plugin folder. I am not sure why this is,
> but I copied them manually to /usr/local/lib.
> 
> On Wed, Jun 22, 2011 at 3:55 PM, Rahul Rajan
> <rahul.rajan at gmail.com<mailto:rahul.rajan at gmail.com>> wrote: The only file
> I have in /usr/local/lib/clam is:
> libclam_qtmonitors_plugin.so
> 
> 
> On Wed, Jun 22, 2011 at 3:41 PM, Rahul Rajan
> <rahul.rajan at gmail.com<mailto:rahul.rajan at gmail.com>> wrote: Ubuntu 11.04
> Compiled from source (not from the svn; stable release 1.4)
> 
> Everything works except I can't access the plugins. For example, I want to
> use the spacialization plugin in CLAM/plugins/spacialization. If I load,
> impulse-response-database-surround-to-stereo.clamnetwork,
> I get "Error creating a processing object of type
> 'Complex2MagPhaseSpectrum' which is not available."
> 
> Install was done in /usr/local so I will define CLAM_PLUGIN_PATH. Just to
> clarify do I define this in .bashrc, or do I have to do something in
> SConstruct?
> 
> I also ran scons in CLAM/plugins/spacialization
> 
> 
> 
> 
> On Wed, Jun 22, 2011 at 3:25 PM, David García Garzón
> <david.garcia at barcelonamedia.org<mailto:david.garcia at barcelonamedia.org>>
> wrote: Which platform? Compiled from sources or from any precompiled
> binaries? Normally, the default installations should work at least in
> Linux. If the install is done in a special place, you might define the
> CLAM_PLUGIN_PATH environment variable to make them available. usually
> PREFIX/lib/clam In windows there were some problems i solved by defining
> system PATH properly in order to allow to load the libraries installed in
> PREFIX/lib and PREFIX/bin If still not appearing, run NetworkEditor from a
> console and paste the output.
> 
> David.
> 
> On Thursday 23 June 2011 00:01:52 Rahul Rajan wrote:
> > Hello,
> > 
> > My question is about installing the Network Editor plugins. There are a
> > bunch of plugins available in CLAM/plugins like spacialization and
> > GuitarEffects. How does one get these plugins to come up in the Network
> > Editor?
> > 
> > I am using version 1.4.0 for both CLAM and NetworkEditor.
> > 
> > Also, what is libclam-devel and how can I get and compile this library?
> > 
> > Many thanks,
> > Rahul



More information about the clam-devel mailing list