Author Topic: SL-5500 sqlite3  (Read 1972 times)

Edranom

  • Newbie
  • *
  • Posts: 19
    • View Profile
SL-5500 sqlite3
« 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

Varti

  • Administrator
  • Hero Member
  • *****
  • Posts: 1262
    • View Profile
Re: SL-5500 sqlite3
« Reply #1 on: October 08, 2020, 03:25:35 am »
What ROM are you using? You can check for the dependencies required by any program with ldd. An example taken from StackExchange:

Code: [Select]
$ 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
Planet Gemini PDA WiFi/LTE with Mediatek x27
SL-C1000 running Arch Linux ARM May2017, K30225 Wi-Fi CF Card, 64GB SDXC card
and many other Zauruses!

Edranom

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: SL-5500 sqlite3
« Reply #2 on: October 08, 2020, 07:48:33 am »
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.

Edranom

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: SL-5500 sqlite3
« Reply #3 on: October 08, 2020, 07:49:41 am »
Also, my 5500 doesn't seem to have ldd installed