Building Csound6 on Ubuntu 14.04
| Date | 2015-06-07 12:40 |
| From | Wolf Peuker |
| Subject | Building Csound6 on Ubuntu 14.04 |
Hi there,
today I installed Csound from source by following this (great!) instructions
https://github.com/csound/csound/blob/develop/BUILD.md#debian
everything worked as described, with one exception:
starting Csound right after the installation gave me this error message
> csound: error while loading shared libraries: libcsound64.so.6.0:
> cannot open shared object file: No such file or directory
I fixed this issue by running
> sudo ldconfig
I guess also a restart (logoff/login) would have fixedthis.
Maybe adding a hintto the above instructions could save some CO2
emission ;-)
...Anyway, thank you very much for building Csound and its great community!
Best regards,
Wolf
------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2015-06-07 12:52 |
| From | Wolf Peuker |
| Subject | Re: Building Csound6 on Ubuntu 14.04 |
I'm very sorry for this mistake of me: I totally missed reading the last
line of the instructions :-(
I really don't know how this could happen.
Thanks for your understanding.
Wolf
Am 07.06.2015 um 13:40 schrieb Wolf Peuker:
> Hi there,
>
> today I installed Csound from source by following this (great!) instructions
> https://github.com/csound/csound/blob/develop/BUILD.md#debian
>
> everything worked as described, with one exception:
> starting Csound right after the installation gave me this error message
>
>> csound: error while loading shared libraries: libcsound64.so.6.0:
>> cannot open shared object file: No such file or directory
> I fixed this issue by running
>
>> sudo ldconfig
> I guess also a restart (logoff/login) would have fixedthis.
>
> Maybe adding a hintto the above instructions could save some CO2
> emission ;-)
>
> ...Anyway, thank you very much for building Csound and its great community!
>
> Best regards,
> Wolf
------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2015-06-07 20:47 |
| From | joachim heintz |
| Subject | Re: Building Csound6 on Ubuntu 14.04 |
no problem at all — good to know that it is there and that everything
works for you. thanks for the feedback -
joachim
Am 07.06.2015 um 13:52 schrieb Wolf Peuker:
> I'm very sorry for this mistake of me: I totally missed reading the last
> line of the instructions :-(
> I really don't know how this could happen.
>
> Thanks for your understanding.
> Wolf
>
> Am 07.06.2015 um 13:40 schrieb Wolf Peuker:
>> Hi there,
>>
>> today I installed Csound from source by following this (great!) instructions
>> https://github.com/csound/csound/blob/develop/BUILD.md#debian
>>
>> everything worked as described, with one exception:
>> starting Csound right after the installation gave me this error message
>>
>>> csound: error while loading shared libraries: libcsound64.so.6.0:
>>> cannot open shared object file: No such file or directory
>> I fixed this issue by running
>>
>>> sudo ldconfig
>> I guess also a restart (logoff/login) would have fixedthis.
>>
>> Maybe adding a hintto the above instructions could save some CO2
>> emission ;-)
>>
>> ...Anyway, thank you very much for building Csound and its great community!
>>
>> Best regards,
>> Wolf
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
> https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
>
------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|