libtool이 설치되었지만 buildconf를 찾을 수 없습니다

libtool이 설치되었지만 buildconf를 찾을 수 없습니다

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

관련 정보