| I don't have a linux machine handy, so I don't know the path to the
libs offhand... but you should be able to do something like this:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:
This will keep anything already set in LD_LIBRARY_PATH, and add your
new directory to the search path. You could add more directories too
if needed, each separated by a colon. This will only effect the
current terminal session until it closes, so try it first and if it
works ok you can run it more permanently by adding it to your .bashrc
file.
On Tue, Aug 12, 2014 at 2:27 AM, askwazzup askwazzup
wrote:
> Hello Victor,
>
> Could you give me an example of how to do this, as i'm not familiar
> with this procedure.
>
> On 8/12/14, Victor Lazzarini wrote:
>> Maybe ldconfig did not do the job?
>>
>> Here, I tend to add the directory where I have the library to
>> LD_LIBRARY_PATH and that works for me.
>>
>> On 11 Aug 2014, at 21:58, Askwazzup wrote:
>>
>>> Gooday.
>>>
>>> I have successfully compiled csound on arch linux and sudo ldconfig it,
>>> but
>>> it still says:
>>>
>>> csound: error while loading shared libraries: libcsound64.so.6.0: cannot
>>> open shared object file: No such file or directory
>>>
>>> What might be the problem here?
>>>
>>>
>>>
>>> --
>>> View this message in context:
>>> http://csound.1045644.n5.nabble.com/error-while-loading-shared-libraries-libcsound64-so-6-0-tp5736793.html
>>> Sent from the Csound - General mailing list archive at Nabble.com.
>>>
>>>
>>> Send bugs reports to
>>> https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>>
>>>
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>>
>> Send bugs reports to
>> https://github.com/csound/csound/issues
>> 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
> https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>
|