[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]
-
Well, Thanks for the reply. Nothing happened after double clicking it. After that I had gone through following processor and I was successful with a lot of errors and all.
- Right Click(.run file)>Properties>Permission
- Check "Allow execution"
- Press "Close"
- Double Click the .run file
-
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":http://doc.qt.nokia.com/4.7/install-x11.html#step-4-set-the-environment-variables on what to do - adjust the paths of course).
-
Thanks for your help. Loladiro :)
Will let you know whether it's working or not. :) -
- Right Click(.run file)>Properties>Permission
- Check “Allow execution”
- Press “Close”
- Double Click the .run file
-
@Tobby: Are you not able to run qmake -project command in terminal?
-
Actually you have to follow these steps:
- Press CTRL+ALT+T
- cd to the downloaded file.
- mv Qt_SDK_Lin32_offline_v1_1_2_en.run ./Qt_SDK_Lin32_offline_v1_1_2_en.bin
- sudo su
- chmod x Qt_SDK_Lin32_offline_v1_1_2_en.bin
- ./Qt_SDK_Lin32_offline_v1_1_2_en.bin.
-
thanks that really helped, one more thing i do is put the installer in system drive to make ir work.
[quote author="codeartist" date="1310576969"]1. Right Click(.run file)>Properties>Permission
2. Check “Allow execution”
3. Press “Close”
4. Double Click the .run file
[/quote] -
Yeah! Sorry for that. :( I forgot to say that :)
[quote author="TobbY" date="1310818420"]thanks that really helped, one more thing i do is put the installer in system drive to make ir work.
[/quote]