[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: not finding library
- From: "Dor-Shifer Amit" <Amit Dor-Shifer comverse com>
- To: "RPM Package Manager" <rpm-list redhat com>
- Subject: RE: not finding library
- Date: Tue, 6 Jun 2006 10:47:51 +0300
> -----Original Message-----
> From: rpm-list-bounces redhat com
> [mailto:rpm-list-bounces redhat com] On Behalf Of Hayim Shaul
> Sent: Tuesday, June 06, 2006 10:44
> To: rpm-list redhat com
> Subject: not finding library
>
> Hi all,
>
> I have an RPM I want to install. Trying to install it I get the error:
> error: Failed dependencies:
> libstdc++-libc6.2-2.so.3 is needed by hpadu-7.50-16.i386
>
> However, libstdc++-libc6.2-2.so.3 exists on the system !?!
>
> How can I update the rpm-database to be aware of the library?
>
>
>
> Alternatively, I converted the rpm into cpio to install it,
> but then the %pre scriptlet is not executed.
> Is there a way to execute/extract the %pre scriptlet?
>
> Thanks,
> Hayim.
>
> _______________________________________________
> Rpm-list mailing list
> Rpm-list redhat com
> https://www.redhat.com/mailman/listinfo/rpm-list
>
Is libstdc++-libc6.2-2.so.3 provided by any installed package? What
does "rpm -q --whatprovides libstdc++-libc6.2-2.so.3" give you?
Alternatively, you can query to-whom libstdc++-libc6.2-2.so.3 belongs by
"rpm -qf /full/path/to/libstdc++-libc6.2-2.so.3". Might this lib be
unrelated to any RPM?
I don't know how to make RPM's DB aware of this. IMHO, it sounds like a
bad idea. I think you can --force an installation (not too good-an-idea
either).
Extracting scriptlets is possible by "rpm -qp --scripts" the RPM file.
This was discussed here in the past, I believe.
Amit
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]