Re: [CentOS] libqt4-qt3support Dependency Hell

2009-09-28 Thread Johnny Hughes
Please Read the information concerning "Guidelines for CentOS Mailing
List posts" at the bottom of this link:

http://www.centos.org/modules/tinycontent/index.php?id=16

Specifically, it is much easier to follow a quoted e-mail on the list if
you do not "top post".

It is also better to set your e-mail client to send to the list as
"Text" and not "HTML" type.


> keepassx-0.4.1-4.1.i386
> 
> Fedora 11, I am going to try FED 10
>
> On Sun, Sep 27, 2009 at 6:21 PM, Karanbir Singh  > wrote:
> 
> On 28/09/09 00:17, Eric Clark wrote:
> > Missing Dependency: libstdc++.so.6(GLIBCXX_3.4.11) is needed by
> package
> > keepassx-0.4.1-4.1.i386 (/home/dtscorp/Desktop/LINUX_
> 
> yes, well - what distro was that binary rpm built for ?

With respect to installing RPMS ...

You CAN NOT install rpms built for one distribution on another
distribution ... let me explain why.

Linux uses "Shared Libraries" (as does Windows with .dll files).  The
point of a "Shared Library" is so that you only build the NEW things you
need for the program you are building, and you get the REST of the
information from files that are already available.

If you try to install packages built against Fedora 11 on CentOS 5 then
none of the "Shared Libraries" that the package was built against (the
versions in Fedora 11) are in CentOS 5, so it does not work.

It is sometimes possible to take Fedora "SOURCE RPMS" (a
.src.rpm) and build it on a CentOS 5 machine and then use
the resultant "Binary RPMS" on CentOS-5.

One should NEVER, EVER install "Binary RPMS" from one distribution on
another distribution ... doing will not work. The files are built
against different libraries and even if they install they will likely
not work.

As others have pointed out, there are other repositories available:

http://wiki.centos.org/AdditionalResources/Repositories

If what you need is not there, you will need to build it or convince
someone else to build it for you.

Thanks,
Johnny Hughes



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] libqt4-qt3support Dependency Hell

2009-09-27 Thread Karanbir Singh
On 28/09/09 01:20, Eric Clark wrote:
> It is kind of hard to find RPM's for CentOS as well, and the ones that
> usually work for Fedora 10 can work with Cent.

Take a look at http://wiki.centos.org/Repositories - most of what people 
want is already in the main repo's - if not, many people are happy to 
help bring the apps into the repos.

> So yeah, i am just trying random things hoping something sticks but am
> willing to listen if anyone else has any information that would be useful.

I know the exact situation you are in, quite a few people I work with 
tend to use KeePass and I've needed to look at something reasonable that 
would still work and have ended up using this :

http://www.karan.org/mock/KeePassX-0.3.1-bin.tar.gz

its a static build, so you can untar it into the same place where you 
have the password db file and run it directly from there. I've been 
using it for a few years now and it just works.

Its not an rpm, I dont want to convert a static build like this into an 
rpm. For me, it solves a very specific problem - even if in a kludgy way.

The newer 0.4+ versions dont build on CentOS-5 thelast time I looked ( 
and its been a while, but I've not been motivated enough to go back and 
revisit the situation - if someone else does, please let me know )

- KB
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] libqt4-qt3support Dependency Hell

2009-09-27 Thread Eric Clark
Well,

I am really new at the linux game and have decided to try it out on a
different computer.

It is kind of hard to find RPM's for CentOS as well, and the ones that
usually work for Fedora 10 can work with Cent.

I am not saying all the time, but some of the time.

So yeah, i am just trying random things hoping something sticks but am
willing to listen if anyone else has any information that would be useful.

On Sun, Sep 27, 2009 at 6:42 PM, Karanbir Singh wrote:

> On 28/09/09 00:28, Eric Clark wrote:
> > keepassx-0.4.1-4.1.i386
> >
> > Fedora 11, I am going to try FED 10
> >
> > On Sun, Sep 27, 2009 at 6:21 PM, Karanbir Singh  > > wrote:
> >
> > On 28/09/09 00:17, Eric Clark wrote:
> >  > Missing Dependency: libstdc++.so.6(GLIBCXX_3.4.11) is needed by
> > package
> >  > keepassx-0.4.1-4.1.i386 (/home/dtscorp/Desktop/LINUX_
> >
> > yes, well - what distro was that binary rpm built for ?
>
> ok, so (1) what makes you think that centos-5 is the same as fedora-11
> or even fedora-10 ? (2) your email client is broken.
>
> I can see you are blindly just doing random things in the hope that
> something works accidently. You can carry on doing that if you like, its
> a free world after all. Or you can take a minute consider what you are
> doing, whats been said here - and then do something specific that has a
> higher probability of working.
>
> - KB
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] libqt4-qt3support Dependency Hell

2009-09-27 Thread Tom
Does yum error?

-Original Message-
From: Eric Clark 

Date: Sun, 27 Sep 2009 18:27:49 
To: CentOS mailing list
Subject: Re: [CentOS] libqt4-qt3support Dependency Hell


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] libqt4-qt3support Dependency Hell

2009-09-27 Thread Karanbir Singh
On 28/09/09 00:28, Eric Clark wrote:
> keepassx-0.4.1-4.1.i386
>
> Fedora 11, I am going to try FED 10
>
> On Sun, Sep 27, 2009 at 6:21 PM, Karanbir Singh  > wrote:
>
> On 28/09/09 00:17, Eric Clark wrote:
>  > Missing Dependency: libstdc++.so.6(GLIBCXX_3.4.11) is needed by
> package
>  > keepassx-0.4.1-4.1.i386 (/home/dtscorp/Desktop/LINUX_
>
> yes, well - what distro was that binary rpm built for ?

ok, so (1) what makes you think that centos-5 is the same as fedora-11 
or even fedora-10 ? (2) your email client is broken.

I can see you are blindly just doing random things in the hope that 
something works accidently. You can carry on doing that if you like, its 
a free world after all. Or you can take a minute consider what you are 
doing, whats been said here - and then do something specific that has a 
higher probability of working.

- KB
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] libqt4-qt3support Dependency Hell

2009-09-27 Thread Eric Clark
 keepassx-0.4.1-4.1.i386

Fedora 11, I am going to try FED 10

On Sun, Sep 27, 2009 at 6:21 PM, Karanbir Singh wrote:

> On 28/09/09 00:17, Eric Clark wrote:
> > Missing Dependency: libstdc++.so.6(GLIBCXX_3.4.11) is needed by package
> > keepassx-0.4.1-4.1.i386 (/home/dtscorp/Desktop/LINUX_
>
> yes, well - what distro was that binary rpm built for ?
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] libqt4-qt3support Dependency Hell

2009-09-27 Thread Eric Clark
Tried Yum, and Yum says Nasty!

On Sun, Sep 27, 2009 at 6:28 PM, Tom  wrote:

> If you use yum it should download and install dependencies for you.
>
> -Original Message-
> From: Eric Clark 
>
> Date: Sun, 27 Sep 2009 17:58:28
> To: CentOS mailing list
> Subject: Re: [CentOS] libqt4-qt3support Dependency Hell
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] libqt4-qt3support Dependency Hell

2009-09-27 Thread Tom
If you use yum it should download and install dependencies for you.

-Original Message-
From: Eric Clark 

Date: Sun, 27 Sep 2009 17:58:28 
To: CentOS mailing list
Subject: Re: [CentOS] libqt4-qt3support Dependency Hell


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] libqt4-qt3support Dependency Hell

2009-09-27 Thread Karanbir Singh
On 28/09/09 00:17, Eric Clark wrote:
> Missing Dependency: libstdc++.so.6(GLIBCXX_3.4.11) is needed by package
> keepassx-0.4.1-4.1.i386 (/home/dtscorp/Desktop/LINUX_

yes, well - what distro was that binary rpm built for ?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] libqt4-qt3support Dependency Hell

2009-09-27 Thread Eric Clark
Missing Dependency: libstdc++.so.6(GLIBCXX_3.4.11) is needed by package
keepassx-0.4.1-4.1.i386 (/home/dtscorp/Desktop/LINUX_
PKGS/keepassx-0.4.1-4.1.i386.rpm)
Missing Dependency: libQtGui.so.4 is needed by package
keepassx-0.4.1-4.1.i386
(/home/dtscorp/Desktop/LINUX_PKGS/keepassx-0.4.1-4.1.i386.rpm)
Missing Dependency: qt4-x11 >= 4.3.0 is needed by package
keepassx-0.4.1-4.1.i386
(/home/dtscorp/Desktop/LINUX_PKGS/keepassx-0.4.1-4.1.i386.rpm)
Missing Dependency: libstdc++.so.6(GLIBCXX_3.4.9) is needed by package
keepassx-0.4.1-4.1.i386
(/home/dtscorp/Desktop/LINUX_PKGS/keepassx-0.4.1-4.1.i386.rpm)

This is what I am now getting

On Sun, Sep 27, 2009 at 5:58 PM, Eric Clark wrote:

> I have tried to install just about everything dealing with qt4
>
> I had this problem before however dont remember how I solved it.
>
>
> On Sun, Sep 27, 2009 at 5:58 PM, Tom wrote:
>
>>
>> What are you using to install the package? Rpm? Yum?
>>
>> --Original Message--
>> From: Eric Clark
>> Sender: centos-boun...@centos.org
>> To: centos
>> ReplyTo: CentOS mailing list
>> Sent: Sep 27, 2009 3:16 PM
>> Subject: [CentOS] libqt4-qt3support Dependency Hell
>>
>> Been trying to figure out what in the screwball world is going on with
>> this.
>>
>> Tried to install libqt4 and keep getting more dependencies and more
>> dependencies on top of that.
>>
>> Just trying to install KepassX  for i386 CentOS 5
>>
>> Any help?
>>  ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
>>
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
>
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] libqt4-qt3support Dependency Hell

2009-09-27 Thread Eric Clark
I have tried to install just about everything dealing with qt4

I had this problem before however dont remember how I solved it.

On Sun, Sep 27, 2009 at 5:58 PM, Tom  wrote:

>
> What are you using to install the package? Rpm? Yum?
>
> --Original Message--
> From: Eric Clark
> Sender: centos-boun...@centos.org
> To: centos
> ReplyTo: CentOS mailing list
> Sent: Sep 27, 2009 3:16 PM
> Subject: [CentOS] libqt4-qt3support Dependency Hell
>
> Been trying to figure out what in the screwball world is going on with
> this.
>
> Tried to install libqt4 and keep getting more dependencies and more
> dependencies on top of that.
>
> Just trying to install KepassX  for i386 CentOS 5
>
> Any help?
>  ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] libqt4-qt3support Dependency Hell

2009-09-27 Thread Tom

What are you using to install the package? Rpm? Yum?

--Original Message--
From: Eric Clark
Sender: centos-boun...@centos.org
To: centos
ReplyTo: CentOS mailing list
Sent: Sep 27, 2009 3:16 PM
Subject: [CentOS] libqt4-qt3support Dependency Hell

Been trying to figure out what in the screwball world is going on with this.

Tried to install libqt4 and keep getting more dependencies and more 
dependencies on top of that.

Just trying to install KepassX  for i386 CentOS 5
 
Any help?
 ___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] libqt4-qt3support Dependency Hell

2009-09-27 Thread Eric Clark
Been trying to figure out what in the screwball world is going on with this.

Tried to install libqt4 and keep getting more dependencies and more
dependencies on top of that.

Just trying to install KepassX  for i386 CentOS 5

Any help?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos