ubuntu 12.04 install fontforge找不到包'zlib'

use*_*324 2 ubuntu install zlib fontforge

1,当我尝试./configure它说:

checking for ZLIB... configure: error: Package requirements (zlib) were not met:

No package 'zlib' 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 ZLIB_CFLAGS
and ZLIB_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Run Code Online (Sandbox Code Playgroud)

2,我尝试安装zlib使用aptitude它说

packages contain "zlib" in their name:
  libio-compress-zlib-perl libcompress-raw-zlib-perl libcompress-zlib-perl 
  gambas2-gb-compress-zlib libghc6-zlib-dev libghc6-zlib-doc libzlib-ruby 
  zlibc zlib-bin libghc6-zlib-prof zlib-gst gambas2-gb-compress-bzlib2 
  haskell-zlib-doc libio-zlib-perl zlib1g-dbg zlib1g-dev 
  libghc6-zlib-prof-0.5.2.0-b96bd zlib1g libzlib-ruby1.8 libjzlib-java 
  libghc6-zlib-dev-0.5.2.0-b96bd 
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 69 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Reading package lists... Done             
Building dependency tree       
Reading state information... Done
Reading extended state information       
Initializing package states... Done
Run Code Online (Sandbox Code Playgroud)

3,最后我安装了zlib1g但是fontforge configure也找不到zlib了dpkg -l zlib1g

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
ii  zlib1g         1:1.2.3.3.dfsg compression library - runtime
Run Code Online (Sandbox Code Playgroud)

是否需要配置环境变量ZLIB_CFLAGS和ZLIB_LIBS如何?

dav*_*mac 6

您正在从源代码编译某些内容,因此您需要可用的头文件,这些头文件始终位于-dev包中,即zlib1g-dev.