How to install Qt 5.0.0 on OpenSuse 11.4
Hi everyone!
How to install Qt 5.0.0 on OpenSuse 11.4?
I wrote this command:
Quote:
./qt-linux-opensource-5.0.0-x86-offline.run
But:
Quote:
./qt-linux-opensource-5.0.0-x86-offline.run: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./qt-linux-opensource-5.0.0-x86-offline.run)
Thank you
Ivan
Re: How to install Qt 5.0.0 on OpenSuse 11.4
You seem to be missing some C++ libraries. Make sure that you have a full C++ toolchain.
Re: How to install Qt 5.0.0 on OpenSuse 11.4
agarny, help me!
How to install the 'C++ library'. I'm new in the Linux OpenSuse 11.4
Re: How to install Qt 5.0.0 on OpenSuse 11.4
I don't personally use OpenSUSE, but a very simple google search would have given you the answer, e.g. http://www.unixmen.com/install-devel...t-on-opensuse/.
Re: How to install Qt 5.0.0 on OpenSuse 11.4
Thank you very much :D
Added after 22 minutes:
Output:
Code:
Ivan@linux-cudn:~> sudo zypper install -t pattern devel_C_C++
root's password:
Loading repository data...
Warning: Repository 'Updates for openSUSE 11.4 11.4-0' appears to outdated. Consider using a different mirror or server.
Reading installed packages...
'pattern:devel_C_C++' is already installed.
No update candidate for 'devel_C_C++-11.4-6.9.1.i586'. The highest available version is already installed.
Resolving package dependencies...
Nothing to do.
Ivan@linux-cudn:~>
:(
Re: How to install Qt 5.0.0 on OpenSuse 11.4
have you use chmod before ./qt-... ?
Re: How to install Qt 5.0.0 on OpenSuse 11.4
Yes
Code:
-rwx--x--x 1 Ivan users 430605254 Jan 15 01:01 qt-linux-opensource-5.0.0-x86-off
Re: How to install Qt 5.0.0 on OpenSuse 11.4
Quote:
Originally Posted by
8Observer8
Thank you very much :D
Added after 22 minutes:
Output:
Code:
Ivan@linux-cudn:~> sudo zypper install -t pattern devel_C_C++
root's password:
Loading repository data...
Warning: Repository 'Updates for openSUSE 11.4 11.4-0' appears to outdated. Consider using a different mirror or server.
Reading installed packages...
'pattern:devel_C_C++' is already installed.
No update candidate for 'devel_C_C++-11.4-6.9.1.i586'. The highest available version is already installed.
Resolving package dependencies...
Nothing to do.
Ivan@linux-cudn:~>
:(
As you can see from the output of the command, your repository appears to be outdated (line 4), so maybe you probably need to do something about it. From line 7, it would seem that you are all set for C/C++ development, but the version of the toolchain you have on your system is, apparently, not recent enough for Qt.
Re: How to install Qt 5.0.0 on OpenSuse 11.4
How to update the 'devel_C_C++' from the command?
Re: How to install Qt 5.0.0 on OpenSuse 11.4
As I said, I don't personally use OpenSUSE and this is a forum for Qt-related issues, so assuming my assessment of your problem is correct, I would suggest you try some OpenSUSE forum...
Re: How to install Qt 5.0.0 on OpenSuse 11.4
Ok. You helped me. I understood this problem. I will write a solution here. Thanks :)