Recan't find qt 1.42 and some other libs

Harald Schwefel (Harald.Schwefel@yale.edu)
Sat, 24 Apr 1999 15:07:21 -0400

Thanks that worked,
I still wonder the
rpm -qa | grep qt gave me the following
qtlib-1.42-6
qtdevel-1.42-6
qtext-1.42-6
qtcompat-1.42-6

which looks like rpm should know about qt1.42 (SuSE 6.0 split up QT)

now I tried a newer version of the program and it tells me it needs

libstdc++.so.2.8 is needed by kjukebox-0.1.12-1

looking with :

ldconfig -v | grep libstdc which gives me:

libstdc++.so.27 => libstdc++.so.27.2.8
libstdc++.so.2.9 => libstdc++.so.2.9.0
libstdc++.so.2.7.2 => libstdc++.so.2.7.2.8
libstdc++.so.2.9 => libstdc++.so.2.9.0

what does this now mean, does it mean I have a newer version of
libstdc++ or do I have to try to find the other version?

I am eager to get enlightened
thanks
harald

Matthew Hiller wrote:
>
> > I just tried to intstall kjukebox for KDE and it gave me the following:
> >
> > rpm -i kjukebox-0.1.5-1.suse6.i386.rpm
> > failed dependencies:
> > qt >= 1.42 is needed by kjukebox-0.1.5-1
> >
> > But I am certain, that I have installed qt 1.42, my running
> >
> > ldconfig -v
>
> Did you install qt manually or by rpm? If the former, rpm doesn't
> know that qt's there and won't know it can install it safely. (what does
> % rpm -qa | grep qt give you?)
>
> At any rate, you should be able to do a
>
> % rpm -i --nodeps kjukebox-0.1.5-1.suse6.i386.rpm
>
> and expect it to work if qt's really there.
>
> Matt