On 3/30/16, Tinashe Mudavanhu <tinamuda at gmail.com> wrote:
> Hi,
>
> I am having the following error every time i try to import cv2 in the
> Python Interpreter. I am operating on Ubuntu 14.04.
>
> ImportError: /usr/lib/libgdal.so.1: undefined symbol:
> sqlite3_column_table_name
>
> It all started when i build sqlite from source.
>
> How can i rectify the issue?

"These APIs are only available if the library was compiled with the
SQLITE_ENABLE_COLUMN_METADATA C-preprocessor symbol."

https://www.sqlite.org/c3ref/column_database_name.html



-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to