[Qt-interest] How to install Qt Creator in Linux

John McClurkin jwm at nei.nih.gov
Thu Mar 12 13:07:52 CET 2009


Yang, Guo Ying (Shanghai) wrote:
> Hi,
> 
> My gcc version is 3.2.2, and glibc version is 2.3.2.  
> 
> But I don't know how to update them.
> 
> 
> Thanks,
> Sherry

As I said in a post earlier today, it seems that trying to upgrade from 
glibc 2.3.? to glibc 2.4 is a bad idea. That said, I did get Qt-4.5.0 to 
compile under RedHat EL 4 using gcc 3.4.6 and glibc 2.3.4. I had to add 
the argument -no-dlib to the configure command. This because the version 
of dbus included with RedHat is too old for Qt-4.5.0. I also had to go 
into several makefiles and manually set macros QT_NO_INOTIFY, QT_NO_DBUS 
and QT_NO_STYLE_GTK to get everything to compile. Not compiling the dbus 
library means that you cannot compile QtCreator, which needs this 
library. Also, I haven't tested to see whether these changes have made a 
broken version of Qt-4.5.0.

> 
> -----Original Message-----
> From: Jorge Abrines [mailto:curruscataphractus at gmail.com] 
> Sent: Wednesday, March 11, 2009 5:56 PM
> To: Juan D Guzman
> Cc: Yang, Guo Ying (Shanghai); qt-interest at trolltech.com
> Subject: Re: [Qt-interest] How to install Qt Creator in Linux
> 
> Hi,
> 
> It seems the glib version aren't correct. I expect the same problems
> trying to 
> install on Debian Etch. Check that version is not too old (like glib
> 2.0)
> 
> Regards,
> 
> Jorge
> 
> Juan D Guzman wrote:
>> Yang, Guo Ying (Shanghai) wrote:
>>> Hi,
>>>
>>> I want to install Qt Creator in Linux (Redhat 9), but I failed, the 
>>> errors are as follows:
>>>
>>> /./qtcreator: /lib/tls/libc.so.6: version `GLIBC_2.4' not found 
>>> (required by /home/jjbao/qtsdk-2009.01/bin/../lib/libQtDBus.so.4)/
>>>
>>> /./qtcreator: /lib/tls/libc.so.6: version `GLIBC_2.4' not found 
>>> (required by /home/jjbao/qtsdk-2009.01/bin/../lib/libQtXml.so.4)/
>>>
>>> /./qtcreator: /lib/tls/libc.so.6: version `GLIBC_2.4' not found 
>>> (required by /home/jjbao/qtsdk-2009.01/bin/../lib/libQtSvg.so.4)/
>>>
>>> /./qtcreator: /lib/tls/libc.so.6: version `GLIBC_2.4' not found 
>>> (required by /home/jjbao/qtsdk-2009.01/bin/../lib/libQtGui.so.4)/
>>>
>>> /./qtcreator: /lib/tls/libc.so.6: version `GLIBC_2.4' not found 
>>> (required by /home/jjbao/qtsdk-2009.01/bin/../lib/libQtNetwork.so.4)/
>>>
>>> /./qtcreator: /lib/tls/libc.so.6: version `GLIBC_2.4' not found 
>>> (required by /home/jjbao/qtsdk-2009.01/bin/../lib/libQtCore.so.4)/
>>>
>>> /./qtcreator: /lib/libgcc_s.so.1: version `GCC_3.3' not found 
>>> (required by /usr/lib/libstdc++.so.6)/
>>>
>>> And I don't know how to fix them.
>>>
>>> So please give me some suggestion.
>>>
>>> Thanks,
>>>
>>> Sherry
>>>
>>>
> ------------------------------------------------------------------------
>>> _______________________________________________
>>> Qt-interest mailing list
>>> Qt-interest at trolltech.com
>>> http://lists.trolltech.com/mailman/listinfo/qt-interest
>>>   
>> do you have glibc and gcc installed in your system?
>> _______________________________________________
>> Qt-interest mailing list
>> Qt-interest at trolltech.com
>> http://lists.trolltech.com/mailman/listinfo/qt-interest
>>



More information about the Qt-interest-old mailing list