내 Linux 시스템에 "bfast" 프로그램을 설치하려고 하는데 다음 오류가 발생합니다.
운영체제 = CentOS
libdv-devel-1.0.0-17.el7.x86_64 패키지가 설치되어 있으며 최신 버전입니다.
glibc-devel-2.17-106.el7_2.1.i686 패키지가 설치되어 있으며 최신 버전입니다.
아침:
http://sourceforge.net/projects/bfast/files/latest/download
sh autogen.sh
. /구성
**fatal: Not a git repository (or any of the parent directories): .git**
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
**checking for special C compiler options needed for large files... no**
**checking for _FILE_OFFSET_BITS value needed for large files... no**
checking for an ANSI C-conforming const... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... no
checking for stdlib.h... (cached) yes
**checking for GNU libc compatible realloc... no
checking for pow in -lm... no
checking for gzread in -lz... no
configure: error: "could not find the zlib libaray."**
그러나 이를 위한 필수 패키지를 설치했습니다.
whereis zlib
**zlib: /usr/include/zlib.h** /usr/share/man/man3/zlib.3.g
whereis bzip2
**bzip2: /usr/bin/bzip2** /usr/share/man/man1/bzip2.1.gz
답변1
foo-devel
일반적으로 호출 되거나 유사한 개발 패키지를 설치해야 합니다 . 아니면 잘못된 아키텍처를 구축하려고 할 수도 있습니다.