如何修复“配置:不兼容的霓虹灯库版本0.29.3:通缉0.25 26 27 28”

时间:2019-05-30 08:42:25

标签: linux autotools webdav

我正在尝试配置webdav。当我运行./configure时,其结尾为:

checking for neon-config... /usr/bin/neon-config
checking linking against neon... yes
configure: incompatible neon library version 0.29.3: wanted 0.25 26 27 28
configure: error: could not find neon

我找不到0.25 / 0.26 / 0.27 / 0.28版本的neon-devel。

在哪里或如何安装neon-devel的兼容版本?

谢谢。


输出:

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 for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for neon-config... /usr/bin/neon-config
checking linking against neon... yes
configure: incompatible neon library version 0.29.3: wanted 0.25 26 27 28
configure: error: could not find neon

1 个答案:

答案 0 :(得分:0)

正如jww指出的,解决方案是编辑configure.ac。并且如果可以将更改提交到上游。

但是您只需编辑configure脚本就可以摆脱困境。查找字符串26 27 28并在末尾添加29。

由于您要编译的软件的作者未测试此组合,因此,当然会有机会在霓虹灯中进行不兼容的更改,并且这种更改不起作用。