News:

--

Main Menu

Could not find sqlite3.h r8027 FIXED

Started by Jan Gruuthuse, June 25, 2012, 11:05:01 AM

Previous topic - Next topic

Jan Gruuthuse

FIXED
#########################################
Configure for avidemux core libs Started
#########################################

-- Checking for sqllite
-- ********************
Could not find sqlite3.h
CMake Error at /home/jan/avidemux_2.6_branch_mean/cmake/admConfigHelper.cmake:16 (MESSAGE):
  Could not find SQLite
Call Stack (most recent call first):
  CMakeLists.txt:85 (PRINT_LIBRARY_INFO)


-- Configuring incomplete, errors occurred!
** Failed at cmakeZ**

_____________________________________________
Avidemux v2.6.0 (r8027)
_____________________________________________
Compiler: GCC 4.6.3
cmake: 2.8.8
Build Target: Linux (x86-64)
User Interface: Qt (4.8.1)
_____________________________________________
Kernel: Linux 3.2.0-25-generic (x86_64)
Distribution: Linux Ubuntu 12.04 LTS (Precise Pangolin)
Desktop: Unity 2D 5.12.0
Display Server:  X Server 1.11.3
Display Driver: intel 2.19.0
Intel Core i5-2500K @ 3.30GHz (4 Cores) with 16 GB ram
Graphics: Tungsten Graphics, Inc
OpenGL Renderer:  Mesa DRI Intel(R) Sandybridge Desktop
Version:  3.0 Mesa 8.0.2
_____________________________________________

Jan Gruuthuse

#1
installing
   libsqlite0-dev (2.8.17-7fakesync1build1)
   libsqlite3-dev (3.7.9-2ubuntu1)
did solve the issue.

Is libsqlite0-dev required or would libsqlite3-dev  alone do?

gruntster