Csound Csound-dev Csound-tekno Search About

[Csnd] Re: Re: Plugins

Date2008-03-10 09:02
Fromvictor
Subject[Csnd] Re: Re: Plugins
The warnings indicate that a OPCODEDIR  is found. Csound
is trying to load the plugins, but can't. Since it's module loading,
ldconfig etc do not have anything to do with it.

One possibility is that you are trying to load a set of opcodes
built for a different version. AFAIK, if you install, plugins
go into /usr/local/lib/csound/plugins (single-precision) or
plugins64 (doubles). Unless you told the installer otherwise,
so /usre/pkg/... might indicate remains of another installation.

The (-1) means the plugin could not be loaded by csound.

Victor

----- Original Message ----- 
From: "Julien Claassen" 
To: 
Sent: Monday, March 10, 2008 8:36 AM
Subject: [Csnd] Re: Plugins


> Hi!
>   Probably nothing much.. But anyway, Recheck the following:
> 1. The environment variable OPCODEDIR is properly set. On my system, 
> although 32BIT, it points to:
> OPCODEDIR=/usr/local/lib/csound/plugins64
>   That's where I find directly: libampmidi.so lib babo.so etc.
> 2. If this is the case - you said something like it -, try running:
> ldconfig
> 3. Is this /usr/pkg/ directory in your usual path. I'm sure you can run 
> programs not in the standard path, but I simply wonder, because it's 
> usually just /usr/lib or /usr/local/lib...
> 4. Have another look at the scons -h output when building csound, there is 
> something about dynamiclibraries or dynamicplugins, be sure to explicitly 
> makr them.
>   All I could think off, having had something similar once... HTH.
>   Kindest regards
>         Julien
>
> --------
> Music was my first love and it will be my last (John Miles)
>
> ======== FIND MY WEB-PROJECT AT: ========
> http://ltsb.sourceforge.net
> the Linux TextBased Studio guide
> ======= AND MY PERSONAL PAGES AT: =======
> http://www.juliencoder.de
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
> csound" 


Date2008-03-10 09:18
Fromroot
Subject[Csnd] Re: Re: Re: Plugins
In my experience the cannot load message usually means an unresolved 
reference in the library.  Try ldd on one of the libraries that is failing
==John ff



Date2008-03-11 00:22
Fromcochedelaferte
Subject[Csnd] Re: Re: Plugins

One possibility is that you are trying to load a set of opcodes
built for a different version.

I got the plugins by the build itself.

 AFAIK, if you install, plugins
go into /usr/local/lib/csound/plugins (single-precision) or
plugins64 (doubles). Unless you told the installer otherwise,
so /usre/pkg/... might indicate remains of another installation.

The (-1) means the plugin could not be loaded by csound.

Maybe a part of the problem is that i needed to install all manually,
because the install.py (for Linux) did not work for me. Have i missed to
install any configuration file ? I did not found something about that.

Thank's !

Sergio
-- 
View this message in context: http://www.nabble.com/Plugins-tp15949384p15971505.html
Sent from the Csound - General mailing list archive at Nabble.com.


Date2008-03-11 00:57
Fromcochedelaferte
Subject[Csnd] Re: Re: Re: Plugins
Hi John,

In my experience the cannot load message usually means an unresolved 
reference in the library.  Try ldd on one of the libraries that is failing

- Yes, i made that again, librtjack.so for example : all clean, all OK.

Also
LD_DEBUG=files
csound ld_debug_files.out 2>&1 looks perfect.

Strange...

Great thank's,

Sergio

-- 
View this message in context: http://www.nabble.com/Plugins-tp15949384p15972300.html
Sent from the Csound - General mailing list archive at Nabble.com.