Hi, If it doesnt find the lib, check the following: in /etc/ld.so.conf (and/or the subdirectory /etc/ld/so/conf.d), check if there is a .conf file with a line like this: /usr/local/lib
The run as root: ldconfig This with set the path / cache for the dynamic loader. Jean-Luc 2018-04-18 8:40 GMT+02:00 <[email protected]>: > > > On Tue, Apr 17, 2018, at 22:46, Remco Viëtor wrote: > > > Yes, /usr/local/lib is the usual place for locally installed libraries. > > /usr/lib64 is supposed to hold the libraries installed by your > distribution. > > And at least on my system, /usr/local/lib and /usr/local/lib64 are > searched by > > default when loading dynamic libraries. > > It really depends on the distro. I don't use /usr/local/ on slackware > anymore, but I haven't really tried to keep up with the general zeitgeist. > In any case, this might help: > > https://stackoverflow.com/questions/4743233/is-usr- > local-lib-searched-for-shared-libraries > ____________________________________________________________ > ________________ > darktable user mailing list > to unsubscribe send a mail to darktable-user+unsubscribe@ > lists.darktable.org > > ____________________________________________________________________________ darktable user mailing list to unsubscribe send a mail to [email protected]
