On Sun, May 10, 2020 at 11:16:01PM +0200, Jeanette C. wrote: > Hey hey, > I noticed that I have a small issue with csound and opcode libraries. > Something like this appears when typing: > $ csound -z > WARNING: could not open library '/usr/lib/csound/plugins64-6.0/libelse.so' > (/usr/lib/csound/plugins64-6.0/libelse.so: undefined symbol: __pow_finite) > Just for clarity (though you probably know already) these errors happen when a plugin needs another (usually system) library that supplies that symbol. However, some quick investigation shows that libelse.so only wants libc.so.6, which I'd guss is already in your system -- it certainly is on mine! And indeed, libc does not supply '__pow_finite'! I wonder what system libelse was built for? looks like you'll need to build it yourself as suggested. Cheers, -- Pete -- 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