OESF Portables Forum
Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => OpenZaurus/Opie/Qtopia => Topic started by: grog on December 19, 2004, 12:41:35 pm
-
Hi all. I just successfully intalled Opera 7.3 but it won't run. When I try it from the command line, I get this error:
root@poodle:~# /opt/QtPalmtop/bin/opera
/opt/QtPalmtop/bin/opera: symbol lookup error: /opt/QtPalmtop/bin/opera: undefined symbol: _7QString.shared_null
I have the oz-compat libs installed, and I tried running ipkg-link, but:
root@poodle:~# ipkg-link add opera
*** Command: add
*** Locating package
Package "opera" not found.
root@poodle:~# ipkg list | grep opera
opera - sl-5x00-7.30.9965 - The Opera Web Browser
Any help is appreciated. thks
-
Did you link opera with the libs?
At the Terminal
makecompat /opt/QtPalmtop/bin/opera
I don't know why its not seeing opera as a package though, is it installed in the root directory? If it is maybe that's why.
-
ipkg-link dont work u goes need create the symlinks and .desktop w/ u hands!
-
ipkg-link worked fine for me. What was the problem for you?
You probably need to create one symlink to make the toolbar icons show up:
ln -s /opt/QtPalmtop/opera /usr/share/opera
Si
-
I just got Opera 7.3 working by first installing opera6, then installing 7.3, linking the binary with makecompat, and lastly creating the following symlink to fix the missing icons:
ln -s /opt/QtPalmtop/opera /usr/share/opera
Seems to work fine so far. Thanks for all the help.