Results 1 to 5 of 5
Hi,
I am trying to install rpm image of one of my application.
It fails with error: Failed dependencies:
and the depenency reported is for libldap.so
I do have this ...
- 09-26-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 6
rpm error: Failed dependencies:
Hi,
I am trying to install rpm image of one of my application.
It fails with error: Failed dependencies:
and the depenency reported is for libldap.so
I do have this library installed. Why rpm command is failing to detect
the installed library ?
I do not want o use --nodeps or -force flags.
How do I resolve this ?
regards,
manju
- 09-26-2010 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 09-26-2010 #3Just Joined!
- Join Date
- Sep 2010
- Posts
- 6
I am installing my own application. While building, the application
links to libldap.so but however I have not mentioned it as a dependent
in the .spec file while building rpm.
While installing it cribs for libldap.so without specifying the version and rpm -qR on the rpm image also lists libldap.so as dependend file but does not tell specific version .
- 09-27-2010 #4Just Joined!
- Join Date
- Jan 2010
- Posts
- 12
you may have version dependency problem.
assume you have version 1.0
but it seeks for 2.0...
so, it is a problem. does it tell you which version it needs?
- 09-27-2010 #5Just Joined!
- Join Date
- Sep 2010
- Posts
- 6
No it does not.
All it thorws is..
error: Failed dependencies:
libldap.so()(64bit) is needed by XYZXYZ.rpm
btwn, its on Redhat 64bit system.


Reply With Quote

