| Thank you! That solved my problems.
Hector
Istvan Varga wrote:
> On Wednesday 26 April 2006 16:00, Hector Centeno-Garcia wrote:
>
>
>> I just downloaded the rpm package of Csound 5.01 and converted it to a
>> deb using "alien". Usually this worked fine in my previous Ubuntu Breezy
>> Linux but now that I upgraded to Ubuntu Dapper when I run Csound I get
>> this error message:
>>
>> WARNING: could not open library
>> '/usr/local/lib/csound/plugins/librtjack.so' (-1)
>>
>> And a similar one for the portaudio plugin. Could this be related to the
>> version of jack that is installed in my system? (ver. 0.100.0)
>>
>
> This is a commonly reported problem that is caused by the JACK library
> having a different file name on various distributions. One possible
> solution is to create a symbolic link 'libjack.so.0' to the file that
> is actually present on your distribution (try 'ls /usr/lib/libjack*' to
> find out what file the link should point to).
>
>
>> My second problem is accessing the CVS server. I've been trying the last
>> three days and I always get this error message:
>>
>> cvs [checkout aborted]: end of file from server (consult above messages
>> if any)
>>
>
> The pserver CVS access has been broken for a few weeks since a major
> SourceForge CVS failure. You can either wait until it is restored, or
> until 5.02 is released, whichever is sooner.
> |