Not sure if this is the right place to ask this. It has to do with Meanie's pdaXqtrom package, but not when using its X server. It might be C1000 specific, or it might be general. But I think it's more likely to be specific to the Sharp roms and descendants, like Cacko.
It doesn't help that I'm a Linux neophyte, and I don't necessarily know the right language to use in describing the problem. So I hope you will be patient with me.
I use a program that requires some libraries that are part of the pdaXqtrom, but it does not require the X server to be running. The program is Blassic, a BASIC interpreter, which runs from the console. Until recently, I simply ran it from within Midnight Commander, but as of today, I can no longer do so.
I find that the problem is that the interpreter can no longer be run by root. As installed in Cacko, mc is started by a sudo command. Attempting to start the interpreter from mc produces the following error:
"error while loading shared libraries: libSM.so.6: cannot load shared object file: No such file or directory"
This is the same error that was displayed when I first tried to use the interpreter, without the pdaXqtrom packages installed.
However, if I run the interpreter from a QKonsole session, without sudo or su, it runs without complaint.
I find the library in question (as well as some other pdaXqtrom files) is owned by Zaurus, and while execute and read permissions are universal, only the owner has write permission. Giving write permission to group and others did not seem to change anything, though.
I see how to get around the problem, but I do not understand what might have happened to cause it. Can anyone offer any suggestions or shed any light? I would like to have a better understanding of what's happening.
(By the way, I realize that some may find the use of a BASIC interpreter on the Zaurus at least undesirable and maybe even offensive. I bow to you and beg your indulgence. I have no illusion of being a "real programmer" in BASIC. But I do find it useful for certain things I want to do.)
Edit: updated description.