Re: [darktable-user] Can't find module Lens Correction

2018-04-19 Thread Jean-Luc CECCOLI
> Message du 19/04/18 14:34 > De : "Anton Aylward" > Give a man a fish, and you'll feed him for a day. Give him a religion, > and he'll starve to death while praying for a fish. > --Timothy Jones I didn't know that one !

Re: [darktable-user] Can't find module Lens Correction

2018-04-19 Thread Jean-Luc Coulon (f5ibh)
> That's Linux. That's the world we live in. One must know about everything, > must compile things, must deal with compilations and installations of > libraries and installations of installations of libraries ;-)) With Linux, you have the *choice* to build up-to-date softwares et to stay on the

Re: [darktable-user] Can't find module Lens Correction

2018-04-19 Thread André Felipe Carvalho
2018-04-19 0:49 GMT-03:00 Patrick Shanahan : > * André Felipe Carvalho [04-18-18 19:44]: > > First, I really am thankful for all the help received. The "problem" was > > solved. > > but you do not mention the solution, which was? > > -- > Sorry, I

Re: [darktable-user] Can't find module Lens Correction

2018-04-18 Thread Patrick Shanahan
* André Felipe Carvalho [04-18-18 19:44]: > First, I really am thankful for all the help received. The "problem" was > solved. but you do not mention the solution, which was? -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri

Re: [darktable-user] Can't find module Lens Correction

2018-04-18 Thread André Felipe Carvalho
First, I really am thankful for all the help received. The "problem" was solved. Now, some thoughts about the "world we live in": Am I to read the manual ? "man ldconfig", "man ldd"? Just to install something that should have already did the trick (lensfun installation. the problem here was not

Re: [darktable-user] Can't find module Lens Correction

2018-04-18 Thread Patrick Shanahan
* Remco Viëtor [04-18-18 08:41]: > On mercredi 18 avril 2018 14:03:03 CEST Patrick Shanahan wrote: > > * Remco Viëtor [04-18-18 01:48]: > > > On mercredi 18 avril 2018 05:40:28 CEST junkyardspar...@yepmail.net wrote: > > > > On Tue, Apr 17, 2018,

Re: [darktable-user] Can't find module Lens Correction

2018-04-18 Thread Remco Viëtor
On mercredi 18 avril 2018 14:03:03 CEST Patrick Shanahan wrote: > * Remco Viëtor [04-18-18 01:48]: > > On mercredi 18 avril 2018 05:40:28 CEST junkyardspar...@yepmail.net wrote: > > > On Tue, Apr 17, 2018, at 18:45, André Felipe Carvalho wrote: > > > > I think I need to

Re: [darktable-user] Can't find module Lens Correction

2018-04-18 Thread Patrick Shanahan
* Patrick Shanahan [04-18-18 08:06]: > * Remco Viëtor [04-18-18 01:48]: > > On mercredi 18 avril 2018 05:40:28 CEST junkyardspar...@yepmail.net wrote: > > > On Tue, Apr 17, 2018, at 18:45, André Felipe Carvalho wrote: > > > > I think I need to symlink

Re: [darktable-user] Can't find module Lens Correction

2018-04-18 Thread Patrick Shanahan
* Remco Viëtor [04-18-18 01:48]: > On mercredi 18 avril 2018 05:40:28 CEST junkyardspar...@yepmail.net wrote: > > On Tue, Apr 17, 2018, at 18:45, André Felipe Carvalho wrote: > > > I think I need to symlink the library to someplace dt expects. But... why > > > does it

Re: [darktable-user] Can't find module Lens Correction

2018-04-18 Thread Jean-Luc Coulon (f5ibh)
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

Re: [darktable-user] Can't find module Lens Correction

2018-04-18 Thread junkyardsparkle
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 >

Re: [darktable-user] Can't find module Lens Correction

2018-04-17 Thread Remco Viëtor
On mercredi 18 avril 2018 05:40:28 CEST junkyardspar...@yepmail.net wrote: > On Tue, Apr 17, 2018, at 18:45, André Felipe Carvalho wrote: > > I think I need to symlink the library to someplace dt expects. But... why > > does it find the library at compilation time, but not when executing? > > Are

Re: [darktable-user] Can't find module Lens Correction

2018-04-17 Thread Michael Below
Hi, you can set the search path for your library loader (which is different from the path used by make). See if the current search path for the library loader contains the location of your library. Cheers Michael Am 18. April 2018 03:45:49 MESZ schrieb "André Felipe Carvalho"

Re: [darktable-user] Can't find module Lens Correction

2018-04-17 Thread junkyardsparkle
On Tue, Apr 17, 2018, at 18:45, André Felipe Carvalho wrote: > I think I need to symlink the library to someplace dt expects. But... why > does it find the library at compilation time, but not when executing? Are you sure /usr/local/lib is the right place to be installing on your system, as

Re: [darktable-user] Can't find module Lens Correction

2018-04-17 Thread André Felipe Carvalho
Hello Remko, thank you for your help! Ok, now I recompiled it without static library. The make install result shows: andre@andre-Inspiron-7520:~/compilar/lensfun-0.3.2/cmake_build$ sudo make install [ 43%] Built target lensfun [ 50%] Built target test_modifier_color [ 56%] Built target

Re: [darktable-user] Can't find module Lens Correction

2018-04-17 Thread Remco Viëtor
On mardi 17 avril 2018 12:56:37 CEST André Felipe Carvalho wrote: > Here's the output of lensfun "make install": > andre@andre-Inspiron-7520:~/compilar/lensfun-0.3.2/cmake_build$ sudo make > install > [ 43%] Built target lensfun > [ 50%] Built target test_modifier_color > [ 56%] Built target

Re: [darktable-user] Can't find module Lens Correction

2018-04-17 Thread André Felipe Carvalho
Here's the output of lensfun "make install": andre@andre-Inspiron-7520:~/compilar/lensfun-0.3.2/cmake_build$ sudo make install [ 43%] Built target lensfun [ 50%] Built target test_modifier_color [ 56%] Built target test_modifier [ 62%] Built target test_database [ 68%] Built target

Re: [darktable-user] Can't find module Lens Correction

2018-04-17 Thread André Felipe Carvalho
Hello Tobias! Thank you for your time! Yes, you're right. Dt can't find liblensfun.so.1 How can I fix it ? andre@andre-Inspiron-7520:~/compilar/lensfun-0.3.2$ darktable (darktable:2529): Gtk-WARNING **: Theme directory of theme oxygen has no size field [iop_load_module] *failed to open

Re: [darktable-user] Can't find module Lens Correction

2018-04-16 Thread Tobias Ellinghaus
Am Montag, 16. April 2018, 03:56:42 CEST schrieb André Felipe Carvalho: > I was missing the Samyang 8mm fisheye lens on my Lens correction module. > > So I went after the last Lensfun database, 0.3.2. Downloaded it and > installed. > But still I did not see any Samyang lenses whatsoever. > > So,