[Solved] Qt 4 SDK offline installer not working on Ubuntu 11.04
I have downloaded Qt 4 SDK from qt.nokia.com
as per the instruction after downloading the offline installer version(.run file)
typed the following commands:
- $ chmod u+x Qt_SDK_Lin32_offline_v1_1_2_en.run
- $ ./Qt_SDK_Lin32_offline_v1_1_2_en.run
instead of starting installation. It shows this error:
- bash: ./Qt_SDK_Lin32_offline_v1_1_2_en.run: Permission denied
after that I had tried using sudo do so.
like this
- $ chmod u+x Qt_SDK_Lin32_offline_v1_1_2_en.run
- $ sudo ./Qt_SDK_Lin32_offline_v1_1_2_en.run
then it shows following error:
- sudo: ./Qt_SDK_Lin32_offline_v1_1_2_en.run: command not found
What can I do to install it? Please help me :(
[EDIT: code formatting, Volker]
13 replies
Hey Koahnig. I was not able to install it. But now I am able to run that file. But during installation there were some errors like
com.nokia.ndk.api.ovinotifications.documentation
and after finishing the installation. when I try to run qmake -project command.
It says that the command not exist. That’s why I am not able to run any of my file. Any help from your side will be appreciated :)
I hope help from my side is also appreciated ;) . If you are running qmake from a normal Terminal, make sure you have the SDK folder in your PATH (see here [doc.qt.nokia.com] on what to do – adjust the paths of course).
You must log in to post a reply. Not a member yet? Register here!






