インストールしようとしています。パンダシーケンスRed Hat サーバーの非管理者として、コンパイラは次のエラーを返します。
...
checking ltdl.h usability... no
checking ltdl.h presence... no
checking for ltdl.h... no
configure: error: *** ltld required, install libtool library.
だから、すべての依存関係がインストールされていることを確認しました。
whereis libtool : /usr/bin/libtool /usr/share/libtool
whereis zlib : /usr/include/zlib.h /usr/local/zlib /usr/share/man/man3/zlib.3.gz
whereis libbz2 : /usr/lib64/libbz2.so
whereis bzip2 : /usr/bin/bzip2 /usr/local/bzip2 /usr/share/man/man1/bzip2.1.gz
私が使用するコンパイラコマンドは次のとおりです。
git clone http://github.com/neufeld/pandaseq.git/
cd pandaseq
./autogen.sh
./configure --prefix=/my/dir
コンパイラにこれを表示させる方法についてのアイデアはありますかlibtool
?
ありがとうございます!
答え1
最後に、サーバー管理者は次のパッケージをインストールしてPANDAseqを正常にインストールしました。
libtool-ltdl-2.2.6-15.5.el6.x86_64
libtool-2.2.6-15.5.el6.x86_64
libtool-ltdl-devel-2.2.6-15.5.el6.x86_64
パンダは今幸せです:)