hi johannes
thanks for your reply.
/usr/lib/pd/extra/readanysf~.pd_linux: libgavl.so.1: cannot open
shared object file: No such file or directory readanysf~ ... couldn't createany idea what this could refer to?
it refers to an external library (gavl) missing onn your system even
though readanysf~ depends on it. you have to install this library.
here the answer from august:
create a file /etc/ld.so.conf.d/local.conf and put "/usr/local/lib/" in there.
then run "sudo ldconfig" to update the library search path.
this worked for me.
jason