[pgpool-general: 7010] Re: aclocal-1.13 command not found

Tatsuo Ishii ishii at sraoss.co.jp
Sun Apr 26 13:00:27 JST 2020


> Hi,
>  
> CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.13 -I m4
> /bin/bash: aclocal-1.13:command not found
> make: *** [Makefile:381:aclocal.m4] error 127
>  
> when i use master branch of code to compile pgpool2, i get the error.
> aclocal (GNU automake) 1.16.1 is installed on my OS.
>  
> the error happen on ubuntu20.04 and manjaro,.
> the error no happen on CentOS.
> stable branch no this error
>  
> now i use ubuntu20.04, i want to use master branch.
> must i install aclocal-1.13 ?
> Is it a bug? 

Try:

autoheader
aclocal
automake -a -c
autoconf

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


More information about the pgpool-general mailing list