OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - Other distros support => Topic started by: Edranom on October 07, 2020, 10:50:48 am
-
I've been trying to get sqlite3 installed on my sl-5500 without any luck. The package I found refuses to install because it has dependencies but I don't what they are. Does anybody have knowledge on this?
Thanks
-
What ROM are you using? You can check for the dependencies required by any program with ldd. An example taken from StackExchange:
$ ldd /bin/ls
linux-vdso.so.1 => (0x00007fff87ffe000)
libselinux.so.1 => /lib/x86_64-linux-gnu/libselinux.so.1 (0x00007ff0510c1000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007ff050eb9000)
libacl.so.1 => /lib/x86_64-linux-gnu/libacl.so.1 (0x00007ff050cb0000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ff0508f0000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007ff0506ec000)
/lib64/ld-linux-x86-64.so.2 (0x00007ff0512f7000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007ff0504ce000)
libattr.so.1 => /lib/x86_64-linux-gnu/libattr.so.1 (0x00007ff0502c9000)
Varti
-
I've managed to get sqlite3 installed without errors, but now it says errorwhile loading shared libraries: libreadline.so.5: cannot load shared object file.
I'm using the cacko rom and trying to install sqlite3 from the zaurusfr cacko feed, if that helps.
-
Also, my 5500 doesn't seem to have ldd installed