---------- Forwarded message ---------- From: Tinashe Mudavanhu <tinam...@gmail.com> Date: Wed, Mar 30, 2016 at 11:05 AM Subject: ImportError: /usr/lib/libgdal.so.1: undefined symbol: sqlite3_column_table_name To: sqlite-users at mailinglists.sqlite.org
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? Thank you.