Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. [Solved] Qt 4 SDK offline installer not working on Ubuntu 11.04
Forum Updated to NodeBB v4.3 + New Features

[Solved] Qt 4 SDK offline installer not working on Ubuntu 11.04

Scheduled Pinned Locked Moved Installation and Deployment
14 Posts 7 Posters 11.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    codeartist
    wrote on last edited by
    #1

    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]

     ************CODE-ARTIST************
    
    1 Reply Last reply
    0
    • C Offline
      C Offline
      Chuck Gao
      wrote on last edited by
      #2

      How about double click it ?

      Chuck

      1 Reply Last reply
      0
      • C Offline
        C Offline
        codeartist
        wrote on last edited by
        #3

        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.

        1. Right Click(.run file)>Properties>Permission
        2. Check "Allow execution"
        3. Press "Close"
        4. Double Click the .run file
         ************CODE-ARTIST************
        
        1 Reply Last reply
        0
        • K Offline
          K Offline
          koahnig
          wrote on last edited by
          #4

          Is your initial problem solved?

          It is not completely clear to me what you mean with successful.

          Vote the answer(s) that helped you to solve your issue(s)

          1 Reply Last reply
          0
          • C Offline
            C Offline
            codeartist
            wrote on last edited by
            #5

            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 :)

             ************CODE-ARTIST************
            
            1 Reply Last reply
            0
            • L Offline
              L Offline
              loladiro
              wrote on last edited by
              #6

              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).

              1 Reply Last reply
              0
              • C Offline
                C Offline
                codeartist
                wrote on last edited by
                #7

                Thanks for your help. Loladiro :)
                Will let you know whether it's working or not. :)

                 ************CODE-ARTIST************
                
                1 Reply Last reply
                0
                • T Offline
                  T Offline
                  TobbY
                  wrote on last edited by
                  #8

                  How did you run that file, same problem with me
                  [quote author="codeartist" date="1309469301"]Thanks for your help. Loladiro :)
                  Will let you know whether it's working or not. :)[/quote]

                  1 Reply Last reply
                  0
                  • C Offline
                    C Offline
                    codeartist
                    wrote on last edited by
                    #9
                    1. Right Click(.run file)>Properties>Permission
                    2. Check “Allow execution”
                    3. Press “Close”
                    4. Double Click the .run file
                     ************CODE-ARTIST************
                    
                    1 Reply Last reply
                    0
                    • C Offline
                      C Offline
                      codeartist
                      wrote on last edited by
                      #10

                      @Tobby: Are you not able to run qmake -project command in terminal?

                       ************CODE-ARTIST************
                      
                      1 Reply Last reply
                      0
                      • I Offline
                        I Offline
                        ivanov-yordan
                        wrote on last edited by
                        #11

                        Actually you have to follow these steps:

                        1. Press CTRL+ALT+T
                        2. cd to the downloaded file.
                        3. mv Qt_SDK_Lin32_offline_v1_1_2_en.run ./Qt_SDK_Lin32_offline_v1_1_2_en.bin
                        4. sudo su
                        5. chmod x Qt_SDK_Lin32_offline_v1_1_2_en.bin
                        6. ./Qt_SDK_Lin32_offline_v1_1_2_en.bin.
                        1 Reply Last reply
                        0
                        • D Offline
                          D Offline
                          dangelog
                          wrote on last edited by
                          #12

                          Guys: please: don't suggest people to run commands as root when it's absolutely not needed. Search engines do index this forum.

                          You guys are likely to have downloaded the file for the wrong architecture (64 bit instead of 32 or vice versa).

                          Software Engineer
                          KDAB (UK) Ltd., a KDAB Group company

                          1 Reply Last reply
                          0
                          • T Offline
                            T Offline
                            TobbY
                            wrote on last edited by
                            #13

                            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]

                            1 Reply Last reply
                            0
                            • C Offline
                              C Offline
                              codeartist
                              wrote on last edited by
                              #14

                              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]

                               ************CODE-ARTIST************
                              
                              1 Reply Last reply
                              0

                              • Login

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • Users
                              • Groups
                              • Search
                              • Get Qt Extensions
                              • Unsolved