You are here

Add new comment

yPhil's picture

I noticed an error when launching jalv :

jalv: symbol lookup error: /usr/local/lib/liblilv-0.so.0: undefined symbol: sord_get

I solved the problem by removing (compiled) lilv :

sudo rm -rf /usr/local/lib/liblilv*

QTractor is now happily running.
But since the last commit predates my problems, it's obviously something I did. I interrupted a lot of building processes while writing an update script, that could very much have been the case...

I guess what happened is that I ctrl-c'd the install of lilv, thus messing it up. Sorry ;)