Hi, Le 04/11/2017 à 17:38, David Brant a écrit : > Hi, > > I have a problem loading the SIVP toolbox 0.5.3.2 from the ATOMS module > manager under Linux Mint 18.1. > > I get error: The shared archive was not loaded: libtiff.so.4: cannot open > shared object file: No such file or directory (see attachment). > I read somewhere it has also been known on Ubuntu distro and was something to > do with a labeling issue with *.so.* files. > > Is there a workaround? If you could tell me what to type i'll have a go.
first try to locate the lib on your system : sudo find /usr/lib/ -name "libtiff.so.4*" /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.6 /usr/lib/x86_64-linux-gnu/libtiff.so.4 if the "libtiff.so.4" doesn't appear add a symbolic link to the existing one in the same directory : cd /usr/lib/x86_64-linux-gnu/ sudo ln -s libtiff.so.4.3.6 libtiff.so.4 Best regards, Philippe _______________________________________________ users mailing list [email protected] http://lists.scilab.org/mailman/listinfo/users
