[Csnd] missing libcsound64 after apt-get install
| Date | 2018-10-16 07:53 |
| From | Eduardo Moguillansky |
| Subject | [Csnd] missing libcsound64 after apt-get install |
Good morning,
I am installing csound in ubuntu (18.04) and since this is not my
system and the people in charge are not really confortable with
installing thins from source, I would like to be able to have a working
installation using apt-get.
After doing "sudo apt-get install csound", csound 6.11 is installed, but
the .so files are missing (csound: error while loading shared libraries:
libcsound64.so.6.0: cannot open shared object file: No such file or
directory). Doing 'find /usr/lib -name "libcsound64*" ' returns nothing
In fact, checking the package via "apt-file list csound" I get
csound: /usr/bin/cs
csound: /usr/bin/csbeats
csound: /usr/bin/csdebugger
csound: /usr/bin/csound
csound: /usr/share/doc/csound/AUTHORS
csound: /usr/share/doc/csound/README.Debian
csound: /usr/share/doc/csound/README.md
csound: /usr/share/doc/csound/changelog.Debian.gz
csound: /usr/share/doc/csound/copyright
csound: /usr/share/doc/csound/examples/par.csd
csound: /usr/share/doc/csound/examples/trapped.csd.gz
csound: /usr/share/doc/csound/examples/xanadu.csd.gz
so the .so files are not in the package
Is there another package I should be installing?
thanks,
Eduardo
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 |
| Date | 2018-10-16 08:18 |
| From | joachim heintz |
| Subject | Re: [Csnd] missing libcsound64 after apt-get install |
did you try 'sudo apt-get build-dep csound' first?
i did several linux builds the past months, and this description worked
always:
https://github.com/csound/csound/blob/develop/BUILD.md
best -
joachim
On 16/10/18 08:53, Eduardo Moguillansky wrote:
> Good morning,
>
> I am installing csound in ubuntu (18.04) and since this is not my
> system and the people in charge are not really confortable with
> installing thins from source, I would like to be able to have a working
> installation using apt-get.
>
> After doing "sudo apt-get install csound", csound 6.11 is installed, but
> the .so files are missing (csound: error while loading shared libraries:
> libcsound64.so.6.0: cannot open shared object file: No such file or
> directory). Doing 'find /usr/lib -name "libcsound64*" ' returns nothing
>
> In fact, checking the package via "apt-file list csound" I get
>
> csound: /usr/bin/cs
> csound: /usr/bin/csbeats
> csound: /usr/bin/csdebugger
> csound: /usr/bin/csound
> csound: /usr/share/doc/csound/AUTHORS
> csound: /usr/share/doc/csound/README.Debian
> csound: /usr/share/doc/csound/README.md
> csound: /usr/share/doc/csound/changelog.Debian.gz
> csound: /usr/share/doc/csound/copyright
> csound: /usr/share/doc/csound/examples/par.csd
> csound: /usr/share/doc/csound/examples/trapped.csd.gz
> csound: /usr/share/doc/csound/examples/xanadu.csd.gz
>
> so the .so files are not in the package
>
> Is there another package I should be installing?
>
> thanks,
>
> Eduardo
>
> 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 |
| Date | 2018-10-16 09:26 |
| From | Eduardo Moguillansky |
| Subject | Re: [Csnd] missing libcsound64 after apt-get install |
Thanks joachim for the suggestion. I tried the build-dep step, but that
did not bring the .so files. I wonder if someone has recently installed
csound in a complete lab using purely the packages provided via apt-get
in ubuntu.
Here is the picture: I am part of a project at the university in zürich
about performance of electronic music and specifically about
preservation of works in the context of the aging of technology, one
thing which is core to csound. I can build from source if I am there,
but I need to do things over the phone, instructing people who have
never heard of things like git, cmake, etc., being used to macOS, etc.
One can argue that it is their fault, but I would love the "experience"
of using csound in linux to be somewhat smoother, so an installation
based purely on apt-get would be really nice.
On 16.10.18 09:18, joachim heintz wrote:
> did you try 'sudo apt-get build-dep csound' first?
> i did several linux builds the past months, and this description
> worked always:
> https://github.com/csound/csound/blob/develop/BUILD.md
>
> best -
> joachim
>
>
>
> On 16/10/18 08:53, Eduardo Moguillansky wrote:
>> Good morning,
>>
>> I am installing csound in ubuntu (18.04) and since this is not my
>> system and the people in charge are not really confortable with
>> installing thins from source, I would like to be able to have a working
>> installation using apt-get.
>>
>> After doing "sudo apt-get install csound", csound 6.11 is installed, but
>> the .so files are missing (csound: error while loading shared libraries:
>> libcsound64.so.6.0: cannot open shared object file: No such file or
>> directory). Doing 'find /usr/lib -name "libcsound64*" ' returns nothing
>>
>> In fact, checking the package via "apt-file list csound" I get
>>
>> csound: /usr/bin/cs
>> csound: /usr/bin/csbeats
>> csound: /usr/bin/csdebugger
>> csound: /usr/bin/csound
>> csound: /usr/share/doc/csound/AUTHORS
>> csound: /usr/share/doc/csound/README.Debian
>> csound: /usr/share/doc/csound/README.md
>> csound: /usr/share/doc/csound/changelog.Debian.gz
>> csound: /usr/share/doc/csound/copyright
>> csound: /usr/share/doc/csound/examples/par.csd
>> csound: /usr/share/doc/csound/examples/trapped.csd.gz
>> csound: /usr/share/doc/csound/examples/xanadu.csd.gz
>>
>> so the .so files are not in the package
>>
>> Is there another package I should be installing?
>>
>> thanks,
>>
>> Eduardo
>>
>> 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 |
| Date | 2018-10-16 10:30 |
| From | thorin kerr |
| Subject | Re: [Csnd] missing libcsound64 after apt-get install |
For a minimal but working Csound I follow the recipe pointed out by Joachim, but replace the build-dep step with sudo apt-get install flex bison libsndfile1-dev Thorin On Tue, 16 Oct. 2018, 6:26 pm Eduardo Moguillansky, <eduardo.moguillansky@gmail.com> wrote: Thanks joachim for the suggestion. I tried the build-dep step, but that |
| Date | 2018-10-16 10:40 |
| From | joachim heintz |
| Subject | Re: [Csnd] missing libcsound64 after apt-get install |
i think there are two cases:
1) they install via synaptic or the ubuntu software center. this should
be very easy, but will install probably an older version of csound than
6.11. perhaps this is the reason you want them to build.
2) if build from source, as i mentioned it should exactly work as
described in https://github.com/csound/csound/blob/develop/BUILD.md
the first step is also important. it requires some knowledge (sudo nano
/etc/apt/sources.list or something), but should be possible to tell them
how to do.
i did twice an ubuntu build in the past months, and had no problems at
all when i followed the steps.
good luck -
joachim
On 16/10/18 10:26, Eduardo Moguillansky wrote:
> Thanks joachim for the suggestion. I tried the build-dep step, but that
> did not bring the .so files. I wonder if someone has recently installed
> csound in a complete lab using purely the packages provided via apt-get
> in ubuntu.
> Here is the picture: I am part of a project at the university in zürich
> about performance of electronic music and specifically about
> preservation of works in the context of the aging of technology, one
> thing which is core to csound. I can build from source if I am there,
> but I need to do things over the phone, instructing people who have
> never heard of things like git, cmake, etc., being used to macOS, etc.
> One can argue that it is their fault, but I would love the "experience"
> of using csound in linux to be somewhat smoother, so an installation
> based purely on apt-get would be really nice.
>
> On 16.10.18 09:18, joachim heintz wrote:
>> did you try 'sudo apt-get build-dep csound' first?
>> i did several linux builds the past months, and this description
>> worked always:
>> https://github.com/csound/csound/blob/develop/BUILD.md
>>
>> best -
>> joachim
>>
>>
>>
>> On 16/10/18 08:53, Eduardo Moguillansky wrote:
>>> Good morning,
>>>
>>> I am installing csound in ubuntu (18.04) and since this is not my
>>> system and the people in charge are not really confortable with
>>> installing thins from source, I would like to be able to have a working
>>> installation using apt-get.
>>>
>>> After doing "sudo apt-get install csound", csound 6.11 is installed, but
>>> the .so files are missing (csound: error while loading shared libraries:
>>> libcsound64.so.6.0: cannot open shared object file: No such file or
>>> directory). Doing 'find /usr/lib -name "libcsound64*" ' returns nothing
>>>
>>> In fact, checking the package via "apt-file list csound" I get
>>>
>>> csound: /usr/bin/cs
>>> csound: /usr/bin/csbeats
>>> csound: /usr/bin/csdebugger
>>> csound: /usr/bin/csound
>>> csound: /usr/share/doc/csound/AUTHORS
>>> csound: /usr/share/doc/csound/README.Debian
>>> csound: /usr/share/doc/csound/README.md
>>> csound: /usr/share/doc/csound/changelog.Debian.gz
>>> csound: /usr/share/doc/csound/copyright
>>> csound: /usr/share/doc/csound/examples/par.csd
>>> csound: /usr/share/doc/csound/examples/trapped.csd.gz
>>> csound: /usr/share/doc/csound/examples/xanadu.csd.gz
>>>
>>> so the .so files are not in the package
>>>
>>> Is there another package I should be installing?
>>>
>>> thanks,
>>>
>>> Eduardo
>>>
>>> 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
>
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 |
| Date | 2018-10-16 12:54 |
| From | Eduardo Moguillansky |
| Subject | Re: [Csnd] missing libcsound64 after apt-get install |
In fact building from source was actually the faster solution. Thanks
for the help!
On 16.10.18 11:40, joachim heintz wrote:
> i think there are two cases:
>
> 1) they install via synaptic or the ubuntu software center. this
> should be very easy, but will install probably an older version of
> csound than 6.11. perhaps this is the reason you want them to build.
>
> 2) if build from source, as i mentioned it should exactly work as
> described in https://github.com/csound/csound/blob/develop/BUILD.md
> the first step is also important. it requires some knowledge (sudo
> nano /etc/apt/sources.list or something), but should be possible to
> tell them how to do.
>
> i did twice an ubuntu build in the past months, and had no problems at
> all when i followed the steps.
>
> good luck -
> joachim
>
>
>
> On 16/10/18 10:26, Eduardo Moguillansky wrote:
>> Thanks joachim for the suggestion. I tried the build-dep step, but that
>> did not bring the .so files. I wonder if someone has recently installed
>> csound in a complete lab using purely the packages provided via apt-get
>> in ubuntu.
>> Here is the picture: I am part of a project at the university in zürich
>> about performance of electronic music and specifically about
>> preservation of works in the context of the aging of technology, one
>> thing which is core to csound. I can build from source if I am there,
>> but I need to do things over the phone, instructing people who have
>> never heard of things like git, cmake, etc., being used to macOS, etc.
>> One can argue that it is their fault, but I would love the "experience"
>> of using csound in linux to be somewhat smoother, so an installation
>> based purely on apt-get would be really nice.
>>
>> On 16.10.18 09:18, joachim heintz wrote:
>>> did you try 'sudo apt-get build-dep csound' first?
>>> i did several linux builds the past months, and this description
>>> worked always:
>>> https://github.com/csound/csound/blob/develop/BUILD.md
>>>
>>> best -
>>> joachim
>>>
>>>
>>>
>>> On 16/10/18 08:53, Eduardo Moguillansky wrote:
>>>> Good morning,
>>>>
>>>> I am installing csound in ubuntu (18.04) and since this is not my
>>>> system and the people in charge are not really confortable with
>>>> installing thins from source, I would like to be able to have a
>>>> working
>>>> installation using apt-get.
>>>>
>>>> After doing "sudo apt-get install csound", csound 6.11 is
>>>> installed, but
>>>> the .so files are missing (csound: error while loading shared
>>>> libraries:
>>>> libcsound64.so.6.0: cannot open shared object file: No such file or
>>>> directory). Doing 'find /usr/lib -name "libcsound64*" ' returns
>>>> nothing
>>>>
>>>> In fact, checking the package via "apt-file list csound" I get
>>>>
>>>> csound: /usr/bin/cs
>>>> csound: /usr/bin/csbeats
>>>> csound: /usr/bin/csdebugger
>>>> csound: /usr/bin/csound
>>>> csound: /usr/share/doc/csound/AUTHORS
>>>> csound: /usr/share/doc/csound/README.Debian
>>>> csound: /usr/share/doc/csound/README.md
>>>> csound: /usr/share/doc/csound/changelog.Debian.gz
>>>> csound: /usr/share/doc/csound/copyright
>>>> csound: /usr/share/doc/csound/examples/par.csd
>>>> csound: /usr/share/doc/csound/examples/trapped.csd.gz
>>>> csound: /usr/share/doc/csound/examples/xanadu.csd.gz
>>>>
>>>> so the .so files are not in the package
>>>>
>>>> Is there another package I should be installing?
>>>>
>>>> thanks,
>>>>
>>>> Eduardo
>>>>
>>>> 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
>>
>
> 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 |