![libtool이 설치되었지만 buildconf를 찾을 수 없습니다](https://linux55.com/image/161278/libtool%EC%9D%B4%20%EC%84%A4%EC%B9%98%EB%90%98%EC%97%88%EC%A7%80%EB%A7%8C%20buildconf%EB%A5%BC%20%EC%B0%BE%EC%9D%84%20%EC%88%98%20%EC%97%86%EC%8A%B5%EB%8B%88%EB%8B%A4.png)
ARM용 Apache httpd를 크로스 컴파일하려고 합니다. 내가 한 일은 다음과 같습니다.
$ sudo apt install libtool
$ git clone https://github.com/apache/httpd.git
$ cd httpd
$ svn co http://svn.apache.org/repos/asf/apr/apr/trunk srclib/apr
$ ./buildconf
출력은 다음과 같습니다
found apr source: srclib/apr
rebuilding srclib/apr/configure
buildconf: checking installation...
buildconf: python version 3.5.6 (ok)
buildconf: autoconf version 2.69 (ok)
buildconf: libtool not found.
You need libtool version 1.4 or newer installed
to build APR from SVN.
./buildconf failed for apr
하지만 libtool
설치되었습니다:
$ sudo apt install libtool
Reading package lists... Done
Building dependency tree
Reading state information... Done
libtool is already the newest version (2.4.6-0.1).
답변1
/usr/bin/libtool
패키징으로 제공 libtool-bin
→ 파일검색 :https://packages.debian.org/search?suite=default§ion=all&arch=any&searchon=contents&keywords=usr%2Fbin%2Flibtool
패키지 검색:https://packages.ubuntu.com/search?keywords=libtool-bin&searchon=names
$ sudo apt install libtool-bin