尝试配置软件时出现以下错误:
checking for vector... yes
checking for malloc in -ljemalloc... no
configure: error: Need jemalloc
网络上的解决方案没有奏效。我尝试安装jemalloc-devel包,jemalloc,libjemalloc包但它们不会安装。
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libjemalloc
安装libjemalloc1没有帮助。我仍然得到同样的错误。
checking for vector... yes
checking for malloc in -ljemalloc... no
configure: error: Need jemalloc
机器是Ubuntu 15.04,带有gcc 4.9.2。感谢。