Results 1 to 9 of 9

Thread: problem installing QT4 on Linux

  1. #1
    Join Date
    Sep 2008
    Posts
    3
    Qt products
    Qt4
    Platforms
    Unix/X11

    Question problem installing QT4 on Linux

    hi,
    I`m trying to install qt-x11-opensource-src-4.4.1 on Linux FC8...first I used ./configre...when I used gmake ....after some while the following error was given...
    what`s the problem and how to solve it??
    thanks
    ---------
    In file included from /usr/include/krb5.h:7,
    from /usr/include/openssl/kssl.h:72,
    from /usr/include/openssl/ssl.h:191,
    from ssl/qsslsocket_openssl_p.h:86,
    from ssl/qsslsocket_openssl_symbols_p.h:71,
    from ssl/qsslcertificate.cpp:123:
    /usr/include/krb5/krb5.h:2690:24: error: et/com_err.h: No such file or directory
    gmake[1]: *** [.obj/release-shared/qsslcertificate.o] Error 1
    gmake[1]: Leaving directory `/root/qt-x11-opensource-src-4.4.1/src/network'
    gmake: *** [sub-network-make_default-ordered] Error 2
    ---------------

  2. #2
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: problem installing QT4 on Linux

    Looks like your openssl version is to old/to new.
    Why won't you use the Qt4 packages provided by your distribution?

  3. #3
    Join Date
    Sep 2008
    Posts
    3
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: problem installing QT4 on Linux

    Quote Originally Posted by ChristianEhrlicher View Post
    Looks like your openssl version is to old/to new.
    I cannot understand the relation with openssl, but anyway how to solve the problem?
    Quote Originally Posted by ChristianEhrlicher View Post
    Why won't you use the Qt4 packages provided by your distribution?
    I went to trolltech.com ....this was the only package that seems related to my work ..I mean it doesn`t have any special package for FC8...what do you recommend?

  4. #4
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: problem installing QT4 on Linux

    It's a problem with your openssl headers - see /usr/include/openssl/kssl.h

    And Trolltech isn't your linux distributor I would guess... or was Fedora Core bought by Trolltech

  5. #5
    Join Date
    Sep 2008
    Posts
    3
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: problem installing QT4 on Linux

    sorry, I`m really new to QT (and even to linux)...I couldn`t get what you mean ........I saw the file usr/include/openssl/kssl.h but what should be changed here?
    I also tried to update the ssl (using yum update) but it said there is no update........................
    is it possible to explain your solution more simply?


    is it better to install Source RPM : qt4-4.3.2-1.fc8.src.rpm ...is it suitable and do the same thing?
    thanks
    Last edited by p_kian; 3rd September 2008 at 10:22.

  6. #6
    Join Date
    Feb 2008
    Posts
    46
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: problem installing QT4 on Linux

    comment out the openssl option while configuring Qt

    use ./configure -no-openssl

    this wont compile Qt for openssl...You can use this option only if you can do away with openssl libraries....
    otherwise u need to update openssl libraies first and then build Qt
    thanks,
    raman

  7. #7
    Join Date
    Sep 2008
    Posts
    14
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default Re: problem installing QT4 on Linux

    hi
    its too late to go into this thread but i was facing similar problem while installing Qt4

    my steps where

    ./configure went ok
    make install sprung errors related to openssl.h header similar one
    has the author of the problem could find out the way out with the suggestion of using
    ./configure -no-openssl since i have to configure again with this


    regards
    Amrita

  8. #8
    Join Date
    Oct 2007
    Location
    India
    Posts
    162
    Thanks
    20
    Thanked 6 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: problem installing QT4 on Linux

    Your best bet would be to try installing the compiled version of Qt for your linux flavor. If you have a working internet connection you can try installing it using "Synaptic" on Ubuntu and using "Yum" on Fedora. Synaptic and Yum automatically download and install the dependencies so you don't have to worry about 3rd party dependencies and compilation etc...

    If you still want to install it from source, you have to first install all dependencies. Best way is to keep on trying and installing dependent packages as errors appear during compilation.

  9. #9
    Join Date
    Apr 2011
    Posts
    2
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: problem installing QT4 on Linux

    Hi,
    I am trying to install Qt SDK 1.1 beta on my Linux CentOS 5.5..it is not happening becoz it requires GLIBCXX_3.4.9...please have a look inbto the message

    [root@localhost mnt]# ./Qt_SDK_Lin64_offline_v1_1_beta_en.run
    ./Qt_SDK_Lin64_offline_v1_1_beta_en.run: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./Qt_SDK_Lin64_offline_v1_1_beta_en.run)

    ...I am also new bee to the Qt as well as Linux..please help

Similar Threads

  1. problem installing qwt 5.1.1 on linux for ARM
    By raman_31181 in forum Qwt
    Replies: 4
    Last Post: 18th August 2010, 14:51
  2. Weird problem: multithread QT app kills my linux
    By Ishark in forum Qt Programming
    Replies: 2
    Last Post: 8th August 2008, 09:12
  3. problem - printing in windows and linux
    By newplayer in forum Qt Programming
    Replies: 2
    Last Post: 8th July 2008, 20:22
  4. Replies: 1
    Last Post: 1st June 2008, 11:04
  5. errors while installing Qt4.2 in Linux
    By nimmyj in forum Installation and Deployment
    Replies: 11
    Last Post: 13th December 2006, 11:58

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.