설치하려고 하는데팬더 시퀀스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
팬더는 지금 행복해요 :)