Csound Csound-dev Csound-tekno Search About

Re: [Csnd] A couple of questions about CSound and Python

Date2022-01-17 23:23
FromPrent Rodgers
SubjectRe: [Csnd] A couple of questions about CSound and Python
A reply to the reply here. I was able to get it working on my Fedora Toolbox environment by adding two symbolic links:

sudo ln -s /usr/lib64/libcsound64.so.6.0 /usr/lib64/libcsound64.so
sudo ln -s /usr/lib64/libcsnd6.so.6.0 /usr/lib64/libcsnd6.so

I think there are issues that the dnf install csound did not handle for me. The Fedora environment tries to lock down many directories, moving towards a read-only file system with containers for all user activity. The Csound install in this environment didn't make the symbolic links, perhaps because the install did not have the right permissions. I was able to see what was done in the Ubuntu container, then copy the missing files to the Fedora Toolbox and then I could make the symbolic links.

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

Date2022-01-18 06:38
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] A couple of questions about CSound and Python
Did you try to install the dev package? My impression is that the symlinks only get installed with that, because they assume you only need them for development.

Prof. Victor Lazzarini
Maynooth University
Ireland

> On 17 Jan 2022, at 23:24, Prent Rodgers  wrote:
> 
> *Warning*
> 
> This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> 
> A reply to the reply here. I was able to get it working on my Fedora Toolbox environment by adding two symbolic links:
> 
> sudo ln -s /usr/lib64/libcsound64.so.6.0 /usr/lib64/libcsound64.so
> sudo ln -s /usr/lib64/libcsnd6.so.6.0 /usr/lib64/libcsnd6.so
> 
> I think there are issues that the dnf install csound did not handle for me. The Fedora environment tries to lock down many directories, moving towards a read-only file system with containers for all user activity. The Csound install in this environment didn't make the symbolic links, perhaps because the install did not have the right permissions. I was able to see what was done in the Ubuntu container, then copy the missing files to the Fedora Toolbox and then I could make the symbolic links.
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistserv.heanet.ie%2Fcgi-bin%2Fwa%3FA0%3DCSOUND&data=04%7C01%7CVictor.Lazzarini%40mu.ie%7C438e173d209b42fc4c4f08d9da107379%7C1454f5ccbb354685bbd98621fd8055c9%7C0%7C0%7C637780586884224110%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=noCeA1DfThtSKghPd327GC7Bj43tBSSuSS0KBKSRB6g%3D&reserved=0
> Send bugs reports to
>        https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcsound%2Fcsound%2Fissues&data=04%7C01%7CVictor.Lazzarini%40mu.ie%7C438e173d209b42fc4c4f08d9da107379%7C1454f5ccbb354685bbd98621fd8055c9%7C0%7C0%7C637780586884224110%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=H%2FRcj%2BT6HEVGtJSrqWqhCTlb%2Fed8a%2BhW%2B205SmqtWgA%3D&reserved=0
> 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