Firefox is not started

After installing opensuse 11.3 and its updates, firefox is no longer working. When I type “firefox” in the command line, it returns

“Could not find compatible GRE between version 1.9.2.10 and 1.9.2.10.”

Tx for your help

Ivan

Please post result of

zypper lr -d

This is the outcome of zypper lr -d

linux-7w2b:~ # zypper lr -d

| Alias | Name | Enabled | Refresh | Priority | Type | URI | Service

–±------------------------------------±------------------------------------±--------±--------±---------±-------±----------------------------------------------------------------------------±-------
1 | Updates for openSUSE 11.3 11.3-1.82 | Updates for openSUSE 11.3 11.3-1.82 | Yes | Yes | 99 | rpm-md | Index of /update/11.3 |
2 | download.opensuse.org-standard | Main Repository (Contrib) | Yes | Yes | 99 | rpm-md | Index of /repositories/openSUSE:/11.3:/Contrib/standard |
3 | ftp.uni-erlangen.de-suse | Packman Repository | Yes | Yes | 99 | rpm-md | Index of /pub/mirrors/packman/suse/11.3/ |
4 | openSUSE-11.3 11.3-1.82 | openSUSE-11.3 11.3-1.82 | Yes | No | 99 | yast2 | cd:///?devices=/dev/sr0 |
5 | repo-debug | openSUSE-11.3-Debug | No | Yes | 99 | NONE | Index of /debug/distribution/11.3/repo/oss |
6 | repo-non-oss | openSUSE-11.3-Non-Oss | Yes | Yes | 99 | yast2 | Index of /distribution/11.3/repo/non-oss |
7 | repo-oss | openSUSE-11.3-Oss | Yes | Yes | 99 | yast2 | Index of /distribution/11.3/repo/oss |
8 | repo-source | openSUSE-11.3-Source | No | Yes | 99 | NONE | Index of /source/distribution/11.3/repo/oss |

Become su -
and add this repo like this:

zypper ar -f http://download.opensuse.org/repositories/mozilla/openSUSE_11.3/ mozilla

here is a guide about adding repos
How to add a repo in Terminal

Once added
do

zypper dup -r mozilla

try ffox again

Tx - solved

You are welcome

Good solved, Thank you.