Hi
First, I'm very new to Z world :-) (but very willing, as well), so please don't blame me if obvious things are not that obvious for me...
I'm geting confused in Opera installation on a Z SL-5500.
First, I flashed the Z with OZ-3.5.2 and GPE-2.5 roms from OZ site.
Opera is not build-in. But is it possible to install it on this ROM, or should I switch to Cacko's. Does the Cacko's rom have Opera built-in ?
Before leaving this rom, I'ld like to get a bit further in installing softwares.
My first mistake was to try to install things on a fat formated sd card. Thanks to the forum, now, an ext2 formated sd card got me ride out of these ipkg errors :
ipkg: Cannot create symlink from ./...... to '.......': Operation not permitted
I dl the opera ipk from the ZUG Zaurus feed : opera_sl-5x00-7.30.9965_arm.ipk
Is that one a good one or should I dl another one, and then where from ?
Trying to install and run opera complains about libqte2 and libqpe; so I dl them from ipkgfind.handhelds.org : libqte2_2.3.7-r21_collie.ipk and libqpe1_1.1.9-r0_arm.ipk and install them :
( same question : good updated ipk ? and if not, where to get them ? )
------------LIBQTE2
ipkg -d sd install /mnt/cf/dl_ipk/4/libqte2_2.3.7-r21_collie.ipk
which gives :
Installing libqte2 (...) to sd...
Configuring libqte2
/mnt/card/usr/lib/ipkg/info/libqte2.postinst: 5: /usr/sbin/update-qtfontdir: not found
postinst script returned status 127
ERROR: libqpe1.postinst returned 127
Then, linking :
ipkg-link mount /mnt/card
which tells that libqte2 is added.
Then make a ldconfig :
/sbin/ldconfig
Is this error important, or just a warning ?
-----------LIBQPE1
ipkg -d sd install /mnt/cf/dl_ipk/5/libqpe1_1.1.9-r0_arm.ipk
which gives :
Installing libqpe1 (...) to sd...
Configuring libqpe1
/mnt/card/user/lib/ipkg/info/libqpe1.postinst: 4: ldconfig: not found
postinst script returned status 127
ERROR: libqpe1.postinst returned 127
Configuring libqte2
Error: /opt/QtPalmtop/lib/fonts not a directory
postinst script returned status 1
ERROR: libqte2.postinst returned 1
Then, linking :
ipkg-link mount /mnt/card
which tells that libqte2 is added.
Then make a ldconfig :
/sbin/ldconfig
Why do I have a problem with a fonts directory ? I tryed to solved that by :
mkdir /mnt/card/opt/QtPalmtop/lib/fonts
ln -s /mnt/card/opt/QtPalmtop/lib/fonts /opt/QtPalmtop/lib/fonts
Then, remove and re-install libqpe1 :
ipkg remove libqpe1
ipkg -d sd install /mnt/cf/dl_ipk/5/libqpe1_1.1.9-r0_arm.ipk
which now returns :
/opt/QtPalmtop/lib/fonts/*.qpf: no such file or directory
I understand that there should be fonts (*.qpf ?) in this directory. Do I already have some built-in fonts that I have to link symbolicaly or do I need to dl another ipk that will install theses fonts ? And then what is this ipk and where to get it from ?
-----------OPERA
Without having solved this font problem, I went on installing Opera :
ipkg -d sd install /mnt/cf/dl_ipk/3/opera_sl-5x00-7.30.9965_arm.ipk
ipkg-link mount /mnt/card
Now, when I try to run opera ( /opt/QtPalmtop/bin/opera ), I get this error :
/opt/QtPalmtop/bin/opera: symbol lookup error: /opt/QtPalmtop/bin/opera: undefined symbol: 7QString.shared_null
Is this due to the missing fonts files ? I saw a thread about this error but I did not understood the solution.
Any ideas ?
Tks
blaise