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

Title: Error Running Opera
Post 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:
Code: [Select]
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:
Code: [Select]
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
Title: Error Running Opera
Post by: Jcroto1 on December 19, 2004, 01:56:26 pm
Did you link opera with the libs?

At the Terminal
Code: [Select]
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.
Title: Error Running Opera
Post by: anunakin on December 21, 2004, 06:39:37 am
ipkg-link dont work u goes need create the symlinks and .desktop w/ u hands!
Title: Error Running Opera
Post by: lardman on December 21, 2004, 08:05:04 am
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
Title: Error Running Opera
Post by: grog on December 21, 2004, 01:45:30 pm
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.