Nokia-N900-02-8:/home/user/kumatux.org/kumatux.org-apps/xbindkeys_1.8.3_jj_2010-02-15-223242_fremantle_armel/bin# /home/user/kumatux.org/bin/kumatux.org-link xbindkeys
/home/user/kumatux.org/bin/kumatux.org-link: .: line 4: kumatux.org-vars: not found
How do I solve it?
I connect my computer to my N900 via SSH, so I'm running all commands as root by the way.
I have linked xbindkeys rebooted but when I type xbindkeys it says.
error while loading shared libraries: libguile.so. 18: cannot open shared object file: No such file or directory.
Is this a problem on my end? I have re-flashed my n900 and followed the steps from the start and it still happens.
Sorry, this was a problem on my end, xbindkeys requires guile. I've also compiled it for kumatux.org, you can get it at: http://kumatux.org/Applications.html
just kumatux.org-link it as any other app, source .profile via
I connect my computer to my N900 via SSH, so I'm running all commands as root by the way.
This is because you installed kumatux.org as a regular user, which means you probably installed it to /home/user/kumatux.org-root and /home/user/kumatux.org-links if you ran the default install. And now you're running the commands as root, which can't find kumatux.org files.
If you want to run as root, you need to install it as root, which will copy it to /root/kumatux.org-root etc. and then you'd export ~/.profile as root. However then the apps you link/install as root are not gonna be seen as user, since to use them as user, you have to link/install them as user.
That's actually the beauty of it, since you can install the programs as user without root privileges, and on top of that root and user can have different progs installed.
If you want to do this over SSH it's no prob, just ssh into user@192.186.2.15 and you'll log in as user. I seem to remember you have to first change user's password, i.e. on the N900, login as root, and then
Code:
password user
, then you can connect via ssh to user and will be able to carry out all the user's actions.
Thank you so much for the help so far in trying to get this fine app to work but I have another issue, after linking guile and rebooting I get this new error.
error while loading shared libraries: libgc.so.1: cannot open shared object file: no such file or directory.
Sorry if I am annoying you but I would still like to get this to work.