構成:エラー:「thumpにzlib libarayが見つかりません。」

構成:エラー:「thumpにzlib libarayが見つかりません。」

私の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通常、呼び出されるか類似の開発パッケージをインストールする必要があります。あるいは、間違ったアーキテクチャを構築しようとするかもしれません。

おすすめ記事