| It turns out on lubuntu gcc is broken, so I can't recompile. So I'm
switching to minimal debian and then compiling everything, including
the kernel from scratch, its the only way to really have a totally
fine tuned linux csound, since no distro seems to support all the cool
features such as CsoundAC "out of the box." I'm working for the
company that develops the indamixx commercial distro for musicians.
Right now they don't even support csound, but I convinced the CEO that
we can't leave csound out, even if it seems obscure to some people
because its just way too powerful.
On Fri, Aug 27, 2010 at 11:28 AM, Michael Gogins
wrote:
> Probably. The CsoundAC shared library needs to load the csnd shared
> library in its own compiled C++ code. And the csnd shared library in
> turn needs to load the csound shared library. This should all work if
> you set LD_LIBRARY_PATH, which by the way is meant as a stopgap, e.g.
> in a development environment. The right way to configure these things
> for permanently installed software on Linux is with the ldconfig
> command. Google, man, or info for that.
>
> Hope this helps,
> Mike
>
> On Fri, Aug 27, 2010 at 12:30 PM, Brian Redfern wrote:
>> Does that also fix issues with loading the CsoundAC libraries from
>> python on Ubuntu?
>>
>> On Fri, Aug 27, 2010 at 9:26 AM, Michael Gogins
>> wrote:
>>> Set the LD_LIBRARY_PATH environment variable to refer to the
>>> directory(s) with the .so files. If that works fix up your ld.config
>>> or whatever it is.
>>>
>>> Hope this helps,
>>> Mike
>>>
>>> On Fri, Aug 27, 2010 at 12:15 PM, Brian Redfern wrote:
>>>> I found CsoundAC is still broken under ubuntu, but it works fine on
>>>> debian, for Ubuntu you may have to build from source to get CsoundAC
>>>> to work.
>>>>
>>>> On Fri, Aug 27, 2010 at 7:53 AM, francesco wrote:
>>>>>
>>>>> Dear All,
>>>>> i recently have started with an Ubuntu lucid system. I have installed Lua
>>>>> and Csound from source and all seems to be ok. luaCsnd is OK. But when i try
>>>>> to load luaCsoundAC in Lua i have this:
>>>>>
>>>>> error loading module 'luaCsoundAC' from file './luaCsoundAC.so':
>>>>> luaCsnd.so: cannot open shared object file: No such file or directory
>>>>>
>>>>> i started Lua into csound dir, where there are both luaCsnd.so and
>>>>> luaCsoundAC.so.
>>>>> I'm really new to linux and probably i have missed something obvious.
>>>>> If someone of You have some help for me ...
>>>>>
>>>>> Ciao,
>>>>> francesco.
>>>>>
>>>>> --
>>>>> View this message in context: http://csound.1045644.n5.nabble.com/Lua-and-csound-on-Ubuntu-tp2740150p2740150.html
>>>>> Sent from the Csound - General mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>
>>>>>
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Michael Gogins
>>> Irreducible Productions
>>> http://www.michael-gogins.com
>>> Michael dot Gogins at gmail dot com
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>
>
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|