我安装了sqlite3(3.3.2)。安装eclair时还是出现以下问题:
checking pkg-config is at least version 0.9.0... yes
checking for SQLITE... configure: error: Package requirements (sqlite3) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively you may set the SQLITE_CFLAGS and SQLITE_LIBS environment variables
to avoid the need to call pkg-config. See the pkg-config man page for
more details.
我该如何设置呢?
checking for SQLITE... configure: error: Package requirements (sqlite3) were not met.
Alternatively you may set the SQLITE_CFLAGS and SQLITE_LIBS environment variables
确定安装sqlite了吗?如果已经安装,使用SQLITE_CFLAGS和SQLITE_LIBS变量制定其目录位置。