Thursday, May 2, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 14865  / 2 Years ago, sat, february 19, 2022, 12:44:03

I have Ubuntu 12.10 installed, with ImageMagick and libjpeg6 and libjpeg8 libraries installed.



I am now wondering if there is a way to determine, which version is used, and to change it.


More From » shared-library

 Answers
3

To determine which library a program is using you can look with strace:



user@host:~$ strace -e open gimp 2>&1 | grep libjpeg
open("/usr/lib/x86_64-linux-gnu/libjpeg.so.8", O_RDONLY|O_CLOEXEC) = 4

[#28316] Sunday, February 20, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
uxuriousrnal

Total Points: 279
Total Questions: 106
Total Answers: 96

Location: Fiji
Member since Wed, Mar 29, 2023
1 Year ago
;