[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Problem with dependencies during installation
- From: "MCDOUGALL,DAVID (HP-Roseville,ex1)" <david_mcdougall hp com>
- To: "'rpm-list redhat com'" <rpm-list redhat com>
- Subject: Problem with dependencies during installation
- Date: Tue, 28 May 2002 16:34:44 -0700
Hello All,
I have created a package which contains some Shared Object files
and these are
listed under %files in my spec file.
%files -n myPackage
...
%attr(550,bin,bin) /opt/myprog/lib/libMylib.so
%attr(550,bin,bin) /opt/myprog/lib/libMyOtherlib.so
My problem is that when I try to install the package
I get an error:-
error: failed dependencies:
libMylib.so is needed by myPackage-01.00-1
libMyOtherlib.so is needed by myPackage-01.00-1
Any help appreciated. I thought that rpm would add the shared objects in the
files list to
its dependency database, but this does not seem to be the case.
Cheers,
David.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]