On Fri, 08 Mar 2013 18:57:40 +0100, Reindl Harald wrote: > > > Am 08.03.2013 18:31, schrieb Patrick Dupre: > > but now, I get: > > ./qtiplot: error while loading shared libraries: libmuparser.so.0: cannot open shared object file: No such file or > > directory > > I have: > > /usr/lib64/libmuparser.so.2 > > /usr/lib64/libmuparser.so.2.2.2 > > > > How can I fix that? > > Should I just make a link or install another package providing libmuparser.so.0? > > what says "which ld" > > i had this missing after a bad update some week sago > and "yum reinstall binutils" fixed the issue which > leaded to a failing update of the grub.conf due kernel update libmuparser.so.0 != libmuparser.so.2 There may be a very good reason why the version has been increased. One would need to examine both libs in detail. Even if in corner-case scenarios with some libs one can use a symlink as a temporary work-around, please don't get used to that. You can shoot yourself into the feet easily when doing that with other libs. Better (re)build from source. $ repoquery --whatprovides 'libmuparser.so.0()(64bit)' $ -- Fedora release 19 (Rawhide) - Linux 3.9.0-0.rc1.git0.3.fc19.x86_64 loadavg: 0.19 0.21 0.17 -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org