我下载了Font-manager -0.5.7源代码包,但是在编译是却出现了一下问题,在提示的确实包安装后,出现相同的问题,具体如下:
xxx@xxx-host:~/Software/font-manager-0.5.7$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for python... /usr/bin/python
checking for strip... /usr/bin/strip
checking for find... /usr/bin/find
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for fontconfig... yes
checking for freetype2... yes
checking for glib... yes
checking for pango... yes
checking for pangoft2... yes
checking for sqlite... configure: error: Package requirements (sqlite3) were not met:
No package 'sqlite3' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables sqlite_CFLAGS
and sqlite_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
xxx@xxx-host:~/Software/font-manager-0.5.7$ sudo apt-get install sqlite3
[sudo] password for xxx:
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
sqlite3 已经是最新的版本了。
升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 19 个软件包未被升级。
xxx@xxx-host:~/Software/font-manager-0.5.7$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for python... /usr/bin/python
checking for strip... /usr/bin/strip
checking for find... /usr/bin/find
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for fontconfig... yes
checking for freetype2... yes
checking for glib... yes
checking for pango... yes
checking for pangoft2... yes
checking for sqlite... configure: error: Package requirements (sqlite3) were not met:
No package 'sqlite3' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables sqlite_CFLAGS
and sqlite_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
xxx@xxx-host:~/Software/font-manager-0.5.7$
Ubuntu10.04下安装font-manager源代码出现的问题??
-
- 帖子: 19
- 注册时间: 2008-10-26 14:17