Trying to install a freshly built RPM but it says it is dependent on a lib it should not be dependent on
Posted
by
LouisC
on Server Fault
See other posts from Server Fault
or by LouisC
Published on 2012-08-31T16:58:30Z
Indexed on
2012/08/31
21:39 UTC
Read the original article
Hit count: 209
The package in question is samba-3.6.7. I've built the package successfully, but when trying to install it, it returns,
error: failed dependencies:
libtalloc.so.1 is needed by samba-3.6.7
I have no clue why this happens. libtalloc.so.1 is provided by my current samba package (which I am replacing), but this new samba provides libtalloc.so and libtalloc.so.2. Why is it still dependent on libtalloc.so.1 and how can I fix it?
Thanks :)
© Server Fault or respective owner