That did the trick

Thank you so much.

By the way like the new darktable 1.2-rc1

On 13-03-24 05:54 PM, Jose Carlos Garcia Sogo wrote:
On Sun, Mar 24, 2013 at 9:04 PM, Ed Redman <red...@accesswave.ca <mailto:red...@accesswave.ca>> wrote:

    Here are the results

    apt-cache policy libsqlite3-0

    libsqlite3-0:
      Installed: 3.7.13-1
      Candidate: 3.7.13-1
      Version table:
     *** 3.7.13-1 0
            500 http://ca.archive.ubuntu.com/ubuntu/ quantal/main
    amd64 Packages
            100 /var/lib/dpkg/status


While you have the same sqlite3 package that everybody else (updated) you have compiled or installed a local sqlite3. That is why daktable is linking with that copy, as it is referenced in:

    ldd `which darktable` | grep sqlite

    libsqlite3.so.0 => /usr/local/lib/libsqlite3.so.0 (0x00007f6712f23000)


So please, remove that library from /usr/local/lib and recompile. You will get the correct sqlite3 version from the system and everything should work ok.


--
José Carlos García Sogo
jcs...@gmail.com <mailto:jcs...@gmail.com>

--
Ed Redman
Email: red...@accesswave.ca
Phone: (902) 827-4619


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to