View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#479
Originally Posted by anyeos View Post
I do not think it can be safe to define that in ld.so.conf because you are mixing libraries. If the program use first the incorrect one it will not work. But as a workaround... ok
Each library specifies a library name. If the same library name is used in multiple libraries, only the latest version will be loaded. It may well cause issues for programs which don't work with the newer version though.