Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Select language:
English
French
German
Hungarian
Italian
Norwegian
News:
Home
Help
Search
Calendar
Members
View the memberlist
Search For Members
Login
Register
OESF Portables Forum
»
Everything Else
»
Archived Forums
»
Zaurus General Forums
»
General Support and Discussion
»
Software
»
pb with tkc soft and the sharp rom 3.13
← previous
next →
Print
Pages: [
1
]
Author
Topic: pb with tkc soft and the sharp rom 3.13 (Read 2595 times)
totoetlititi
Newbie
Posts: 39
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 ?
Logged
tumnus
Hero Member
Posts: 1176
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.
Logged
# 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
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 ?
Logged
totoetlititi
Newbie
Posts: 39
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 ?
Logged
tumnus
Hero Member
Posts: 1176
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.
Logged
# 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
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...
Logged
Print
Pages: [
1
]
← previous
next →
OESF Portables Forum
»
Everything Else
»
Archived Forums
»
Zaurus General Forums
»
General Support and Discussion
»
Software
»
pb with tkc soft and the sharp rom 3.13