Csound Csound-dev Csound-tekno Search About

[Csnd] Error: Opening plugin directory

Date2018-11-27 14:04
FromNatanael Mojica
Subject[Csnd] Error: Opening plugin directory
Hello all:

I get a weird message after install the Csound libraries and binaries on my linux computer, The csound version:
https://github.com/csound/csound/releases/download/6.12.2/Csound6.12.0-Linux_x64.tar.gz
When I try to run my application which uses csound share library, I got:

WARNING: Error opening plugin directory '/home/victor/lib/csound/plugins64-6.0': No such file or directory

But the path which is indicated in the message warning, not corresponds to my user name on my machine and to the path where the binaries were copied.
The plugins64-6.0 directory is located inside the csound directory in the lib/ folder..
I guess Csound have to look for the library using a env variable or using a relative path according to the current binaries path?

Thank you



Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2018-11-27 14:08
FromVictor Lazzarini
SubjectRe: [Csnd] Error: Opening plugin directory
yep, that’s an artefact from the build. You can fix this by setting the OPCODE6DIR64 environment variable to the directory
where the plugins are.
========================
Prof. Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 27 Nov 2018, at 14:04, Natanael Mojica  wrote:
> 
> Hello all:
> 
> I get a weird message after install the Csound libraries and binaries on my linux computer, The csound version:
> https://github.com/csound/csound/releases/download/6.12.2/Csound6.12.0-Linux_x64.tar.gz
> When I try to run my application which uses csound share library, I got:
> 
> WARNING: Error opening plugin directory '/home/victor/lib/csound/plugins64-6.0': No such file or directory
> 
> But the path which is indicated in the message warning, not corresponds to my user name on my machine and to the path where the binaries were copied.
> The plugins64-6.0 directory is located inside the csound directory in the lib/ folder..
> I guess Csound have to look for the library using a env variable or using a relative path according to the current binaries path?
> 
> Thank you
> 
> 
> 
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here


Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-11-27 15:57
FromVictor Lazzarini
SubjectRe: [Csnd] Error: Opening plugin directory
I’ve updated the package so that if the package is placed in /usr/local/ it should work out of the box.
========================
Prof. Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 27 Nov 2018, at 14:08, Victor Lazzarini  wrote:
> 
> yep, that’s an artefact from the build. You can fix this by setting the OPCODE6DIR64 environment variable to the directory
> where the plugins are.
> ========================
> Prof. Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy,
> Maynooth University,
> Maynooth, Co Kildare, Ireland
> Tel: 00 353 7086936
> Fax: 00 353 1 7086952 
> 
>> On 27 Nov 2018, at 14:04, Natanael Mojica  wrote:
>> 
>> Hello all:
>> 
>> I get a weird message after install the Csound libraries and binaries on my linux computer, The csound version:
>> https://github.com/csound/csound/releases/download/6.12.2/Csound6.12.0-Linux_x64.tar.gz
>> When I try to run my application which uses csound share library, I got:
>> 
>> WARNING: Error opening plugin directory '/home/victor/lib/csound/plugins64-6.0': No such file or directory
>> 
>> But the path which is indicated in the message warning, not corresponds to my user name on my machine and to the path where the binaries were copied.
>> The plugins64-6.0 directory is located inside the csound directory in the lib/ folder..
>> I guess Csound have to look for the library using a env variable or using a relative path according to the current binaries path?
>> 
>> Thank you
>> 
>> 
>> 
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
> 
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here