Hi, I resolved the problem about the TSE3::PPQN and so on, I compiled the source but when I try to run rythm it says me he cannot find libtse3.so.0, but I got it in /usr/local/lib and ryhtm's dir is in /usr/local. Any suggestion? Marco Coiatelli
Logged In: NO
hmm, is /usr/local/lib listed in
/etc/ld.so.conf
?? hmm, it might also be, that you did not rerun
ldconfig
as root..
one more thing (ldconfig should take care of this itself, but maybe it failed).. look at the output of
ls -l /usr/local/lib/libtse3*
on my machine the output looks like this:
floh@mango:~$ ls -l /usr/local/lib/libtse3* -rwxr-xr-x 1 root staff 697 Mar 7 20:29 /usr/local/lib/libtse3.la lrwxrwxrwx 1 root staff 16 Mar 7 20:29 /usr/local/lib/libtse3.so -> libtse3.so.0.0.0 lrwxrwxrwx 1 root staff 16 Mar 7 20:29 /usr/local/lib/libtse3.so.0 -> libtse3.so.0.0.0 -rwxr-xr-x 1 root staff 8823715 Mar 7 20:29 /usr/local/lib/libtse3.so.0.0.0 floh@mango:~$
the file libtse3.so.0 should be a symbolic link to libtse3.so.0.0.0 and libtse3.so should be a link to libtse3.so.0
check that out and report back :)
He, if people a re actually interested, i will add piano support soon..
Regards Florian Schmidt
Logged In: YES user_id=227830
the above comment is by the maintainer (me). i hust forgot to log in :)
err, i mean, the comment _below_ :)
Log in to post a comment.
Logged In: NO
hmm, is /usr/local/lib listed in
/etc/ld.so.conf
?? hmm, it might also be, that you did not rerun
ldconfig
as root..
one more thing (ldconfig should take care of this itself,
but maybe it failed).. look at the output of
ls -l /usr/local/lib/libtse3*
on my machine the output looks like this:
floh@mango:~$ ls -l /usr/local/lib/libtse3*
-rwxr-xr-x 1 root staff 697 Mar 7 20:29
/usr/local/lib/libtse3.la
lrwxrwxrwx 1 root staff 16 Mar 7 20:29
/usr/local/lib/libtse3.so -> libtse3.so.0.0.0
lrwxrwxrwx 1 root staff 16 Mar 7 20:29
/usr/local/lib/libtse3.so.0 -> libtse3.so.0.0.0
-rwxr-xr-x 1 root staff 8823715 Mar 7 20:29
/usr/local/lib/libtse3.so.0.0.0
floh@mango:~$
the file libtse3.so.0 should be a symbolic link to
libtse3.so.0.0.0 and libtse3.so should be a link to libtse3.so.0
check that out and report back :)
He, if people a re actually interested, i will add piano
support soon..
Regards Florian Schmidt
Logged In: YES
user_id=227830
the above comment is by the maintainer (me). i hust forgot
to log in :)
Logged In: YES
user_id=227830
err, i mean, the comment _below_ :)