我在安装到时遇到下列问题,该怎么办 ?
在执行./configure后,出现如下
.........
checking for remove... yes
checking for shmat... yes
checking for res_init... no
checking for killpg in -lucb... no
checking size of int... 4
checking size of long... 4
checking size of char *... 4
checking size of char... 1
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for extra includes... no
checking for extra libs... no
checking for libz... configure: error: not found. Check your installation and look into config.log
没全贴出来,前面省略了一些 ,这些是什么意思啊?我怎样才能成功安装啊?
[quote:df95614e34="aptapple"]我在安装到时遇到下列问题,该怎么办 ?
在执行./configure后,出现如下
.........
checking for remove... yes
checking for shmat... yes
checking for res_init... no
checking for killpg in -lucb... no
checking size of int... 4
checking size of long... 4
checking size of char *... 4
checking size of char... 1
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for extra includes... no
checking for extra libs... no
checking for libz... configure: error: not found. Check your installation and look into config.log
没全贴出来,前面省略了一些 ,这些是什么意思啊?我怎样才能成功安装啊?[/quote]
你的zlib的库没有找到,第一看看是不是装了zlib 第二看看你的libz.so.xxx是不是在库的默认搜索路径里面