Author Topic: pb with tkc soft and the sharp rom 3.13  (Read 2596 times)

totoetlititi

  • Newbie
  • *
  • Posts: 39
    • View Profile
    • http://
pb with tkc soft and the sharp rom 3.13
« on: April 24, 2004, 06:40:00 pm »
I have flashed my zaurus (I used the rom 2.13), abd now my tkc applications don\'t work...!
When I launch tkcExplorer with a console, I have this message:
\"error while loading shared library: libtkc.so.1: cannot load shared object file: No such file or directory\"
 :cry:
But I have this library in /opt/QtPalmtop/lib ...

I think, it is a problem of link... but where ?

tumnus

  • Hero Member
  • *****
  • Posts: 1176
    • View Profile
    • http://www.cpinkney.org.uk
pb with tkc soft and the sharp rom 3.13
« Reply #1 on: April 24, 2004, 09:17:40 pm »
The 3.x ROM has a bug. It looks for libraries in /usr/lib, but not /home/QtPalmtop/lib or any link to that.

To fix this I just run the following as root:

cd /usr/lib
for f in /home/QtPalmtop/lib/*; do ln -s $f; done

Ignore any errors about file already exists.
# Search the Zaurus Howtos ## Search the Zaurus FAQs ## Find Z software at ELSI #
--------------------
UK SL5500 with Sharp ROM 3.13, SL5600 with Sharp ROM 1.32 - SuSE 9.0 Pro, Windows XP Home
Qualendar for Calendar and Todo
Socket Bluetooth CF Card (Rev F), Kingmax 512MB MMC Card, Palm Tungsten T Stylus,
Pretec CF->Smartmedia Adapter, Semsons Universal Battery Extender

totoetlititi

  • Newbie
  • *
  • Posts: 39
    • View Profile
    • http://
pb with tkc soft and the sharp rom 3.13
« Reply #2 on: April 25, 2004, 10:41:22 am »
Thanks !!!
Very good !

Yesterday, I tried to edit the /etc/ld.so.conf, but no result....!

Perhaps, it is a variable (like PATH) for library, it isn\'t ?

totoetlititi

  • Newbie
  • *
  • Posts: 39
    • View Profile
    • http://
pb with tkc soft and the sharp rom 3.13
« Reply #3 on: April 26, 2004, 06:07:08 am »
I searched this week end, and, normally, the evironment variables are in a .profile file.
In my PC, I find this in /etc/.profile
In zaurus, I can\'t find it... no profile file in /home/etc or /etc or /home/zaurus...
Why ?

tumnus

  • Hero Member
  • *****
  • Posts: 1176
    • View Profile
    • http://www.cpinkney.org.uk
pb with tkc soft and the sharp rom 3.13
« Reply #4 on: April 26, 2004, 07:03:17 am »
I think this is a Qtopia problem more than anything. It doesn\'t use the library paths from anywhere as far as I can see. Even the LD_LIBRARY_PATH variable in /home/QtPalmtop/qpe.sh, which launches Qtopia, does not have any affect on apps launched within Qtopia.
# Search the Zaurus Howtos ## Search the Zaurus FAQs ## Find Z software at ELSI #
--------------------
UK SL5500 with Sharp ROM 3.13, SL5600 with Sharp ROM 1.32 - SuSE 9.0 Pro, Windows XP Home
Qualendar for Calendar and Todo
Socket Bluetooth CF Card (Rev F), Kingmax 512MB MMC Card, Palm Tungsten T Stylus,
Pretec CF->Smartmedia Adapter, Semsons Universal Battery Extender

totoetlititi

  • Newbie
  • *
  • Posts: 39
    • View Profile
    • http://
pb with tkc soft and the sharp rom 3.13
« Reply #5 on: April 26, 2004, 03:02:29 pm »
I find the .profile... !!!!
see /home/root/.profile  !!!!
year...