[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpm -i <pkg> - require not satisfied
- From: Clay Bearden <cbearden redhat com>
- To: rpm-list redhat com
- Subject: rpm -i <pkg> - require not satisfied
- Date: Mon, 01 Jul 2002 15:40:58 -0500
Hi
I've created an rpm of my source and binary files. During the
installation od the binary rpm file the following is displayed:
D: Requires: rpmlib(CompressedFileNames) <= 3.0.4-1 YES (rpmlib
provides)
D: Requires: ld-linux.so.2 YES (db
provides)
D: Requires: libACE.so NO
D: package lsp2srv-1.4.4-1 require not satisfied: libACE.so
D: Requires: libc.so.6 YES (db
provides)
D: Requires: libdl.so.2 YES (db
provides)
D: Requires: libm.so.6 YES (db
provides)
D: Requires: libncurses.so.5 YES (db
provides)
D: Requires: libpthread.so.0 YES (db
provides)
D: Requires: librt.so.1 YES (db
provides)
D: Requires: libstdc++-libc6.2-2.so.3 YES (db
provides)
D: Requires: libTAO_CosNaming.so NO
D: package lsp2srv-1.4.4-1 require not satisfied: libTAO_CosNaming.so
D: Requires: libTAO_IORTable.so NO
D: package lsp2srv-1.4.4-1 require not satisfied: libTAO_IORTable.so
D: Requires: libTAO_PortableServer.so NO
D: package lsp2srv-1.4.4-1 require not satisfied:
libTAO_PortableServer.so
D: Requires: libTAO.so NO
D: package lsp2srv-1.4.4-1 require not satisfied: libTAO.so
D: Requires: libTAO_Strategies.so NO
D: package lsp2srv-1.4.4-1 require not satisfied: libTAO_Strategies.so
D: Requires: libTAO_Svc_Utils.so NO
D: package lsp2srv-1.4.4-1 require not satisfied: libTAO_Svc_Utils.so
D: Requires: /bin/sh YES (db
files)
D: Requires: libc.so.6(GLIBC_2.0) YES (db
provides)
D: Requires: libc.so.6(GLIBC_2.1) YES (db
provides)
As you can see the ACE and TAO library requires are not met. The
ACE and TAO libraries were not install using rpm, they were build from a
source tarball.
During the build process with rpm -ba <spec file>, all libraries were
found through entries in the Makefile or through environment variables
that had been set.
How do I tell rpm through a command line argument or spec file entry
where to locate the libraries.
Thanks,
Clay
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]