ArtVandelay
12-21-2005, 03:02 AM
I've run into about 3 pieces of software now that won't
install due to depending on libFlac.
up2date and the rpm command itself both yield said dependency
issue.
Example:
root@localhost local_repository]# up2date xine
...
Unresolvable chain of dependencies:
xine-lib 1.1.0-1.1.fc3.rf requires libFLAC.so.4
Upon some inspection, it appears I have a newer version than this
already: libFLAC.so.7.0.0
[root@localhost lib]# pwd
/usr/lib
[root@localhost lib]# ls -al | grep -i "flac"
...
... libFLAC.so -> libFLAC.so.7.0.0
... libFLAC.so.7.0.0
...
I've tried manually making a symbolic link to it with the name libFLAC.so.4
(sort of imitating what was automatically done for me with libFLAC.so above),
but up2date /rpm don't seem to acknowledge this when checking for
dependencies.
Up until now, it seemed as though up2date would always make new
symbolic links for me, as well as tons of other details I probably
don't even want to know about.
The only thing I might think to try is to find an actual genuine
libFLAC.so.4 from somewhere and plunk it into /usr/lib
If anyone has a better idea though, I'm listening.
Thanks.
install due to depending on libFlac.
up2date and the rpm command itself both yield said dependency
issue.
Example:
root@localhost local_repository]# up2date xine
...
Unresolvable chain of dependencies:
xine-lib 1.1.0-1.1.fc3.rf requires libFLAC.so.4
Upon some inspection, it appears I have a newer version than this
already: libFLAC.so.7.0.0
[root@localhost lib]# pwd
/usr/lib
[root@localhost lib]# ls -al | grep -i "flac"
...
... libFLAC.so -> libFLAC.so.7.0.0
... libFLAC.so.7.0.0
...
I've tried manually making a symbolic link to it with the name libFLAC.so.4
(sort of imitating what was automatically done for me with libFLAC.so above),
but up2date /rpm don't seem to acknowledge this when checking for
dependencies.
Up until now, it seemed as though up2date would always make new
symbolic links for me, as well as tons of other details I probably
don't even want to know about.
The only thing I might think to try is to find an actual genuine
libFLAC.so.4 from somewhere and plunk it into /usr/lib
If anyone has a better idea though, I'm listening.
Thanks.